2024-01-18T06:02:20.540 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-18T06:02:20.540 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519593 --owner scheduled_yuriw@teuthology --name yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi --verbose --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} -- /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519593/orig.config.yaml 2024-01-18T06:02:20.600 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T06:02:20.691 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519593 branch: wip-yuri10-testing-2024-01-17-0759-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_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: '7519593' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri10-testing-2024-01-17-0759-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: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2024-01-17-0759-pacific sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2168 sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-01-17-0759-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 targets: smithi007.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL+LIFprHyYM6REEzxfk2qxuO6SPJGbeDaspcgd75GfddA9k1kUiVPV3KEWncZ9eSQ5i2HgSwESmW7OL7P0u6pQ= smithi181.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHuWxDNr5YihKHkSzTWmrFPn6szCbFcUiMHWr9ws53RCKybzRSkd3bkYcaWbfMaHB0ImguP39dOo6UZ4CrWsHcQ= 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: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-17_22:43:41 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-18T06:02:20.692 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa; will attempt to use it 2024-01-18T06:02:20.692 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks 2024-01-18T06:02:20.693 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-18T06:02:20.694 INFO:teuthology.task.internal:Checking packages... 2024-01-18T06:02:20.717 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0' 2024-01-18T06:02:20.717 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-18T06:02:20.717 INFO:teuthology.packaging:ref: None 2024-01-18T06:02:20.717 INFO:teuthology.packaging:tag: None 2024-01-18T06:02:20.717 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T06:02:20.717 INFO:teuthology.packaging:sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T06:02:20.717 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T06:02:20.949 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.g491b5e13 2024-01-18T06:02:20.950 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-18T06:02:20.957 INFO:teuthology.task.internal:no buildpackages task found 2024-01-18T06:02:20.957 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-18T06:02:20.983 INFO:teuthology.task.internal:Saving configuration 2024-01-18T06:02:20.995 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-18T06:02:21.017 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T06:02:21.041 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519593', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 05:57:11.538165', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL+LIFprHyYM6REEzxfk2qxuO6SPJGbeDaspcgd75GfddA9k1kUiVPV3KEWncZ9eSQ5i2HgSwESmW7OL7P0u6pQ='} 2024-01-18T06:02:21.067 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi181.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519593', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 05:57:11.539880', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHuWxDNr5YihKHkSzTWmrFPn6szCbFcUiMHWr9ws53RCKybzRSkd3bkYcaWbfMaHB0ImguP39dOo6UZ4CrWsHcQ='} 2024-01-18T06:02:21.067 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-18T06:02:21.072 INFO:teuthology.task.internal:roles: ubuntu@smithi007.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-18T06:02:21.072 INFO:teuthology.task.internal:roles: ubuntu@smithi181.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-18T06:02:21.072 INFO:teuthology.run_tasks:Running task console_log... 2024-01-18T06:02:21.163 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb28b58b0d0>, signals=[15]) 2024-01-18T06:02:21.164 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-18T06:02:21.170 INFO:teuthology.task.internal:Opening connections... 2024-01-18T06:02:21.170 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi007.front.sepia.ceph.com 2024-01-18T06:02:21.172 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T06:02:21.247 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi181.front.sepia.ceph.com 2024-01-18T06:02:21.248 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T06:02:21.320 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-18T06:02:21.327 DEBUG:teuthology.orchestra.run.smithi007:> uname -m 2024-01-18T06:02:21.349 INFO:teuthology.orchestra.run.smithi007.stdout:x86_64 2024-01-18T06:02:21.349 DEBUG:teuthology.orchestra.run.smithi007:> cat /etc/os-release 2024-01-18T06:02:21.410 INFO:teuthology.orchestra.run.smithi007.stdout:NAME="Red Hat Enterprise Linux" 2024-01-18T06:02:21.410 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION="8.6 (Ootpa)" 2024-01-18T06:02:21.410 INFO:teuthology.orchestra.run.smithi007.stdout:ID="rhel" 2024-01-18T06:02:21.410 INFO:teuthology.orchestra.run.smithi007.stdout:ID_LIKE="fedora" 2024-01-18T06:02:21.410 INFO:teuthology.orchestra.run.smithi007.stdout:VERSION_ID="8.6" 2024-01-18T06:02:21.410 INFO:teuthology.orchestra.run.smithi007.stdout:PLATFORM_ID="platform:el8" 2024-01-18T06:02:21.410 INFO:teuthology.orchestra.run.smithi007.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-18T06:02:21.410 INFO:teuthology.orchestra.run.smithi007.stdout:ANSI_COLOR="0;31" 2024-01-18T06:02:21.410 INFO:teuthology.orchestra.run.smithi007.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-18T06:02:21.410 INFO:teuthology.orchestra.run.smithi007.stdout:HOME_URL="https://www.redhat.com/" 2024-01-18T06:02:21.410 INFO:teuthology.orchestra.run.smithi007.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-18T06:02:21.411 INFO:teuthology.orchestra.run.smithi007.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T06:02:21.411 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:02:21.411 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T06:02:21.411 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-18T06:02:21.411 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-18T06:02:21.411 INFO:teuthology.orchestra.run.smithi007.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-18T06:02:21.411 INFO:teuthology.lock.ops:Updating smithi007.front.sepia.ceph.com on lock server 2024-01-18T06:02:21.436 DEBUG:teuthology.orchestra.run.smithi181:> uname -m 2024-01-18T06:02:21.456 INFO:teuthology.orchestra.run.smithi181.stdout:x86_64 2024-01-18T06:02:21.456 DEBUG:teuthology.orchestra.run.smithi181:> cat /etc/os-release 2024-01-18T06:02:21.515 INFO:teuthology.orchestra.run.smithi181.stdout:NAME="Red Hat Enterprise Linux" 2024-01-18T06:02:21.515 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION="8.6 (Ootpa)" 2024-01-18T06:02:21.515 INFO:teuthology.orchestra.run.smithi181.stdout:ID="rhel" 2024-01-18T06:02:21.515 INFO:teuthology.orchestra.run.smithi181.stdout:ID_LIKE="fedora" 2024-01-18T06:02:21.516 INFO:teuthology.orchestra.run.smithi181.stdout:VERSION_ID="8.6" 2024-01-18T06:02:21.516 INFO:teuthology.orchestra.run.smithi181.stdout:PLATFORM_ID="platform:el8" 2024-01-18T06:02:21.516 INFO:teuthology.orchestra.run.smithi181.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-18T06:02:21.516 INFO:teuthology.orchestra.run.smithi181.stdout:ANSI_COLOR="0;31" 2024-01-18T06:02:21.516 INFO:teuthology.orchestra.run.smithi181.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-18T06:02:21.516 INFO:teuthology.orchestra.run.smithi181.stdout:HOME_URL="https://www.redhat.com/" 2024-01-18T06:02:21.516 INFO:teuthology.orchestra.run.smithi181.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-18T06:02:21.516 INFO:teuthology.orchestra.run.smithi181.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T06:02:21.516 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:02:21.516 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T06:02:21.516 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-18T06:02:21.516 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-18T06:02:21.516 INFO:teuthology.orchestra.run.smithi181.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-18T06:02:21.517 INFO:teuthology.lock.ops:Updating smithi181.front.sepia.ceph.com on lock server 2024-01-18T06:02:21.535 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-18T06:02:21.544 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-18T06:02:21.583 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-18T06:02:21.584 DEBUG:teuthology.orchestra.run.smithi007:> test '!' -e /home/ubuntu/cephtest 2024-01-18T06:02:21.586 DEBUG:teuthology.orchestra.run.smithi181:> test '!' -e /home/ubuntu/cephtest 2024-01-18T06:02:21.605 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-18T06:02:21.610 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-18T06:02:21.610 DEBUG:teuthology.orchestra.run.smithi007:> test -z $(ls -A /var/lib/ceph) 2024-01-18T06:02:21.647 DEBUG:teuthology.orchestra.run.smithi181:> test -z $(ls -A /var/lib/ceph) 2024-01-18T06:02:21.683 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-18T06:02:21.736 INFO:teuthology.run_tasks:Running task kernel... 2024-01-18T06:02:21.749 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-18T06:02:21.749 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-18T06:02:21.749 DEBUG:teuthology.orchestra.run.smithi007:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T06:02:21.750 DEBUG:teuthology.orchestra.run.smithi181:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T06:02:21.767 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:02:21.768 DEBUG:teuthology.orchestra.run.smithi181:> uname -r 2024-01-18T06:02:21.769 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:02:21.770 DEBUG:teuthology.orchestra.run.smithi007:> uname -r 2024-01-18T06:02:21.826 INFO:teuthology.orchestra.run.smithi181.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-18T06:02:21.827 INFO:teuthology.task.kernel:Running kernel on smithi181: 4.18.0-513.9.1.el8_9.x86_64 2024-01-18T06:02:21.827 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum install -y kernel 2024-01-18T06:02:21.831 INFO:teuthology.orchestra.run.smithi007.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-18T06:02:21.831 INFO:teuthology.task.kernel:Running kernel on smithi007: 4.18.0-513.9.1.el8_9.x86_64 2024-01-18T06:02:21.831 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum install -y kernel 2024-01-18T06:02:23.435 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2024-01-18T06:02:23.435 INFO:teuthology.orchestra.run.smithi181.stdout:Unable to read consumer identity 2024-01-18T06:02:23.536 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2024-01-18T06:02:23.536 INFO:teuthology.orchestra.run.smithi007.stdout:Unable to read consumer identity 2024-01-18T06:02:23.564 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:02:23.564 INFO:teuthology.orchestra.run.smithi181.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-18T06:02:23.564 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:02:23.709 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:02:23.709 INFO:teuthology.orchestra.run.smithi007.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-18T06:02:23.709 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:02:25.319 INFO:teuthology.orchestra.run.smithi181.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2024-01-18T06:02:25.548 INFO:teuthology.orchestra.run.smithi007.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-01-18T06:02:26.341 INFO:teuthology.orchestra.run.smithi007.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2024-01-18T06:02:26.937 INFO:teuthology.orchestra.run.smithi181.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2024-01-18T06:02:30.341 INFO:teuthology.orchestra.run.smithi007.stdout:lab-extras 539 kB/s | 24 kB 00:00 2024-01-18T06:02:30.470 INFO:teuthology.orchestra.run.smithi181.stdout:lab-extras 496 kB/s | 24 kB 00:00 2024-01-18T06:02:31.110 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-18T06:02:31.110 INFO:teuthology.orchestra.run.smithi007.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-18T06:02:31.190 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-01-18T06:02:31.192 INFO:teuthology.orchestra.run.smithi007.stdout:Nothing to do. 2024-01-18T06:02:31.192 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-01-18T06:02:31.251 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-18T06:02:31.251 INFO:teuthology.orchestra.run.smithi181.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-18T06:02:31.337 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-01-18T06:02:31.338 INFO:teuthology.orchestra.run.smithi181.stdout:Nothing to do. 2024-01-18T06:02:31.338 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-01-18T06:02:31.360 DEBUG:teuthology.orchestra.run.smithi007:> echo no | sudo yum reinstall kernel || true 2024-01-18T06:02:31.454 DEBUG:teuthology.orchestra.run.smithi181:> echo no | sudo yum reinstall kernel || true 2024-01-18T06:02:31.751 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2024-01-18T06:02:31.751 INFO:teuthology.orchestra.run.smithi007.stdout:Unable to read consumer identity 2024-01-18T06:02:31.789 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2024-01-18T06:02:31.789 INFO:teuthology.orchestra.run.smithi181.stdout:Unable to read consumer identity 2024-01-18T06:02:32.029 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:02:32.029 INFO:teuthology.orchestra.run.smithi007.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-18T06:02:32.029 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:02:32.080 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:02:32.080 INFO:teuthology.orchestra.run.smithi181.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-18T06:02:32.080 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:02:32.386 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:00:02 ago on Thu 18 Jan 2024 06:02:30 AM UTC. 2024-01-18T06:02:32.390 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:02 ago on Thu 18 Jan 2024 06:02:30 AM UTC. 2024-01-18T06:02:32.466 INFO:teuthology.orchestra.run.smithi181.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-18T06:02:32.472 INFO:teuthology.orchestra.run.smithi007.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-18T06:02:32.473 INFO:teuthology.orchestra.run.smithi181.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-18T06:02:32.480 INFO:teuthology.orchestra.run.smithi007.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-18T06:02:32.507 INFO:teuthology.orchestra.run.smithi181.stderr:Error: No packages marked for reinstall. 2024-01-18T06:02:32.522 INFO:teuthology.orchestra.run.smithi007.stderr:Error: No packages marked for reinstall. 2024-01-18T06:02:32.555 DEBUG:teuthology.orchestra.run.smithi181:> sudo yum reinstall -y kernel || true 2024-01-18T06:02:32.578 DEBUG:teuthology.orchestra.run.smithi007:> sudo yum reinstall -y kernel || true 2024-01-18T06:02:32.889 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2024-01-18T06:02:32.889 INFO:teuthology.orchestra.run.smithi181.stdout:Unable to read consumer identity 2024-01-18T06:02:32.963 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2024-01-18T06:02:32.963 INFO:teuthology.orchestra.run.smithi007.stdout:Unable to read consumer identity 2024-01-18T06:02:33.018 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:02:33.018 INFO:teuthology.orchestra.run.smithi181.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-18T06:02:33.018 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:02:33.103 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:02:33.104 INFO:teuthology.orchestra.run.smithi007.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-18T06:02:33.104 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:02:33.324 INFO:teuthology.orchestra.run.smithi181.stdout:Last metadata expiration check: 0:00:03 ago on Thu 18 Jan 2024 06:02:30 AM UTC. 2024-01-18T06:02:33.387 INFO:teuthology.orchestra.run.smithi181.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-18T06:02:33.387 INFO:teuthology.orchestra.run.smithi181.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-18T06:02:33.416 INFO:teuthology.orchestra.run.smithi181.stderr:Error: No packages marked for reinstall. 2024-01-18T06:02:33.454 INFO:teuthology.orchestra.run.smithi007.stdout:Last metadata expiration check: 0:00:03 ago on Thu 18 Jan 2024 06:02:30 AM UTC. 2024-01-18T06:02:33.463 DEBUG:teuthology.orchestra.run.smithi181:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T06:02:33.529 INFO:teuthology.orchestra.run.smithi007.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-18T06:02:33.529 INFO:teuthology.orchestra.run.smithi007.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-18T06:02:33.559 INFO:teuthology.orchestra.run.smithi007.stderr:Error: No packages marked for reinstall. 2024-01-18T06:02:33.616 DEBUG:teuthology.orchestra.run.smithi007:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T06:02:33.621 INFO:teuthology.orchestra.run.smithi181.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-18T06:02:33.623 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-18T06:02:33.623 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-18T06:02:33.623 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-18T06:02:33.624 DEBUG:teuthology.orchestra.run.smithi181:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T06:02:33.658 INFO:teuthology.orchestra.run.smithi181.stdout:ttyS1 2024-01-18T06:02:33.671 DEBUG:teuthology.parallel:result is None 2024-01-18T06:02:33.789 INFO:teuthology.orchestra.run.smithi007.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-18T06:02:33.789 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-18T06:02:33.789 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-18T06:02:33.789 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-18T06:02:33.790 DEBUG:teuthology.orchestra.run.smithi007:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T06:02:33.823 INFO:teuthology.orchestra.run.smithi007.stdout:ttyS1 2024-01-18T06:02:33.840 DEBUG:teuthology.parallel:result is None 2024-01-18T06:02:33.841 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-18T06:02:33.848 INFO:teuthology.task.internal:Creating test directory... 2024-01-18T06:02:33.848 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T06:02:33.883 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T06:02:33.900 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-18T06:02:33.907 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-18T06:02:33.932 INFO:teuthology.task.internal:Creating archive directory... 2024-01-18T06:02:33.932 DEBUG:teuthology.orchestra.run.smithi007:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T06:02:33.943 DEBUG:teuthology.orchestra.run.smithi181:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T06:02:33.977 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-18T06:02:33.984 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-18T06:02:33.984 DEBUG:teuthology.orchestra.run.smithi007:> 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 2024-01-18T06:02:34.017 DEBUG:teuthology.orchestra.run.smithi181:> 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 2024-01-18T06:02:34.049 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T06:02:34.051 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T06:02:34.061 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T06:02:34.062 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T06:02:34.064 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-18T06:02:34.071 INFO:teuthology.task.internal:Configuring sudo... 2024-01-18T06:02:34.071 DEBUG:teuthology.orchestra.run.smithi007:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T06:02:34.106 DEBUG:teuthology.orchestra.run.smithi181:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T06:02:34.139 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-18T06:02:34.147 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-18T06:02:34.147 DEBUG:teuthology.orchestra.run.smithi007:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T06:02:34.182 DEBUG:teuthology.orchestra.run.smithi181:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T06:02:34.200 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T06:02:34.289 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T06:02:34.345 DEBUG:teuthology.orchestra.run.smithi007:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T06:02:34.433 DEBUG:teuthology.orchestra.run.smithi007:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T06:02:34.483 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:02:34.484 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T06:02:34.558 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T06:02:34.602 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T06:02:34.656 DEBUG:teuthology.orchestra.run.smithi181:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T06:02:34.739 DEBUG:teuthology.orchestra.run.smithi181:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T06:02:34.780 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-01-18T06:02:34.781 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T06:02:34.847 DEBUG:teuthology.orchestra.run.smithi007:> sudo service rsyslog restart 2024-01-18T06:02:34.849 DEBUG:teuthology.orchestra.run.smithi181:> sudo service rsyslog restart 2024-01-18T06:02:34.908 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T06:02:34.939 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T06:02:35.383 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-18T06:02:35.391 INFO:teuthology.task.internal:Starting timer... 2024-01-18T06:02:35.391 INFO:teuthology.run_tasks:Running task pcp... 2024-01-18T06:02:35.435 INFO:teuthology.run_tasks:Running task selinux... 2024-01-18T06:02:35.459 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-18T06:02:35.459 DEBUG:teuthology.orchestra.run.smithi007:> sudo service auditd rotate 2024-01-18T06:02:35.535 INFO:teuthology.orchestra.run.smithi007.stdout:Rotating logs: 2024-01-18T06:02:35.537 DEBUG:teuthology.orchestra.run.smithi181:> sudo service auditd rotate 2024-01-18T06:02:35.590 INFO:teuthology.orchestra.run.smithi181.stdout:Rotating logs: 2024-01-18T06:02:35.592 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-18T06:02:35.592 DEBUG:teuthology.orchestra.run.smithi007:> /usr/sbin/getenforce 2024-01-18T06:02:35.615 INFO:teuthology.orchestra.run.smithi007.stdout:Permissive 2024-01-18T06:02:35.615 DEBUG:teuthology.orchestra.run.smithi181:> /usr/sbin/getenforce 2024-01-18T06:02:35.655 INFO:teuthology.orchestra.run.smithi181.stdout:Permissive 2024-01-18T06:02:35.655 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi007.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi181.front.sepia.ceph.com': 'permissive'} 2024-01-18T06:02:35.656 DEBUG:teuthology.orchestra.run.smithi007:> 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 2024-01-18T06:02:35.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:02:35.686 DEBUG:teuthology.orchestra.run.smithi181:> 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 2024-01-18T06:02:35.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:02:35.722 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-18T06:02:35.722 DEBUG:teuthology.orchestra.run.smithi007:> sudo /usr/sbin/setenforce permissive 2024-01-18T06:02:35.757 DEBUG:teuthology.orchestra.run.smithi181:> sudo /usr/sbin/setenforce permissive 2024-01-18T06:02:35.800 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-18T06:02:35.809 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-18T06:02:35.824 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'}]}] 2024-01-18T06:02:35.825 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi007.front.sepia.ceph.com,smithi181.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-18T06:12:00.206 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi007.front.sepia.ceph.com'), Remote(name='ubuntu@smithi181.front.sepia.ceph.com')] 2024-01-18T06:12:00.207 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-01-18T06:12:00.208 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi007.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T06:12:00.285 DEBUG:teuthology.orchestra.run.smithi007:> true 2024-01-18T06:12:00.367 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi007.front.sepia.ceph.com' 2024-01-18T06:12:00.367 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-01-18T06:12:00.368 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi181.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T06:12:00.442 DEBUG:teuthology.orchestra.run.smithi181:> true 2024-01-18T06:12:00.514 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi181.front.sepia.ceph.com' 2024-01-18T06:12:00.515 INFO:teuthology.run_tasks:Running task clock... 2024-01-18T06:12:00.525 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-18T06:12:00.525 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T06:12:00.526 DEBUG:teuthology.orchestra.run.smithi007:> 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 2024-01-18T06:12:00.528 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T06:12:00.528 DEBUG:teuthology.orchestra.run.smithi181:> 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 2024-01-18T06:12:00.565 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T06:12:00.583 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T06:12:00.590 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T06:12:00.605 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T06:12:00.667 INFO:teuthology.orchestra.run.smithi007.stderr:sudo: ntpd: command not found 2024-01-18T06:12:00.674 INFO:teuthology.orchestra.run.smithi181.stderr:sudo: ntpd: command not found 2024-01-18T06:12:00.681 INFO:teuthology.orchestra.run.smithi007.stdout:506 Cannot talk to daemon 2024-01-18T06:12:00.686 INFO:teuthology.orchestra.run.smithi181.stdout:506 Cannot talk to daemon 2024-01-18T06:12:00.700 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T06:12:00.701 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T06:12:00.715 INFO:teuthology.orchestra.run.smithi181.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T06:12:00.716 INFO:teuthology.orchestra.run.smithi007.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T06:12:00.800 INFO:teuthology.orchestra.run.smithi181.stderr:bash: ntpq: command not found 2024-01-18T06:12:00.804 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T06:12:00.804 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2024-01-18T06:12:00.804 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:12:00.804 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:12:00.804 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:12:00.804 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:12:00.807 INFO:teuthology.orchestra.run.smithi007.stderr:bash: ntpq: command not found 2024-01-18T06:12:00.811 INFO:teuthology.orchestra.run.smithi007.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T06:12:00.811 INFO:teuthology.orchestra.run.smithi007.stdout:=============================================================================== 2024-01-18T06:12:00.811 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:12:00.811 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:12:00.811 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:12:00.812 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:12:00.812 INFO:teuthology.run_tasks:Running task pexec... 2024-01-18T06:12:00.822 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-18T06:12:00.822 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi007.front.sepia.ceph.com 2024-01-18T06:12:00.822 DEBUG:teuthology.orchestra.run.smithi007:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T06:12:00.823 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi181.front.sepia.ceph.com 2024-01-18T06:12:00.823 DEBUG:teuthology.orchestra.run.smithi181:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T06:12:01.220 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2024-01-18T06:12:01.288 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2024-01-18T06:12:03.174 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 50 kB/s | 4.1 kB 00:00 2024-01-18T06:12:03.274 INFO:teuthology.orchestra.run.smithi007.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 40 kB/s | 4.1 kB 00:00 2024-01-18T06:12:03.588 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-01-18T06:12:03.625 INFO:teuthology.orchestra.run.smithi007.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2024-01-18T06:12:06.579 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-01-18T06:12:06.580 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-01-18T06:12:06.580 INFO:teuthology.orchestra.run.smithi181.stdout: Package Architecture Version Repository Size 2024-01-18T06:12:06.580 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-01-18T06:12:06.580 INFO:teuthology.orchestra.run.smithi181.stdout:Resetting modules: 2024-01-18T06:12:06.581 INFO:teuthology.orchestra.run.smithi181.stdout: container-tools 2024-01-18T06:12:06.581 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:12:06.581 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-01-18T06:12:06.581 INFO:teuthology.orchestra.run.smithi181.stdout:================================================================================ 2024-01-18T06:12:06.581 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:12:07.058 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-01-18T06:12:07.060 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-01-18T06:12:07.060 INFO:teuthology.orchestra.run.smithi007.stdout: Package Architecture Version Repository Size 2024-01-18T06:12:07.060 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-01-18T06:12:07.060 INFO:teuthology.orchestra.run.smithi007.stdout:Resetting modules: 2024-01-18T06:12:07.060 INFO:teuthology.orchestra.run.smithi007.stdout: container-tools 2024-01-18T06:12:07.060 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:12:07.060 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-01-18T06:12:07.060 INFO:teuthology.orchestra.run.smithi007.stdout:================================================================================ 2024-01-18T06:12:07.060 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:12:16.594 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-01-18T06:12:17.054 INFO:teuthology.orchestra.run.smithi181.stdout:Updating Subscription Management repositories. 2024-01-18T06:12:18.915 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 23 kB/s | 4.1 kB 00:00 2024-01-18T06:12:19.330 INFO:teuthology.orchestra.run.smithi181.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2024-01-18T06:12:21.135 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-01-18T06:12:21.674 INFO:teuthology.orchestra.run.smithi007.stdout:Updating Subscription Management repositories. 2024-01-18T06:12:22.257 INFO:teuthology.orchestra.run.smithi181.stdout:Dependencies resolved. 2024-01-18T06:12:22.411 INFO:teuthology.orchestra.run.smithi181.stdout:========================================================================================================================== 2024-01-18T06:12:22.411 INFO:teuthology.orchestra.run.smithi181.stdout: Package Arch Version Repository Size 2024-01-18T06:12:22.411 INFO:teuthology.orchestra.run.smithi181.stdout:========================================================================================================================== 2024-01-18T06:12:22.411 INFO:teuthology.orchestra.run.smithi181.stdout:Installing group/module packages: 2024-01-18T06:12:22.411 INFO:teuthology.orchestra.run.smithi181.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-01-18T06:12:22.411 INFO:teuthology.orchestra.run.smithi181.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-01-18T06:12:22.411 INFO:teuthology.orchestra.run.smithi181.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-01-18T06:12:22.411 INFO:teuthology.orchestra.run.smithi181.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-01-18T06:12:22.411 INFO:teuthology.orchestra.run.smithi181.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-01-18T06:12:22.411 INFO:teuthology.orchestra.run.smithi181.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-18T06:12:22.412 INFO:teuthology.orchestra.run.smithi181.stdout:Installing dependencies: 2024-01-18T06:12:22.412 INFO:teuthology.orchestra.run.smithi181.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-18T06:12:22.412 INFO:teuthology.orchestra.run.smithi181.stdout:Downgrading: 2024-01-18T06:12:22.412 INFO:teuthology.orchestra.run.smithi181.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-18T06:12:22.412 INFO:teuthology.orchestra.run.smithi181.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-01-18T06:12:22.412 INFO:teuthology.orchestra.run.smithi181.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-01-18T06:12:22.412 INFO:teuthology.orchestra.run.smithi181.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-01-18T06:12:22.412 INFO:teuthology.orchestra.run.smithi181.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-01-18T06:12:22.412 INFO:teuthology.orchestra.run.smithi181.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-01-18T06:12:22.412 INFO:teuthology.orchestra.run.smithi181.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-01-18T06:12:22.412 INFO:teuthology.orchestra.run.smithi181.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-01-18T06:12:22.412 INFO:teuthology.orchestra.run.smithi181.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-01-18T06:12:22.412 INFO:teuthology.orchestra.run.smithi181.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-01-18T06:12:22.413 INFO:teuthology.orchestra.run.smithi181.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-01-18T06:12:22.413 INFO:teuthology.orchestra.run.smithi181.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-18T06:12:22.413 INFO:teuthology.orchestra.run.smithi181.stdout:Installing module profiles: 2024-01-18T06:12:22.413 INFO:teuthology.orchestra.run.smithi181.stdout: container-tools/common 2024-01-18T06:12:22.413 INFO:teuthology.orchestra.run.smithi181.stdout:Enabling module streams: 2024-01-18T06:12:22.413 INFO:teuthology.orchestra.run.smithi181.stdout: container-tools 3.0 2024-01-18T06:12:22.414 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:12:22.414 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction Summary 2024-01-18T06:12:22.414 INFO:teuthology.orchestra.run.smithi181.stdout:========================================================================================================================== 2024-01-18T06:12:22.414 INFO:teuthology.orchestra.run.smithi181.stdout:Install 7 Packages 2024-01-18T06:12:22.414 INFO:teuthology.orchestra.run.smithi181.stdout:Downgrade 12 Packages 2024-01-18T06:12:22.414 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:12:22.415 INFO:teuthology.orchestra.run.smithi181.stdout:Total download size: 50 M 2024-01-18T06:12:22.415 INFO:teuthology.orchestra.run.smithi181.stdout:Downloading Packages: 2024-01-18T06:12:22.601 INFO:teuthology.orchestra.run.smithi181.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 275 kB/s | 51 kB 00:00 2024-01-18T06:12:22.634 INFO:teuthology.orchestra.run.smithi181.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.3 MB/s | 511 kB 00:00 2024-01-18T06:12:22.709 INFO:teuthology.orchestra.run.smithi181.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 664 kB/s | 72 kB 00:00 2024-01-18T06:12:22.743 INFO:teuthology.orchestra.run.smithi181.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 636 kB/s | 69 kB 00:00 2024-01-18T06:12:22.916 INFO:teuthology.orchestra.run.smithi181.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 330 kB/s | 57 kB 00:00 2024-01-18T06:12:23.177 INFO:teuthology.orchestra.run.smithi181.stdout:(6/19): containernetworking-plugins-0.9.1-1.mod 24 MB/s | 19 MB 00:00 2024-01-18T06:12:23.319 INFO:teuthology.orchestra.run.smithi181.stdout:(7/19): podman-3.0.1-15.module+el8.7.0+18021+1e 17 MB/s | 11 MB 00:00 2024-01-18T06:12:23.409 INFO:teuthology.orchestra.run.smithi181.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 5.8 MB/s | 2.9 MB 00:00 2024-01-18T06:12:23.444 INFO:teuthology.orchestra.run.smithi181.stdout:(9/19): container-selinux-2.189.0-1.module+el8. 206 kB/s | 55 kB 00:00 2024-01-18T06:12:23.553 INFO:teuthology.orchestra.run.smithi181.stdout:(10/19): slirp4netns-1.1.8-1.module+el8.7.0+165 473 kB/s | 51 kB 00:00 2024-01-18T06:12:23.587 INFO:teuthology.orchestra.run.smithi181.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.8 MB/s | 323 kB 00:00 2024-01-18T06:12:23.634 INFO:teuthology.orchestra.run.smithi007.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2024-01-18T06:12:23.654 INFO:teuthology.orchestra.run.smithi181.stdout:(12/19): containers-common-1.2.4-2.module+el8.7 373 kB/s | 91 kB 00:00 2024-01-18T06:12:23.729 INFO:teuthology.orchestra.run.smithi181.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 1.3 MB/s | 185 kB 00:00 2024-01-18T06:12:23.762 INFO:teuthology.orchestra.run.smithi181.stdout:(14/19): cockpit-podman-29-2.module+el8.7.0+165 5.1 MB/s | 1.1 MB 00:00 2024-01-18T06:12:23.880 INFO:teuthology.orchestra.run.smithi181.stdout:(15/19): udica-0.2.4-1.module+el8.7.0+16533+446 433 kB/s | 51 kB 00:00 2024-01-18T06:12:23.955 INFO:teuthology.orchestra.run.smithi181.stdout:(16/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 9.8 MB/s | 2.2 MB 00:00 2024-01-18T06:12:24.014 INFO:teuthology.orchestra.run.smithi007.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-01-18T06:12:24.038 INFO:teuthology.orchestra.run.smithi181.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 16 MB/s | 6.2 MB 00:00 2024-01-18T06:12:24.097 INFO:teuthology.orchestra.run.smithi181.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 289 kB/s | 41 kB 00:00 2024-01-18T06:12:24.189 INFO:teuthology.orchestra.run.smithi181.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 21 MB/s | 6.6 MB 00:00 2024-01-18T06:12:24.189 INFO:teuthology.orchestra.run.smithi181.stdout:-------------------------------------------------------------------------------- 2024-01-18T06:12:24.189 INFO:teuthology.orchestra.run.smithi181.stdout:Total 28 MB/s | 50 MB 00:01 2024-01-18T06:12:24.678 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction check 2024-01-18T06:12:24.723 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction check succeeded. 2024-01-18T06:12:24.723 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction test 2024-01-18T06:12:25.157 INFO:teuthology.orchestra.run.smithi181.stdout:Transaction test succeeded. 2024-01-18T06:12:25.165 INFO:teuthology.orchestra.run.smithi181.stdout:Running transaction 2024-01-18T06:12:26.460 INFO:teuthology.orchestra.run.smithi181.stdout: Preparing : 1/1 2024-01-18T06:12:26.475 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-01-18T06:12:26.492 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-18T06:12:26.685 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-18T06:12:27.293 INFO:teuthology.orchestra.run.smithi007.stdout:Dependencies resolved. 2024-01-18T06:12:27.463 INFO:teuthology.orchestra.run.smithi007.stdout:========================================================================================================================== 2024-01-18T06:12:27.463 INFO:teuthology.orchestra.run.smithi007.stdout: Package Arch Version Repository Size 2024-01-18T06:12:27.463 INFO:teuthology.orchestra.run.smithi007.stdout:========================================================================================================================== 2024-01-18T06:12:27.464 INFO:teuthology.orchestra.run.smithi007.stdout:Installing group/module packages: 2024-01-18T06:12:27.464 INFO:teuthology.orchestra.run.smithi007.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-01-18T06:12:27.464 INFO:teuthology.orchestra.run.smithi007.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-01-18T06:12:27.464 INFO:teuthology.orchestra.run.smithi007.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-01-18T06:12:27.464 INFO:teuthology.orchestra.run.smithi007.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-01-18T06:12:27.464 INFO:teuthology.orchestra.run.smithi007.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-01-18T06:12:27.464 INFO:teuthology.orchestra.run.smithi007.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-18T06:12:27.464 INFO:teuthology.orchestra.run.smithi007.stdout:Installing dependencies: 2024-01-18T06:12:27.464 INFO:teuthology.orchestra.run.smithi007.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-18T06:12:27.464 INFO:teuthology.orchestra.run.smithi007.stdout:Downgrading: 2024-01-18T06:12:27.464 INFO:teuthology.orchestra.run.smithi007.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-18T06:12:27.464 INFO:teuthology.orchestra.run.smithi007.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-01-18T06:12:27.464 INFO:teuthology.orchestra.run.smithi007.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout:Installing module profiles: 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout: container-tools/common 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout:Enabling module streams: 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout: container-tools 3.0 2024-01-18T06:12:27.465 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:12:27.466 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction Summary 2024-01-18T06:12:27.466 INFO:teuthology.orchestra.run.smithi007.stdout:========================================================================================================================== 2024-01-18T06:12:27.466 INFO:teuthology.orchestra.run.smithi007.stdout:Install 7 Packages 2024-01-18T06:12:27.466 INFO:teuthology.orchestra.run.smithi007.stdout:Downgrade 12 Packages 2024-01-18T06:12:27.466 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:12:27.466 INFO:teuthology.orchestra.run.smithi007.stdout:Total download size: 50 M 2024-01-18T06:12:27.466 INFO:teuthology.orchestra.run.smithi007.stdout:Downloading Packages: 2024-01-18T06:12:27.642 INFO:teuthology.orchestra.run.smithi007.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 294 kB/s | 51 kB 00:00 2024-01-18T06:12:27.688 INFO:teuthology.orchestra.run.smithi007.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.3 MB/s | 511 kB 00:00 2024-01-18T06:12:27.764 INFO:teuthology.orchestra.run.smithi007.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 595 kB/s | 72 kB 00:00 2024-01-18T06:12:27.797 INFO:teuthology.orchestra.run.smithi007.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 637 kB/s | 69 kB 00:00 2024-01-18T06:12:27.923 INFO:teuthology.orchestra.run.smithi007.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 457 kB/s | 57 kB 00:00 2024-01-18T06:12:28.106 INFO:teuthology.orchestra.run.smithi007.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 16 MB/s | 2.9 MB 00:00 2024-01-18T06:12:28.256 INFO:teuthology.orchestra.run.smithi007.stdout:(7/19): podman-3.0.1-15.module+el8.7.0+18021+1e 21 MB/s | 11 MB 00:00 2024-01-18T06:12:28.282 INFO:teuthology.orchestra.run.smithi007.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 313 kB/s | 55 kB 00:00 2024-01-18T06:12:28.516 INFO:teuthology.orchestra.run.smithi007.stdout:(9/19): containernetworking-plugins-0.9.1-1.mod 18 MB/s | 19 MB 00:01 2024-01-18T06:12:28.541 INFO:teuthology.orchestra.run.smithi007.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 321 kB/s | 91 kB 00:00 2024-01-18T06:12:28.566 INFO:teuthology.orchestra.run.smithi007.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.1 MB/s | 323 kB 00:00 2024-01-18T06:12:28.641 INFO:teuthology.orchestra.run.smithi007.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 409 kB/s | 51 kB 00:00 2024-01-18T06:12:28.708 INFO:teuthology.orchestra.run.smithi007.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 6.4 MB/s | 1.1 MB 00:00 2024-01-18T06:12:28.734 INFO:teuthology.orchestra.run.smithi007.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 1.1 MB/s | 185 kB 00:00 2024-01-18T06:12:28.900 INFO:teuthology.orchestra.run.smithi007.stdout:(15/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 24 MB/s | 6.2 MB 00:00 2024-01-18T06:12:28.951 INFO:teuthology.orchestra.run.smithi007.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 233 kB/s | 51 kB 00:00 2024-01-18T06:12:29.026 INFO:teuthology.orchestra.run.smithi007.stdout:(17/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 6.9 MB/s | 2.2 MB 00:00 2024-01-18T06:12:29.043 INFO:teuthology.orchestra.run.smithi007.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 446 kB/s | 41 kB 00:00 2024-01-18T06:12:29.160 INFO:teuthology.orchestra.run.smithi007.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 26 MB/s | 6.6 MB 00:00 2024-01-18T06:12:29.160 INFO:teuthology.orchestra.run.smithi007.stdout:-------------------------------------------------------------------------------- 2024-01-18T06:12:29.161 INFO:teuthology.orchestra.run.smithi007.stdout:Total 29 MB/s | 50 MB 00:01 2024-01-18T06:12:29.687 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction check 2024-01-18T06:12:29.737 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction check succeeded. 2024-01-18T06:12:29.737 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction test 2024-01-18T06:12:30.202 INFO:teuthology.orchestra.run.smithi007.stdout:Transaction test succeeded. 2024-01-18T06:12:30.212 INFO:teuthology.orchestra.run.smithi007.stdout:Running transaction 2024-01-18T06:12:31.546 INFO:teuthology.orchestra.run.smithi007.stdout: Preparing : 1/1 2024-01-18T06:12:31.564 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-01-18T06:12:31.583 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-18T06:12:31.738 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-18T06:12:43.659 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-18T06:12:43.874 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-18T06:12:43.892 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-18T06:12:44.114 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-01-18T06:12:44.304 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-01-18T06:12:44.549 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-01-18T06:12:44.550 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-01-18T06:12:44.550 INFO:teuthology.orchestra.run.smithi181.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-01-18T06:12:44.550 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:12:45.364 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-01-18T06:12:47.081 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-01-18T06:12:47.363 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-01-18T06:12:47.615 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-01-18T06:12:48.958 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-01-18T06:12:49.315 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-01-18T06:12:49.581 INFO:teuthology.orchestra.run.smithi181.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-18T06:12:49.954 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-01-18T06:12:50.712 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-01-18T06:12:51.427 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-01-18T06:12:51.470 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-18T06:12:51.676 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-18T06:12:51.700 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-18T06:12:51.746 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-01-18T06:12:51.902 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-01-18T06:12:51.981 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-01-18T06:12:52.058 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-01-18T06:12:52.213 INFO:teuthology.orchestra.run.smithi181.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-01-18T06:12:52.296 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-01-18T06:12:52.296 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-01-18T06:12:52.296 INFO:teuthology.orchestra.run.smithi007.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-01-18T06:12:52.297 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:12:52.374 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-01-18T06:12:52.390 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-18T06:12:52.390 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-18T06:12:52.750 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-18T06:12:52.958 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-01-18T06:12:52.958 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-18T06:12:53.087 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-01-18T06:12:53.183 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-18T06:12:53.184 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-18T06:12:53.374 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-18T06:12:53.574 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-01-18T06:12:53.782 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-01-18T06:12:53.949 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-01-18T06:12:54.165 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-01-18T06:12:54.365 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-01-18T06:12:54.601 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-01-18T06:12:54.601 INFO:teuthology.orchestra.run.smithi181.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-18T06:12:54.831 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-18T06:12:54.962 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-01-18T06:12:55.158 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-01-18T06:12:55.371 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-01-18T06:12:56.926 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-01-18T06:12:57.265 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-01-18T06:12:57.560 INFO:teuthology.orchestra.run.smithi007.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-18T06:12:57.994 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-01-18T06:12:58.826 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-01-18T06:12:59.605 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-01-18T06:12:59.868 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-01-18T06:13:00.103 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-01-18T06:13:00.335 INFO:teuthology.orchestra.run.smithi007.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-01-18T06:13:00.485 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-01-18T06:13:00.502 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-18T06:13:00.503 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-18T06:13:00.865 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-18T06:13:01.088 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-01-18T06:13:01.088 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-18T06:13:01.296 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-18T06:13:01.297 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-18T06:13:01.451 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-18T06:13:01.643 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-01-18T06:13:01.850 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-01-18T06:13:02.029 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-01-18T06:13:02.234 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-01-18T06:13:02.434 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-01-18T06:13:02.608 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-01-18T06:13:02.608 INFO:teuthology.orchestra.run.smithi007.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-18T06:13:02.825 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-18T06:13:12.340 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-01-18T06:13:12.816 INFO:teuthology.orchestra.run.smithi181.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-18T06:13:12.817 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-01-18T06:13:12.817 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-01-18T06:13:12.817 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-01-18T06:13:12.817 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-01-18T06:13:12.817 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-01-18T06:13:12.817 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-01-18T06:13:12.817 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-01-18T06:13:12.817 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-01-18T06:13:12.817 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-01-18T06:13:12.817 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-01-18T06:13:12.817 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-01-18T06:13:12.817 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-01-18T06:13:12.817 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-01-18T06:13:12.818 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-01-18T06:13:12.819 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-01-18T06:13:12.819 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-01-18T06:13:12.819 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-01-18T06:13:22.528 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-01-18T06:13:23.048 INFO:teuthology.orchestra.run.smithi007.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-18T06:13:23.049 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-01-18T06:13:23.049 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-01-18T06:13:23.049 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-01-18T06:13:23.049 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-01-18T06:13:23.049 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-01-18T06:13:23.049 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-01-18T06:13:23.049 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-01-18T06:13:23.049 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-01-18T06:13:23.049 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-01-18T06:13:23.049 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-01-18T06:13:23.049 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-01-18T06:13:23.049 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-01-18T06:13:23.050 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-01-18T06:13:23.051 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-01-18T06:13:23.051 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-01-18T06:13:23.051 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-01-18T06:13:25.904 INFO:teuthology.orchestra.run.smithi181.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-01-18T06:13:25.904 INFO:teuthology.orchestra.run.smithi181.stdout:Installed products updated. 2024-01-18T06:13:26.442 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:13:26.442 INFO:teuthology.orchestra.run.smithi181.stdout:Downgraded: 2024-01-18T06:13:26.442 INFO:teuthology.orchestra.run.smithi181.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:26.442 INFO:teuthology.orchestra.run.smithi181.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-01-18T06:13:26.442 INFO:teuthology.orchestra.run.smithi181.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:26.442 INFO:teuthology.orchestra.run.smithi181.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:26.442 INFO:teuthology.orchestra.run.smithi181.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:26.442 INFO:teuthology.orchestra.run.smithi181.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:26.442 INFO:teuthology.orchestra.run.smithi181.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:26.442 INFO:teuthology.orchestra.run.smithi181.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-18T06:13:26.442 INFO:teuthology.orchestra.run.smithi181.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-18T06:13:26.443 INFO:teuthology.orchestra.run.smithi181.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-01-18T06:13:26.443 INFO:teuthology.orchestra.run.smithi181.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:26.443 INFO:teuthology.orchestra.run.smithi181.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:26.443 INFO:teuthology.orchestra.run.smithi181.stdout:Installed: 2024-01-18T06:13:26.443 INFO:teuthology.orchestra.run.smithi181.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:26.443 INFO:teuthology.orchestra.run.smithi181.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-01-18T06:13:26.443 INFO:teuthology.orchestra.run.smithi181.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:26.443 INFO:teuthology.orchestra.run.smithi181.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:26.443 INFO:teuthology.orchestra.run.smithi181.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:26.443 INFO:teuthology.orchestra.run.smithi181.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-01-18T06:13:26.443 INFO:teuthology.orchestra.run.smithi181.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T06:13:26.443 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:13:26.443 INFO:teuthology.orchestra.run.smithi181.stdout:Complete! 2024-01-18T06:13:26.648 DEBUG:teuthology.parallel:result is None 2024-01-18T06:13:34.308 INFO:teuthology.orchestra.run.smithi007.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-01-18T06:13:34.308 INFO:teuthology.orchestra.run.smithi007.stdout:Installed products updated. 2024-01-18T06:13:34.927 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:13:34.927 INFO:teuthology.orchestra.run.smithi007.stdout:Downgraded: 2024-01-18T06:13:34.927 INFO:teuthology.orchestra.run.smithi007.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:34.927 INFO:teuthology.orchestra.run.smithi007.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-01-18T06:13:34.927 INFO:teuthology.orchestra.run.smithi007.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:34.927 INFO:teuthology.orchestra.run.smithi007.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:34.927 INFO:teuthology.orchestra.run.smithi007.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:34.927 INFO:teuthology.orchestra.run.smithi007.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout:Installed: 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-01-18T06:13:34.928 INFO:teuthology.orchestra.run.smithi007.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T06:13:34.929 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:13:34.929 INFO:teuthology.orchestra.run.smithi007.stdout:Complete! 2024-01-18T06:13:35.114 DEBUG:teuthology.parallel:result is None 2024-01-18T06:13:35.114 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-18T06:13:35.129 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-18T06:13:35.130 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:13:35.130 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T06:13:35.150 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-18T06:13:35.150 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_1 2024-01-18T06:13:35.211 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T06:13:35.211 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T06:13:35.211 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 6h/6d Inode: 175623 Links: 1 2024-01-18T06:13:35.212 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T06:13:35.212 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T06:13:35.212 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-01-18 06:13:22.698747480 +0000 2024-01-18T06:13:35.212 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-01-18 06:11:27.492294663 +0000 2024-01-18T06:13:35.212 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-01-18 06:11:27.492294663 +0000 2024-01-18T06:13:35.212 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2024-01-18T06:13:35.212 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T06:13:35.285 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-01-18T06:13:35.285 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-01-18T06:13:35.285 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000110898 s, 4.6 MB/s 2024-01-18T06:13:35.287 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T06:13:35.350 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_2 2024-01-18T06:13:35.413 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T06:13:35.413 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T06:13:35.413 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 6h/6d Inode: 175714 Links: 1 2024-01-18T06:13:35.413 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T06:13:35.413 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T06:13:35.413 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-01-18 06:13:22.699747465 +0000 2024-01-18T06:13:35.413 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-01-18 06:11:27.858288977 +0000 2024-01-18T06:13:35.414 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-01-18 06:11:27.858288977 +0000 2024-01-18T06:13:35.414 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2024-01-18T06:13:35.414 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T06:13:35.485 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-01-18T06:13:35.485 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-01-18T06:13:35.485 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.00012416 s, 4.1 MB/s 2024-01-18T06:13:35.487 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T06:13:35.550 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_3 2024-01-18T06:13:35.612 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T06:13:35.612 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T06:13:35.612 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 6h/6d Inode: 171864 Links: 1 2024-01-18T06:13:35.612 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T06:13:35.612 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T06:13:35.612 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-01-18 06:13:22.699747465 +0000 2024-01-18T06:13:35.612 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-01-18 06:11:28.224283291 +0000 2024-01-18T06:13:35.612 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-01-18 06:11:28.224283291 +0000 2024-01-18T06:13:35.613 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2024-01-18T06:13:35.613 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T06:13:35.685 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-01-18T06:13:35.685 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-01-18T06:13:35.685 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.00012035 s, 4.3 MB/s 2024-01-18T06:13:35.686 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T06:13:35.749 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/vg_nvme/lv_4 2024-01-18T06:13:35.811 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T06:13:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T06:13:35.812 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 6h/6d Inode: 174845 Links: 1 2024-01-18T06:13:35.812 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T06:13:35.812 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T06:13:35.812 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-01-18 06:13:22.699747465 +0000 2024-01-18T06:13:35.812 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-01-18 06:11:28.603277402 +0000 2024-01-18T06:13:35.812 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-01-18 06:11:28.603277402 +0000 2024-01-18T06:13:35.812 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2024-01-18T06:13:35.812 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T06:13:35.885 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-01-18T06:13:35.885 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-01-18T06:13:35.885 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000121747 s, 4.2 MB/s 2024-01-18T06:13:35.886 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T06:13:35.950 DEBUG:teuthology.orchestra.run.smithi007:> 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 2024-01-18T06:13:36.088 INFO:teuthology.orchestra.run.smithi007.stdout:loop 2024-01-18T06:13:36.089 INFO:tasks.nvme_loop:Connecting nvme_loop smithi007:/dev/vg_nvme/lv_1... 2024-01-18T06:13:36.090 DEBUG:teuthology.orchestra.run.smithi007:> 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 2024-01-18T06:13:36.133 INFO:teuthology.orchestra.run.smithi007.stdout:1 2024-01-18T06:13:36.174 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/vg_nvme/lv_11 2024-01-18T06:13:36.220 INFO:tasks.nvme_loop:Connecting nvme_loop smithi007:/dev/vg_nvme/lv_2... 2024-01-18T06:13:36.220 DEBUG:teuthology.orchestra.run.smithi007:> 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 2024-01-18T06:13:36.301 INFO:teuthology.orchestra.run.smithi007.stdout:1 2024-01-18T06:13:36.341 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/vg_nvme/lv_21 2024-01-18T06:13:36.384 INFO:tasks.nvme_loop:Connecting nvme_loop smithi007:/dev/vg_nvme/lv_3... 2024-01-18T06:13:36.384 DEBUG:teuthology.orchestra.run.smithi007:> 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 2024-01-18T06:13:36.465 INFO:teuthology.orchestra.run.smithi007.stdout:1 2024-01-18T06:13:36.506 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/vg_nvme/lv_31 2024-01-18T06:13:36.548 INFO:tasks.nvme_loop:Connecting nvme_loop smithi007:/dev/vg_nvme/lv_4... 2024-01-18T06:13:36.548 DEBUG:teuthology.orchestra.run.smithi007:> 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 2024-01-18T06:13:36.630 INFO:teuthology.orchestra.run.smithi007.stdout:1 2024-01-18T06:13:36.671 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/vg_nvme/lv_41 2024-01-18T06:13:36.714 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:13:36.714 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T06:13:36.773 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme list 2024-01-18T06:13:36.844 INFO:teuthology.orchestra.run.smithi007.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T06:13:36.844 INFO:teuthology.orchestra.run.smithi007.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T06:13:36.844 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme0n1 PHMB751300GE480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-01-18T06:13:36.844 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme1n1 8441c88d2844998d0932 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T06:13:36.844 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme2n1 82696de6dee0791b535c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T06:13:36.844 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme3n1 adb73e56c85c236d2afb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T06:13:36.845 INFO:teuthology.orchestra.run.smithi007.stdout:/dev/nvme4n1 41cdd58ebe3451163fd7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T06:13:36.845 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T06:13:36.846 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:13:36.846 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/scratch_devs 2024-01-18T06:13:36.920 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-01-18T06:13:36.921 DEBUG:teuthology.orchestra.run.smithi181:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T06:13:36.943 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-18T06:13:36.943 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_1 2024-01-18T06:13:37.003 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T06:13:37.003 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T06:13:37.003 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 6h/6d Inode: 172745 Links: 1 2024-01-18T06:13:37.003 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T06:13:37.003 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T06:13:37.003 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-01-18 06:13:12.512762240 +0000 2024-01-18T06:13:37.003 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-01-18 06:11:00.138194986 +0000 2024-01-18T06:13:37.003 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-01-18 06:11:00.138194986 +0000 2024-01-18T06:13:37.003 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2024-01-18T06:13:37.004 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T06:13:37.084 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-01-18T06:13:37.084 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-01-18T06:13:37.084 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000358554 s, 1.4 MB/s 2024-01-18T06:13:37.085 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T06:13:37.145 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_2 2024-01-18T06:13:37.204 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T06:13:37.204 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T06:13:37.205 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 6h/6d Inode: 174487 Links: 1 2024-01-18T06:13:37.205 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T06:13:37.205 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T06:13:37.205 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-01-18 06:13:12.512762240 +0000 2024-01-18T06:13:37.205 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-01-18 06:11:00.502187421 +0000 2024-01-18T06:13:37.205 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-01-18 06:11:00.502187421 +0000 2024-01-18T06:13:37.205 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2024-01-18T06:13:37.205 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T06:13:37.272 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-01-18T06:13:37.272 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-01-18T06:13:37.273 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000246277 s, 2.1 MB/s 2024-01-18T06:13:37.274 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T06:13:37.334 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_3 2024-01-18T06:13:37.393 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T06:13:37.393 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T06:13:37.393 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 6h/6d Inode: 166854 Links: 1 2024-01-18T06:13:37.394 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T06:13:37.394 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T06:13:37.394 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-01-18 06:13:12.512762240 +0000 2024-01-18T06:13:37.394 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-01-18 06:11:00.878179606 +0000 2024-01-18T06:13:37.394 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-01-18 06:11:00.878179606 +0000 2024-01-18T06:13:37.394 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2024-01-18T06:13:37.394 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T06:13:37.460 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-01-18T06:13:37.460 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-01-18T06:13:37.460 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000186175 s, 2.8 MB/s 2024-01-18T06:13:37.461 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T06:13:37.520 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/vg_nvme/lv_4 2024-01-18T06:13:37.579 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T06:13:37.579 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T06:13:37.579 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 6h/6d Inode: 178231 Links: 1 2024-01-18T06:13:37.579 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T06:13:37.579 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T06:13:37.579 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-01-18 06:13:12.513762219 +0000 2024-01-18T06:13:37.579 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-01-18 06:11:01.241172061 +0000 2024-01-18T06:13:37.579 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-01-18 06:11:01.241172061 +0000 2024-01-18T06:13:37.579 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2024-01-18T06:13:37.580 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T06:13:37.645 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-01-18T06:13:37.646 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-01-18T06:13:37.646 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000233934 s, 2.2 MB/s 2024-01-18T06:13:37.647 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T06:13:37.704 DEBUG:teuthology.orchestra.run.smithi181:> 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 2024-01-18T06:13:37.830 INFO:teuthology.orchestra.run.smithi181.stdout:loop 2024-01-18T06:13:37.831 INFO:tasks.nvme_loop:Connecting nvme_loop smithi181:/dev/vg_nvme/lv_1... 2024-01-18T06:13:37.831 DEBUG:teuthology.orchestra.run.smithi181:> 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 2024-01-18T06:13:37.866 INFO:teuthology.orchestra.run.smithi181.stdout:1 2024-01-18T06:13:37.901 INFO:teuthology.orchestra.run.smithi181.stdout:/dev/vg_nvme/lv_11 2024-01-18T06:13:37.942 INFO:tasks.nvme_loop:Connecting nvme_loop smithi181:/dev/vg_nvme/lv_2... 2024-01-18T06:13:37.942 DEBUG:teuthology.orchestra.run.smithi181:> 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 2024-01-18T06:13:38.019 INFO:teuthology.orchestra.run.smithi181.stdout:1 2024-01-18T06:13:38.055 INFO:teuthology.orchestra.run.smithi181.stdout:/dev/vg_nvme/lv_21 2024-01-18T06:13:38.094 INFO:tasks.nvme_loop:Connecting nvme_loop smithi181:/dev/vg_nvme/lv_3... 2024-01-18T06:13:38.094 DEBUG:teuthology.orchestra.run.smithi181:> 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 2024-01-18T06:13:38.169 INFO:teuthology.orchestra.run.smithi181.stdout:1 2024-01-18T06:13:38.205 INFO:teuthology.orchestra.run.smithi181.stdout:/dev/vg_nvme/lv_31 2024-01-18T06:13:38.244 INFO:tasks.nvme_loop:Connecting nvme_loop smithi181:/dev/vg_nvme/lv_4... 2024-01-18T06:13:38.244 DEBUG:teuthology.orchestra.run.smithi181:> 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 2024-01-18T06:13:38.319 INFO:teuthology.orchestra.run.smithi181.stdout:1 2024-01-18T06:13:38.355 INFO:teuthology.orchestra.run.smithi181.stdout:/dev/vg_nvme/lv_41 2024-01-18T06:13:38.393 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-01-18T06:13:38.393 DEBUG:teuthology.orchestra.run.smithi181:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T06:13:38.449 DEBUG:teuthology.orchestra.run.smithi181:> sudo nvme list 2024-01-18T06:13:38.515 INFO:teuthology.orchestra.run.smithi181.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T06:13:38.515 INFO:teuthology.orchestra.run.smithi181.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T06:13:38.515 INFO:teuthology.orchestra.run.smithi181.stdout:/dev/nvme0n1 CVFT6246000E400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-18T06:13:38.515 INFO:teuthology.orchestra.run.smithi181.stdout:/dev/nvme1n1 f7555d6fcfb3b042ee6e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T06:13:38.515 INFO:teuthology.orchestra.run.smithi181.stdout:/dev/nvme2n1 91777b701bd8c4d2d0ed Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T06:13:38.515 INFO:teuthology.orchestra.run.smithi181.stdout:/dev/nvme3n1 82c63b790493696c71c1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T06:13:38.516 INFO:teuthology.orchestra.run.smithi181.stdout:/dev/nvme4n1 d8da850efe7f823ce453 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T06:13:38.516 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T06:13:38.517 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-01-18T06:13:38.517 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/scratch_devs 2024-01-18T06:13:38.583 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-18T06:13:38.668 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': '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0'} 2024-01-18T06:13:38.668 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T06:13:38.668 INFO:tasks.cephadm:Cluster fsid is b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:13:38.668 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-18T06:13:38.669 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-18T06:13:38.669 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi007': '172.21.15.7', 'mon.smithi181': '172.21.15.181'} 2024-01-18T06:13:38.669 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-18T06:13:38.669 DEBUG:teuthology.orchestra.run.smithi007:> sudo hostname $(hostname -s) 2024-01-18T06:13:38.708 DEBUG:teuthology.orchestra.run.smithi181:> sudo hostname $(hostname -s) 2024-01-18T06:13:38.736 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0)... 2024-01-18T06:13:38.737 DEBUG:teuthology.orchestra.run.smithi007:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T06:13:38.896 INFO:teuthology.orchestra.run.smithi007.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 18 06:13 /home/ubuntu/cephtest/cephadm 2024-01-18T06:13:38.896 DEBUG:teuthology.orchestra.run.smithi181:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T06:13:39.037 INFO:teuthology.orchestra.run.smithi181.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 18 06:13 /home/ubuntu/cephtest/cephadm 2024-01-18T06:13:39.038 DEBUG:teuthology.orchestra.run.smithi007:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T06:13:39.061 DEBUG:teuthology.orchestra.run.smithi181:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T06:13:39.087 DEBUG:teuthology.orchestra.run.smithi007:> sudo mkdir -p /etc/ceph 2024-01-18T06:13:39.135 DEBUG:teuthology.orchestra.run.smithi181:> sudo mkdir -p /etc/ceph 2024-01-18T06:13:39.162 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 777 /etc/ceph 2024-01-18T06:13:39.210 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod 777 /etc/ceph 2024-01-18T06:13:39.237 INFO:tasks.cephadm:Writing seed config... 2024-01-18T06:13:39.238 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-18T06:13:39.238 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-18T06:13:39.238 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-18T06:13:39.238 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-18T06:13:39.238 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-18T06:13:39.238 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-18T06:13:39.238 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-18T06:13:39.238 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-18T06:13:39.239 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:13:39.239 DEBUG:teuthology.orchestra.run.smithi007:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-18T06:13:39.271 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 = b8639cec-b5c8-11ee-95ae-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-18T06:13:39.272 DEBUG:teuthology.orchestra.run.smithi007:mon.smithi007> sudo journalctl -f -n 0 -u ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@mon.smithi007.service 2024-01-18T06:13:39.314 INFO:tasks.cephadm:Bootstrapping... 2024-01-18T06:13:39.315 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -v bootstrap --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.7 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-18T06:13:39.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:-- Logs begin at Thu 2024-01-18 06:01:18 UTC. -- 2024-01-18T06:13:39.636 INFO:teuthology.orchestra.run.smithi007.stderr:-------------------------------------------------------------------------------- 2024-01-18T06:13:39.636 INFO:teuthology.orchestra.run.smithi007.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0', '-v', 'bootstrap', '--fsid', 'b8639cec-b5c8-11ee-95ae-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.7', '--skip-admin-label'] 2024-01-18T06:13:40.626 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: 3.0.1 2024-01-18T06:13:40.639 INFO:teuthology.orchestra.run.smithi007.stderr:Verifying podman|docker is present... 2024-01-18T06:13:40.692 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: 3.0.1 2024-01-18T06:13:40.707 INFO:teuthology.orchestra.run.smithi007.stderr:Verifying lvm2 is present... 2024-01-18T06:13:40.708 INFO:teuthology.orchestra.run.smithi007.stderr:Verifying time synchronization is in place... 2024-01-18T06:13:40.716 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T06:13:40.723 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: inactive 2024-01-18T06:13:40.731 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: enabled 2024-01-18T06:13:40.738 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: active 2024-01-18T06:13:40.738 INFO:teuthology.orchestra.run.smithi007.stderr:Unit chronyd.service is enabled and running 2024-01-18T06:13:40.738 INFO:teuthology.orchestra.run.smithi007.stderr:Repeating the final host check... 2024-01-18T06:13:40.786 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: 3.0.1 2024-01-18T06:13:40.805 INFO:teuthology.orchestra.run.smithi007.stderr:podman (/bin/podman) version 3.0.1 is present 2024-01-18T06:13:40.805 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl is present 2024-01-18T06:13:40.805 INFO:teuthology.orchestra.run.smithi007.stderr:lvcreate is present 2024-01-18T06:13:40.811 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T06:13:40.818 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: inactive 2024-01-18T06:13:40.825 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: enabled 2024-01-18T06:13:40.831 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: active 2024-01-18T06:13:40.832 INFO:teuthology.orchestra.run.smithi007.stderr:Unit chronyd.service is enabled and running 2024-01-18T06:13:40.832 INFO:teuthology.orchestra.run.smithi007.stderr:Host looks OK 2024-01-18T06:13:40.832 INFO:teuthology.orchestra.run.smithi007.stderr:Cluster fsid: b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:13:40.832 INFO:teuthology.orchestra.run.smithi007.stderr:Acquiring lock 140645940068480 on /run/cephadm/b8639cec-b5c8-11ee-95ae-87774f69a715.lock 2024-01-18T06:13:40.832 INFO:teuthology.orchestra.run.smithi007.stderr:Lock 140645940068480 acquired on /run/cephadm/b8639cec-b5c8-11ee-95ae-87774f69a715.lock 2024-01-18T06:13:40.833 INFO:teuthology.orchestra.run.smithi007.stderr:Verifying IP 172.21.15.7 port 3300 ... 2024-01-18T06:13:40.833 INFO:teuthology.orchestra.run.smithi007.stderr:Verifying IP 172.21.15.7 port 6789 ... 2024-01-18T06:13:40.833 INFO:teuthology.orchestra.run.smithi007.stderr:Base mon IP(s) is [172.21.15.7:3300, 172.21.15.7:6789], mon addrv is [v2:172.21.15.7:3300,v1:172.21.15.7:6789] 2024-01-18T06:13:40.836 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-01-18T06:13:40.836 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.7 metric 100 2024-01-18T06:13:40.840 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-18T06:13:40.840 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-01-18T06:13:40.840 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1759sec hoplimit 64 pref medium 2024-01-18T06:13:40.843 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-18T06:13:40.843 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-18T06:13:40.843 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T06:13:40.843 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-01-18T06:13:40.843 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:15ea/64 scope link 2024-01-18T06:13:40.843 INFO:teuthology.orchestra.run.smithi007.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T06:13:40.844 INFO:teuthology.orchestra.run.smithi007.stderr:Mon IP `172.21.15.7` is in CIDR network `172.21.0.0/20` 2024-01-18T06:13:40.844 INFO:teuthology.orchestra.run.smithi007.stderr:Mon IP `172.21.15.7` is in CIDR network `172.21.0.0/20` 2024-01-18T06:13:40.844 INFO:teuthology.orchestra.run.smithi007.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-18T06:13:40.845 INFO:teuthology.orchestra.run.smithi007.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-18T06:13:40.846 INFO:teuthology.orchestra.run.smithi007.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0... 2024-01-18T06:13:40.923 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0... 2024-01-18T06:13:40.998 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Getting image source signatures 2024-01-18T06:13:41.106 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Copying blob sha256:5e626d36ac4f1d45a236dbd8432cdc26ef94c9815bb3ef5d8419bd9e76267eb6 2024-01-18T06:13:41.165 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Copying blob sha256:ecb73f1b33ca5c765d8e24628c1c6a399b04e14616899db57d68ae7d4430a2ee 2024-01-18T06:14:01.878 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Copying config sha256:5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T06:14:01.955 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Writing manifest to image destination 2024-01-18T06:14:01.955 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: Storing signatures 2024-01-18T06:14:12.743 INFO:teuthology.orchestra.run.smithi007.stderr:/bin/podman: 5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T06:14:13.309 INFO:teuthology.orchestra.run.smithi007.stderr:ceph: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T06:14:24.434 INFO:teuthology.orchestra.run.smithi007.stderr:Ceph version: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T06:14:24.434 INFO:teuthology.orchestra.run.smithi007.stderr:Extracting ceph user uid/gid from container image... 2024-01-18T06:14:24.856 INFO:teuthology.orchestra.run.smithi007.stderr:stat: 167 167 2024-01-18T06:14:25.272 INFO:teuthology.orchestra.run.smithi007.stderr:Creating initial keys... 2024-01-18T06:14:25.651 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-authtool: AQDBwahlCWKiJBAAlrPAlVqMqbk27DMXluQYDA== 2024-01-18T06:14:26.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-authtool: AQDCwahli1LgHhAA40tvQGMGjyLWRDSSRuxeEg== 2024-01-18T06:14:27.358 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-authtool: AQDDwahl60DqEhAAOYoffEaI0UYis17sKgcBTQ== 2024-01-18T06:14:27.756 INFO:teuthology.orchestra.run.smithi007.stderr:Creating initial monmap... 2024-01-18T06:14:28.150 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T06:14:28.151 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:14:28.151 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T06:14:28.602 INFO:teuthology.orchestra.run.smithi007.stderr:monmaptool for smithi007 [v2:172.21.15.7:3300,v1:172.21.15.7:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T06:14:28.603 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/monmaptool: set fsid to b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:14:28.603 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T06:14:28.603 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-01-18T06:14:28.603 INFO:teuthology.orchestra.run.smithi007.stderr:Creating mon... 2024-01-18T06:14:29.070 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.050+0000 7f22f1948880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T06:14:29.070 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.051+0000 7f22f1948880 1 imported monmap: 2024-01-18T06:14:29.070 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-18T06:14:29.070 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: fsid b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:14:29.070 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: last_changed 2024-01-18T06:14:28.144051+0000 2024-01-18T06:14:29.070 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: created 2024-01-18T06:14:28.144051+0000 2024-01-18T06:14:29.070 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-18T06:14:29.071 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-18T06:14:29.071 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon.smithi007 2024-01-18T06:14:29.071 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.071 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.051+0000 7f22f1948880 0 /usr/bin/ceph-mon: set fsid to b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:14:29.071 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T06:14:29.071 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.071 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T06:14:29.071 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T06:14:29.071 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: DB SUMMARY 2024-01-18T06:14:29.071 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.071 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi007/store.db dir, Total Num: 0, files: 2024-01-18T06:14:29.071 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.071 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi007/store.db: 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.create_if_missing: 1 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.env: 0x55586a0b2080 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.fs: Posix File System 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.info_log: 0x55586b4ef380 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.statistics: (nil) 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.use_fsync: 0 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T06:14:29.072 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T06:14:29.073 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T06:14:29.073 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T06:14:29.073 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T06:14:29.073 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T06:14:29.073 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T06:14:29.073 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T06:14:29.073 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T06:14:29.073 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.db_log_dir: 2024-01-18T06:14:29.073 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi007/store.db 2024-01-18T06:14:29.073 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T06:14:29.073 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T06:14:29.073 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T06:14:29.073 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.write_buffer_manager: 0x55586b4f5980 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T06:14:29.074 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T06:14:29.075 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T06:14:29.075 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T06:14:29.075 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.unordered_write: 0 2024-01-18T06:14:29.075 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T06:14:29.075 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T06:14:29.075 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T06:14:29.075 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T06:14:29.075 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.row_cache: None 2024-01-18T06:14:29.075 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.wal_filter: None 2024-01-18T06:14:29.075 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T06:14:29.075 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T06:14:29.075 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T06:14:29.075 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T06:14:29.076 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.max_open_files: -1 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Compression algorithms supported: 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: kZSTD supported: 0 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T06:14:29.077 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.052+0000 7f22f1948880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi007/store.db/MANIFEST-000001 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.merge_operator: 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compaction_filter: None 2024-01-18T06:14:29.078 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55586b3ffd30) 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-18T06:14:29.079 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: block_cache: 0x55586b438d10 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-18T06:14:29.080 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-18T06:14:29.081 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-18T06:14:29.081 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-18T06:14:29.081 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T06:14:29.081 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-18T06:14:29.081 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-18T06:14:29.081 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-18T06:14:29.081 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-18T06:14:29.081 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-18T06:14:29.081 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-18T06:14:29.081 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.081 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T06:14:29.081 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T06:14:29.081 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compression: NoCompression 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.num_levels: 7 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T06:14:29.082 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T06:14:29.083 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T06:14:29.084 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T06:14:29.093 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T06:14:29.093 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T06:14:29.093 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T06:14:29.093 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T06:14:29.093 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T06:14:29.093 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T06:14:29.093 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T06:14:29.093 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T06:14:29.093 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T06:14:29.093 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T06:14:29.093 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T06:14:29.093 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T06:14:29.094 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.ttl: 2592000 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.053+0000 7f22f1948880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.054+0000 7f22f1948880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi007/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 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.054+0000 7f22f1948880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.055+0000 7f22f1948880 4 rocksdb: DB pointer 0x55586b503800 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.055+0000 7f22da7bc700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.055+0000 7f22da7bc700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T06:14:29.095 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.096 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.097 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T06:14:29.098 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T06:14:29.099 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T06:14:29.099 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T06:14:29.099 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.099 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.099 INFO:teuthology.orchestra.run.smithi007.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 2024-01-18T06:14:29.099 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.099 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T06:14:29.099 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: 2024-01-18T06:14:29.099 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.057+0000 7f22f1948880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-18T06:14:29.099 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.057+0000 7f22f1948880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-18T06:14:29.099 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph-mon: debug 2024-01-18T06:14:29.057+0000 7f22f1948880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi007 for mon.smithi007 2024-01-18T06:14:29.562 INFO:teuthology.orchestra.run.smithi007.stderr:create mon.smithi007 on 2024-01-18T06:14:29.692 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-18T06:14:29.800 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b8639cec-b5c8-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-b8639cec-b5c8-11ee-95ae-87774f69a715.target. 2024-01-18T06:14:29.800 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-b8639cec-b5c8-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-b8639cec-b5c8-11ee-95ae-87774f69a715.target. 2024-01-18T06:14:30.038 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Failed to reset failed state of unit ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@mon.smithi007.service: Unit ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@mon.smithi007.service not loaded. 2024-01-18T06:14:30.045 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b8639cec-b5c8-11ee-95ae-87774f69a715.target.wants/ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@mon.smithi007.service → /etc/systemd/system/ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@.service. 2024-01-18T06:14:30.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:30 smithi007 systemd[1]: Starting Ceph mon.smithi007 for b8639cec-b5c8-11ee-95ae-87774f69a715... 2024-01-18T06:14:30.752 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: disabled 2024-01-18T06:14:30.761 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: inactive 2024-01-18T06:14:30.762 INFO:teuthology.orchestra.run.smithi007.stderr:firewalld.service is not enabled 2024-01-18T06:14:30.762 INFO:teuthology.orchestra.run.smithi007.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T06:14:30.763 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for mon to start... 2024-01-18T06:14:30.763 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for mon... 2024-01-18T06:14:30.996 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:30 smithi007 bash[34329]: b46cad39fef77d50e53ddef61247bee26a3dc889f8c9ab8a7fbba2f42efea26c 2024-01-18T06:14:30.996 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:30 smithi007 systemd[1]: Started Ceph mon.smithi007 for b8639cec-b5c8-11ee-95ae-87774f69a715. 2024-01-18T06:14:30.996 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:30 smithi007 conmon[34370]: cluster 2024-01-18T06:14:30.751219+0000 mon.smithi007 (mon.0) 0 : [INF] mkfs b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:14:30.996 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:30 smithi007 conmon[34370]: cluster 2024-01-18T06:14:30.745311+0000 2024-01-18T06:14:30.997 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:30 smithi007 conmon[34370]: mon.smithi007 (mon.0) 1 : cluster [INF] mon.smithi007 is new leader, mons smithi007 in quorum (ranks 0) 2024-01-18T06:14:31.329 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: cluster: 2024-01-18T06:14:31.330 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: id: b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:14:31.330 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-18T06:14:31.330 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2024-01-18T06:14:31.330 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: services: 2024-01-18T06:14:31.330 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi007 (age 0.578262s) 2024-01-18T06:14:31.330 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-18T06:14:31.330 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-18T06:14:31.330 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2024-01-18T06:14:31.330 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: data: 2024-01-18T06:14:31.330 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-18T06:14:31.330 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-18T06:14:31.330 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-18T06:14:31.330 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: pgs: 2024-01-18T06:14:31.331 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2024-01-18T06:14:32.018 INFO:teuthology.orchestra.run.smithi007.stderr:mon is available 2024-01-18T06:14:32.018 INFO:teuthology.orchestra.run.smithi007.stderr:Assimilating anything we can from ceph.conf... 2024-01-18T06:14:32.030 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:31 smithi007 conmon[34370]: cluster 2024-01-18T06:14:30.749723+0000 mon.smithi007 (mon.0) 2 : cluster [INF] mon.smithi007 is new leader, mons smithi007 in quorum (ranks 0) 2024-01-18T06:14:32.031 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:31 smithi007 conmon[34370]: cluster 2024-01-18T06:14:30.749970+0000 mon.smithi007 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi007=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0]} removed_ranks: {} 2024-01-18T06:14:32.031 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:31 smithi007 conmon[34370]: cluster 2024-01-18T06:14:30.753077+0000 mon.smithi007 (mon.0) 4 : cluster [DBG] fsmap 2024-01-18T06:14:32.031 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:31 smithi007 conmon[34370]: cluster 2024-01-18T06:14:30.755278+0000 mon.smithi007 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T06:14:32.031 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:31 smithi007 conmon[34370]: cluster 2024-01-18T06:14:30.755859+0000 mon.smithi007 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T06:14:32.031 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:31 smithi007 conmon[34370]: audit 2024-01-18T06:14:31.327931+0000 mon.smithi007 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.7:0/2126377006' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-18T06:14:32.560 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2024-01-18T06:14:32.560 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: [global] 2024-01-18T06:14:32.560 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: fsid = b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:14:32.560 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.7:3300,v1:172.21.15.7:6789] 2024-01-18T06:14:32.560 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T06:14:32.560 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T06:14:32.561 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T06:14:32.561 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T06:14:32.561 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2024-01-18T06:14:32.561 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: [mgr] 2024-01-18T06:14:32.561 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T06:14:32.561 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2024-01-18T06:14:32.561 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: [osd] 2024-01-18T06:14:32.561 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T06:14:32.561 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T06:14:32.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:32 smithi007 conmon[34370]: audit 2024-01-18T06:14:32.555446+0000 mon.smithi007 (mon.0) 8 : audit [INF] from='client.? 172.21.15.7:0/3810750255' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T06:14:32.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:32 smithi007 conmon[34370]: audit 2024-01-18T06:14:32.558430+0000 mon.smithi007 (mon.0) 9 : audit [INF] from='client.? 172.21.15.7:0/3810750255' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T06:14:33.018 INFO:teuthology.orchestra.run.smithi007.stderr:Generating new minimal ceph.conf... 2024-01-18T06:14:33.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:33 smithi007 conmon[34370]: audit 2024-01-18T06:14:33.586300+0000 mon.smithi007 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.7:0/2053508847' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:14:34.110 INFO:teuthology.orchestra.run.smithi007.stderr:Restarting the monitor... 2024-01-18T06:14:34.431 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:34 smithi007 systemd[1]: Stopping Ceph mon.smithi007 for b8639cec-b5c8-11ee-95ae-87774f69a715... 2024-01-18T06:14:34.431 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:34 smithi007 bash[34880]: Error: no container with name or ID ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-mon.smithi007 found: no such container 2024-01-18T06:14:34.793 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:34 smithi007 conmon[34370]: debug 2024-01-18T06:14:34.430+0000 7f6e2862c700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi007 -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 2024-01-18T06:14:34.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:34 smithi007 conmon[34370]: debug 2024-01-18T06:14:34.430+0000 7f6e2862c700 -1 mon.smithi007@0(leader) e1 *** Got Signal Terminated *** 2024-01-18T06:14:35.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:34 smithi007 bash[34995]: b46cad39fef77d50e53ddef61247bee26a3dc889f8c9ab8a7fbba2f42efea26c 2024-01-18T06:14:35.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 systemd[1]: ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@mon.smithi007.service: Succeeded. 2024-01-18T06:14:35.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 systemd[1]: Stopped Ceph mon.smithi007 for b8639cec-b5c8-11ee-95ae-87774f69a715. 2024-01-18T06:14:35.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 systemd[1]: Starting Ceph mon.smithi007 for b8639cec-b5c8-11ee-95ae-87774f69a715... 2024-01-18T06:14:35.822 INFO:teuthology.orchestra.run.smithi007.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-18T06:14:36.062 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.769+0000 7fab4711c880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T06:14:36.062 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.769+0000 7fab4711c880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 7 2024-01-18T06:14:36.062 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.769+0000 7fab4711c880 0 pidfile_write: ignore empty --pid-file 2024-01-18T06:14:36.062 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.775+0000 7fab4711c880 0 load: jerasure load: lrc load: isa 2024-01-18T06:14:36.062 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T06:14:36.062 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.062 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T06:14:36.062 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T06:14:36.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: DB SUMMARY 2024-01-18T06:14:36.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T06:14:36.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T06:14:36.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-18T06:14:36.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi007/store.db dir, Total Num: 1, files: 000004.sst 2024-01-18T06:14:36.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi007/store.db: 000006.log size: 86475 ; 2024-01-18T06:14:36.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.env: 0x559fbb161080 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.fs: Posix File System 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.info_log: 0x559fbc5c5d20 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.statistics: (nil) 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.use_fsync: 0 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T06:14:36.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T06:14:36.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T06:14:36.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T06:14:36.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T06:14:36.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T06:14:36.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T06:14:36.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T06:14:36.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.db_log_dir: 2024-01-18T06:14:36.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi007/store.db 2024-01-18T06:14:36.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T06:14:36.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T06:14:36.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T06:14:36.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T06:14:36.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T06:14:36.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T06:14:36.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T06:14:36.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T06:14:36.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T06:14:36.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T06:14:36.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.write_buffer_manager: 0x559fbd21c480 2024-01-18T06:14:36.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T06:14:36.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T06:14:36.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T06:14:36.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T06:14:36.067 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T06:14:36.067 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T06:14:36.067 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T06:14:36.067 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T06:14:36.067 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T06:14:36.067 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.unordered_write: 0 2024-01-18T06:14:36.067 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T06:14:36.067 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T06:14:36.067 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T06:14:36.067 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T06:14:36.067 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.row_cache: None 2024-01-18T06:14:36.067 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.wal_filter: None 2024-01-18T06:14:36.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T06:14:36.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T06:14:36.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T06:14:36.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T06:14:36.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T06:14:36.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T06:14:36.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T06:14:36.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T06:14:36.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T06:14:36.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T06:14:36.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T06:14:36.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T06:14:36.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T06:14:36.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T06:14:36.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T06:14:36.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T06:14:36.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T06:14:36.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T06:14:36.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T06:14:36.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T06:14:36.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T06:14:36.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_open_files: -1 2024-01-18T06:14:36.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T06:14:36.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T06:14:36.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T06:14:36.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Compression algorithms supported: 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: kZSTD supported: 0 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi007/store.db/MANIFEST-000005 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.merge_operator: 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compaction_filter: None 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559fbc56fd28) 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: cache_index_and_filter_blocks: 1 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: pin_top_level_index_and_filter: 1 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: index_type: 0 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: data_block_index_type: 0 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: index_shortening: 1 2024-01-18T06:14:36.072 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: hash_index_allow_collision: 1 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: checksum: 1 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: no_block_cache: 0 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: block_cache: 0x559fbc5a8f10 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: block_cache_name: BinnedLRUCache 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: block_cache_options: 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: capacity : 536870912 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: num_shard_bits : 4 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: strict_capacity_limit : 0 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: high_pri_pool_ratio: 0.000 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: block_cache_compressed: (nil) 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: persistent_cache: (nil) 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: block_size: 4096 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: block_size_deviation: 10 2024-01-18T06:14:36.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: block_restart_interval: 16 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: index_block_restart_interval: 1 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: metadata_block_size: 4096 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: partition_filters: 0 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: use_delta_encoding: 1 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: whole_key_filtering: 1 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: verify_compression: 0 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: read_amp_bytes_per_bit: 0 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: format_version: 2 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: enable_index_compression: 1 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: block_align: 0 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compression: NoCompression 2024-01-18T06:14:36.074 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.num_levels: 7 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T06:14:36.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T06:14:36.076 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T06:14:36.076 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T06:14:36.076 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T06:14:36.076 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T06:14:36.076 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T06:14:36.076 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T06:14:36.076 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T06:14:36.076 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T06:14:36.076 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T06:14:36.076 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T06:14:36.077 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T06:14:36.077 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T06:14:36.077 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T06:14:36.077 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T06:14:36.077 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T06:14:36.077 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T06:14:36.077 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T06:14:36.077 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T06:14:36.077 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T06:14:36.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T06:14:36.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T06:14:36.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T06:14:36.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T06:14:36.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T06:14:36.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T06:14:36.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T06:14:36.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T06:14:36.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T06:14:36.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T06:14:36.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T06:14:36.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T06:14:36.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T06:14:36.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T06:14:36.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T06:14:36.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.ttl: 2592000 2024-01-18T06:14:36.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.776+0000 7fab4711c880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T06:14:36.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.777+0000 7fab4711c880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi007/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 2024-01-18T06:14:36.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.777+0000 7fab4711c880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-18T06:14:36.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.778+0000 7fab4711c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705558475779539, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-18T06:14:36.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.778+0000 7fab4711c880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-18T06:14:36.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.778+0000 7fab4711c880 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. 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.779+0000 7fab4711c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705558475781064, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83348, "table_properties": {"data_size": 81615, "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": 76127, "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": 1705558475, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.779+0000 7fab4711c880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.780+0000 7fab4711c880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705558475781808, "job": 1, "event": "recovery_finished"} 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.781+0000 7fab4711c880 4 rocksdb: DB pointer 0x559fbc673800 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.781+0000 7fab2df0f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.781+0000 7fab2df0f700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: ** DB Stats ** 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T06:14:36.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: ** Compaction Stats [default] ** 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 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 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: L0 2/0 83.09 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 82.5 0.00 0.00 1 0.001 0 0 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Sum 2/0 83.09 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 82.5 0.00 0.00 1 0.001 0 0 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 82.5 0.00 0.00 1 0.001 0 0 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: ** Compaction Stats [default] ** 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 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 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 82.5 0.00 0.00 1 0.001 0 0 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:14:36.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Cumulative compaction: 0.00 GB write, 16.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Interval compaction: 0.00 GB write, 16.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 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 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: ** Compaction Stats [default] ** 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 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 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: L0 2/0 83.09 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 82.5 0.00 0.00 1 0.001 0 0 2024-01-18T06:14:36.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Sum 2/0 83.09 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 82.5 0.00 0.00 1 0.001 0 0 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 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 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: ** Compaction Stats [default] ** 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 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 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 82.5 0.00 0.00 1 0.001 0 0 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Cumulative compaction: 0.00 GB write, 16.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:14:36.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 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 2024-01-18T06:14:36.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T06:14:36.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.782+0000 7fab4711c880 0 starting mon.smithi007 rank 0 at public addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] at bind addrs [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi007 fsid b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:14:36.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.784+0000 7fab4711c880 1 mon.smithi007@-1(???) e1 preinit fsid b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:14:36.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.784+0000 7fab4711c880 0 mon.smithi007@-1(???).mds e1 new map 2024-01-18T06:14:36.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.784+0000 7fab4711c880 0 mon.smithi007@-1(???).mds e1 print_map 2024-01-18T06:14:36.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: e1 2024-01-18T06:14:36.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T06:14:36.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 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} 2024-01-18T06:14:36.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: legacy client fscid: -1 2024-01-18T06:14:36.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: No filesystems configured 2024-01-18T06:14:36.086 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.086 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.785+0000 7fab4711c880 0 mon.smithi007@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T06:14:36.086 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.785+0000 7fab4711c880 0 mon.smithi007@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T06:14:36.086 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.785+0000 7fab4711c880 0 mon.smithi007@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T06:14:36.086 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.785+0000 7fab4711c880 0 mon.smithi007@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T06:14:36.086 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: audit 2024-01-18T06:14:36.086 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06: 2024-01-18T06:14:36.086 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 14:33.586300+0000 2024-01-18T06:14:36.086 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: mon.smithi007 (mon.0) 10 : audit 2024-01-18T06:14:36.086 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: [DBG] from='client.? 172.21.15.7:0/2053508847' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:14:36.086 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: debug 2024-01-18T06:14:35.785+0000 7fab4711c880 1 mon.smithi007@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-18T06:14:36.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 bash[35325]: c0d2e3d9cf3f6ee5ad32668366a7c476e844ae41f822aa03ecf4baeb6183c39d 2024-01-18T06:14:36.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 systemd[1]: Started Ceph mon.smithi007 for b8639cec-b5c8-11ee-95ae-87774f69a715. 2024-01-18T06:14:36.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: cluster 2024-01-18T06:14:35.803251+0000 mon.smithi007 (mon.0) 1 2024-01-18T06:14:36.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: : cluster [INF] mon.smithi007 is new leader, mons smithi007 in quorum (ranks 0) 2024-01-18T06:14:36.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: cluster 2024-01-18T06:14:35.803297+0000 mon.smithi007 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi007=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0]} removed_ranks: {} 2024-01-18T06:14:36.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: cluster 2024-01-18T06:14:35 2024-01-18T06:14:36.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: .803742+0000 mon.smithi007 (mon.0) 3 : cluster [DBG] fsmap 2024-01-18T06:14:36.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: cluster 2024-01-18 2024-01-18T06:14:36.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: T06:14:35.803774+0000 mon.smithi007 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T06:14:36.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 2024-01-18T06:14:36.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: cluster 2024 2024-01-18T06:14:36.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: -01-18T06:14:35.804129+0000 mon.smithi007 (mon. 2024-01-18T06:14:36.088 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:35 smithi007 conmon[35366]: 0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T06:14:37.018 INFO:teuthology.orchestra.run.smithi007.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-18T06:14:37.018 INFO:teuthology.orchestra.run.smithi007.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-18T06:14:37.018 INFO:teuthology.orchestra.run.smithi007.stderr:Creating mgr... 2024-01-18T06:14:37.019 INFO:teuthology.orchestra.run.smithi007.stderr:Verifying port 9283 ... 2024-01-18T06:14:37.171 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Failed to reset failed state of unit ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@mgr.smithi007.eulhwp.service: Unit ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@mgr.smithi007.eulhwp.service not loaded. 2024-01-18T06:14:37.179 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b8639cec-b5c8-11ee-95ae-87774f69a715.target.wants/ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@mgr.smithi007.eulhwp.service → /etc/systemd/system/ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@.service. 2024-01-18T06:14:37.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:37 smithi007 conmon[35366]: audit 2024-01-18T06:14:36.402647+0000 mon.smithi007 (mon 2024-01-18T06:14:37.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:37 smithi007 conmon[35366]: .0) 6 : audit [INF] from='client.? 172.21.15.7:0/1677485194' entity='client.admin' 2024-01-18T06:14:37.924 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: disabled 2024-01-18T06:14:37.933 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: inactive 2024-01-18T06:14:37.934 INFO:teuthology.orchestra.run.smithi007.stderr:firewalld.service is not enabled 2024-01-18T06:14:37.934 INFO:teuthology.orchestra.run.smithi007.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T06:14:37.943 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: disabled 2024-01-18T06:14:37.951 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: inactive 2024-01-18T06:14:37.952 INFO:teuthology.orchestra.run.smithi007.stderr:firewalld.service is not enabled 2024-01-18T06:14:37.952 INFO:teuthology.orchestra.run.smithi007.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-18T06:14:37.952 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for mgr to start... 2024-01-18T06:14:37.952 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for mgr... 2024-01-18T06:14:38.518 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsid": "b8639cec-b5c8-11ee-95ae-87774f69a715", 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "health": { 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 0 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "smithi007" 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2024-01-18T06:14:38.519 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-18T06:14:38.520 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T06:14:38.520 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:38.520 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T06:14:38.520 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T06:14:38.520 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:38.520 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T06:14:38.520 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:38.520 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T06:14:38.520 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T06:14:38.520 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T06:14:38.523 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T06:14:38.524 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T06:14:38.524 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T06:14:38.524 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:38.524 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T06:14:38.524 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T06:14:38.524 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T06:14:38.524 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T06:14:38.524 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T06:14:38.524 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T06:14:38.524 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T06:14:38.524 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T06:14:38.524 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "available": false, 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "iostat", 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "nfs", 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "restful" 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:14:38.525 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:38.526 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T06:14:38.526 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:38.526 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modified": "2024-01-18T06:14:30.751994+0000", 2024-01-18T06:14:38.526 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:14:38.526 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:38.526 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T06:14:38.526 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2024-01-18T06:14:38.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:38 smithi007 conmon[35366]: audit 2024-01-18T06:14:38.515694 2024-01-18T06:14:38.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:38 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.7:0/98842093' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T06:14:39.158 INFO:teuthology.orchestra.run.smithi007.stderr:mgr not available, waiting (1/15)... 2024-01-18T06:14:41.750 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2024-01-18T06:14:41.750 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2024-01-18T06:14:41.750 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsid": "b8639cec-b5c8-11ee-95ae-87774f69a715", 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "health": { 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 0 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "smithi007" 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T06:14:41.751 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:41.752 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T06:14:41.752 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T06:14:41.752 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:41.752 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T06:14:41.752 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:41.752 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T06:14:41.752 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T06:14:41.752 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T06:14:41.756 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T06:14:41.756 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T06:14:41.756 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T06:14:41.756 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:41.756 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T06:14:41.756 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T06:14:41.756 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T06:14:41.756 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T06:14:41.756 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T06:14:41.756 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T06:14:41.756 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "available": false, 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "iostat", 2024-01-18T06:14:41.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "nfs", 2024-01-18T06:14:41.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "restful" 2024-01-18T06:14:41.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2024-01-18T06:14:41.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:14:41.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:41.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T06:14:41.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:41.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modified": "2024-01-18T06:14:30.751994+0000", 2024-01-18T06:14:41.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:14:41.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:41.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T06:14:41.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2024-01-18T06:14:42.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:41 smithi007 conmon[35366]: audit 2024-01-18T06:14:41.747932+0000 mon.smithi007 ( 2024-01-18T06:14:42.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:41 smithi007 conmon[35366]: mon.0) 8 : audit [DBG] from='client.? 172.21.15.7:0/1170376448' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T06:14:42.254 INFO:teuthology.orchestra.run.smithi007.stderr:mgr not available, waiting (2/15)... 2024-01-18T06:14:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: cluster 2024-01-18T06:14:44.061590 2024-01-18T06:14:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 9 : cluster [INF] Activating manager daemon smithi007.eulhwp 2024-01-18T06:14:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: cluster 2024-01-18T06:14:44.064508 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi007.eulhwp(active, starting, since 0.00303711s) 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: audit 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 2024-01-18T06:14 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: :44.065606+0000 mon.smithi007 (mon. 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 0) 11 : audit [DBG] from='mgr.14100 172.21.15.7:0/3701512511' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: audit 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 2024-01 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: -18T06:14:44.065857 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 12 : audit 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: [DBG] from='mgr.14100 172.21.15.7:0/3701512511' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: audit 2024-01 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: -18T06:14:44. 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 066081+0000 mon.smithi007 (mon.0) 2024-01-18T06:14:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 13 : audit [DBG] from='mgr.14100 172.21.15.7:0/3701512511' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: audit 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 2024-01-18T06:14:44 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: .066287+0000 mon.smithi007 (mon.0) 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 14 : audit [DBG] from='mgr.14100 172.21.15.7:0/3701512511' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: audit 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 2024-01-18T06: 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 14:44.066507+0000 mon.smithi007 ( 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: mon.0) 15 : audit [DBG] 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: from='mgr.14100 172.21.15.7:0/3701512511' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mgr metadata", "who": "smithi007.eulhwp", "id": "smithi007.eulhwp"}]: dispatch 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: cluster 2024-01 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: -18T06:14:44. 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 080347+0000 mon.smithi007 (mon.0) 16 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: : cluster [INF] Manager daemon smithi007.eulhwp is now available 2024-01-18T06:14:44.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 01-18T06:14: 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 44.089998+0000 mon.smithi007 (mon.0) 17 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: : audit [INF] from='mgr.14100 172.21.15.7:0/3701512511' entity='mgr.smithi007.eulhwp' 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: audit 2024 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: -01-18T06:14 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: :44.097808+0000 mon.smithi007 ( 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.7:0/3701512511' entity='mgr.smithi007.eulhwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.eulhwp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: audit 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 2024-01-18T06 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: :14:44.100769+0000 mon.smithi007 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: (mon.0) 19 : audit 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: [INF] from='mgr.14100 172.21.15.7:0/3701512511' entity='mgr.smithi007.eulhwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.eulhwp/trash_purge_schedule"}]: dispatch 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: audit 2024-01-18T06:14:44.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 2024-01-18T06: 2024-01-18T06:14:44.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 14:44.103969+0000 mon.smithi007 ( 2024-01-18T06:14:44.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: mon.0) 20 : audit [INF] 2024-01-18T06:14:44.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: from='mgr.14100 172.21.15.7:0/3701512511' entity='mgr.smithi007.eulhwp' 2024-01-18T06:14:44.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: audit 2024-01-18T06:14:44.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: 2024-01-18T06 2024-01-18T06:14:44.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: :14:44.105912+0000 mon.smithi007 2024-01-18T06:14:44.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: (mon.0) 21 : audit 2024-01-18T06:14:44.367 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:44 smithi007 conmon[35366]: [INF] from='mgr.14100 172.21.15.7:0/3701512511' entity='mgr.smithi007.eulhwp' 2024-01-18T06:14:44.859 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2024-01-18T06:14:44.860 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2024-01-18T06:14:44.860 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsid": "b8639cec-b5c8-11ee-95ae-87774f69a715", 2024-01-18T06:14:44.860 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "health": { 2024-01-18T06:14:44.860 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T06:14:44.860 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T06:14:44.860 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T06:14:44.860 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:44.860 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T06:14:44.860 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T06:14:44.860 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 0 2024-01-18T06:14:44.860 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2024-01-18T06:14:44.860 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T06:14:44.860 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "smithi007" 2024-01-18T06:14:44.861 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2024-01-18T06:14:44.861 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-01-18T06:14:44.861 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T06:14:44.861 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:44.861 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T06:14:44.861 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T06:14:44.861 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:44.861 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T06:14:44.861 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:44.861 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T06:14:44.861 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T06:14:44.861 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T06:14:44.864 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T06:14:44.864 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T06:14:44.864 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T06:14:44.865 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "available": false, 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "iostat", 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "nfs", 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "restful" 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modified": "2024-01-18T06:14:30.751994+0000", 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T06:14:44.866 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2024-01-18T06:14:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:45 smithi007 conmon[35366]: audit 2024-01-18T06:14:44.857503+0000 mon.smithi007 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.7:0/2092634950' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T06:14:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:45 smithi007 conmon[35366]: cluster 2024-01-18T06:14:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:45 smithi007 conmon[35366]: 2024-01-18T06:14:45.067578+0000 mon.smithi007 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi007.eulhwp(active, since 1.0061s) 2024-01-18T06:14:45.424 INFO:teuthology.orchestra.run.smithi007.stderr:mgr not available, waiting (3/15)... 2024-01-18T06:14:48.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:47 smithi007 conmon[35366]: cluster 2024-01-18T06:14:46.795759+0000 mon.smithi007 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi007.eulhwp(active, since 2s) 2024-01-18T06:14:48.191 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2024-01-18T06:14:48.191 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2024-01-18T06:14:48.191 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsid": "b8639cec-b5c8-11ee-95ae-87774f69a715", 2024-01-18T06:14:48.191 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "health": { 2024-01-18T06:14:48.191 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T06:14:48.191 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T06:14:48.191 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T06:14:48.191 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:48.192 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T06:14:48.192 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T06:14:48.192 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 0 2024-01-18T06:14:48.192 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2024-01-18T06:14:48.192 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T06:14:48.192 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "smithi007" 2024-01-18T06:14:48.192 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2024-01-18T06:14:48.192 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "quorum_age": 12, 2024-01-18T06:14:48.192 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T06:14:48.192 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:48.193 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T06:14:48.193 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T06:14:48.193 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:48.193 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T06:14:48.193 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:48.193 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T06:14:48.193 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T06:14:48.193 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T06:14:48.196 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T06:14:48.197 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "available": true, 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "iostat", 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "nfs", 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "restful" 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ], 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T06:14:48.198 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T06:14:48.199 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "modified": "2024-01-18T06:14:30.751994+0000", 2024-01-18T06:14:48.199 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "services": {} 2024-01-18T06:14:48.199 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: }, 2024-01-18T06:14:48.199 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T06:14:48.199 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2024-01-18T06:14:48.690 INFO:teuthology.orchestra.run.smithi007.stderr:mgr is available 2024-01-18T06:14:48.966 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:48 smithi007 conmon[35366]: audit 2024-01-18T06:14:48.188932+0000 mon.smithi007 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.7:0/2222783666' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T06:14:49.359 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2024-01-18T06:14:49.359 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: [global] 2024-01-18T06:14:49.359 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: fsid = b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:14:49.359 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T06:14:49.359 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T06:14:49.360 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T06:14:49.360 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T06:14:49.360 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2024-01-18T06:14:49.360 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: [mgr] 2024-01-18T06:14:49.360 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T06:14:49.360 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 2024-01-18T06:14:49.360 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: [osd] 2024-01-18T06:14:49.360 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T06:14:49.360 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T06:14:49.865 INFO:teuthology.orchestra.run.smithi007.stderr:Enabling cephadm module... 2024-01-18T06:14:50.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:49 smithi007 conmon[35366]: audit 2024-01-18T06:14:49.357648+0000 mon.smithi007 (mon.0 2024-01-18T06:14:50.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:49 smithi007 conmon[35366]: ) 26 : audit [INF] from='client.? 172.21.15.7:0/3813063284' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T06:14:51.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:50 smithi007 conmon[35366]: audit 2024-01-18T06:14:50.571705+0000 mon.smithi007 (mon.0 2024-01-18T06:14:51.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:50 smithi007 conmon[35366]: ) 27 : audit [INF] from='client.? 172.21.15.7:0/259633390' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-18T06:14:52.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:51 smithi007 conmon[35366]: audit 2024-01-18T06:14:50.800278+0000 mon.smithi007 (mon.0) 28 2024-01-18T06:14:52.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:51 smithi007 conmon[35366]: : audit [INF] from='client.? 172.21.15.7:0/259633390' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-18T06:14:52.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:51 smithi007 conmon[35366]: cluster 2024-01-18T06:14:50.800374+0000 mon.smithi007 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi007.eulhwp(active, since 6s) 2024-01-18T06:14:52.226 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2024-01-18T06:14:52.226 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-18T06:14:52.226 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "available": true, 2024-01-18T06:14:52.226 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "active_name": "smithi007.eulhwp", 2024-01-18T06:14:52.226 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T06:14:52.226 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2024-01-18T06:14:52.747 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for the mgr to restart... 2024-01-18T06:14:52.748 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for mgr epoch 5... 2024-01-18T06:14:52.830 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:52 smithi007 conmon[35366]: audit 2024-01-18T06:14:52.225356+0000 mon.smithi007 (mon 2024-01-18T06:14:52.830 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:52 smithi007 conmon[35366]: .0) 30 : audit [DBG] from='client.? 172.21.15.7:0/3539943889' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T06:14:57.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: cluster 2024-01-18T06:14:57.006370+0000 mon.smithi007 (mon.0) 31 : cluster [INF] 2024-01-18T06:14:57.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: Active manager daemon smithi007.eulhwp restarted 2024-01-18T06:14:57.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: cluster 2024-01-18T06:14:57.006673+0000 mon.smithi007 (mon.0) 32 : cluster [INF] Activating manager daemon smithi007.eulhwp 2024-01-18T06:14:57.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: cluster 2024-01-18T06:14:57.009601+0000 mon.smithi007 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-18T06:14:57.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: cluster 2024-01-18T06:14:57.009718+0000 mon.smithi007 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi007.eulhwp(active, starting, since 0.00313954s) 2024-01-18T06:14:57.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: audit 2024-01-18 2024-01-18T06:14:57.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: T06:14:57.010735+0000 mon.smithi007 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2024-01-18T06:14:57.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:14:57.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: 01-18T06:14:57.011463+0000 mon.smithi007 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mgr metadata", "who": "smithi007.eulhwp", "id": "smithi007.eulhwp"}]: dispatch 2024-01-18T06:14:57.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: audit 2024-01-18T06:14:57.012467+0000 mon.smithi007 (mon.0) 2024-01-18T06:14:57.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: 37 : audit [DBG] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T06:14:57.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: audit 2024-01-18 2024-01-18T06:14:57.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: T06:14:57.012683+0000 mon.smithi007 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T06:14:57.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: audit 2024-01-18T06:14:57.012858+0000 mon.smithi007 (mon.0) 2024-01-18T06:14:57.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: 39 : audit [DBG] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T06:14:57.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: cluster 2024-01 2024-01-18T06:14:57.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: -18T06:14:57.027256+0000 mon.smithi007 (mon.0) 40 : cluster [INF] Manager daemon smithi007.eulhwp is now available 2024-01-18T06:14:57.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: audit 2024-01-18T06:14:57.040909 2024-01-18T06:14:57.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:57 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:14:58.020 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2024-01-18T06:14:58.020 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-18T06:14:58.020 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T06:14:58.020 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2024-01-18T06:14:58.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: cephadm 2024-01-18T06:14:57.038211+0000 mgr.smithi007.eulhwp (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-18T06:14:58.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: audit 2024-01-18T06:14:58.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 2024-01-18T06:14:57.139589+0000 mon.smithi007 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:14:58.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: audit 2024-01-18T06:14:58.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 2024-01-18T06:14:57.140736+0000 2024-01-18T06:14:58.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: mon.smithi007 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: audit 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 2024-01-18T06:14: 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 57.142364+0000 mon.smithi007 (mon.0) 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 44 : audit [DBG] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: audit 2024 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: -01-18T06:14: 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 57.144839+0000 mon.smithi007 (mon. 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 0) 45 : audit [DBG] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 01-18T06:14:57.159790+0000 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: mon.smithi007 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.eulhwp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 2024-01-18T06:14:58.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: audit 2024-01-18T06:14:58.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 2024-01-18T06: 2024-01-18T06:14:58.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 14:57.162619+0000 mon.smithi007 ( 2024-01-18T06:14:58.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.eulhwp/trash_purge_schedule"}]: dispatch 2024-01-18T06:14:58.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: cluster 2024-01-18T06:14:58.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 2024-01-18T06: 2024-01-18T06:14:58.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: 14:58.012225+0000 mon.smithi007 ( 2024-01-18T06:14:58.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:58 smithi007 conmon[35366]: mon.0) 48 : cluster [DBG] mgrmap e7: smithi007.eulhwp(active, since 1.00564s) 2024-01-18T06:14:58.547 INFO:teuthology.orchestra.run.smithi007.stderr:mgr epoch 5 is available 2024-01-18T06:14:58.547 INFO:teuthology.orchestra.run.smithi007.stderr:Setting orchestrator backend to cephadm... 2024-01-18T06:14:59.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:59 smithi007 conmon[35366]: audit 2024-01-18T06:14:58.011483+0000 mgr.smithi007.eulhwp (mgr.14118 2024-01-18T06:14:59.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:59 smithi007 conmon[35366]: ) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T06:14:59.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:14:59 smithi007 conmon[35366]: audit 2024-01-18T06:14:58.018759+0000 mgr.smithi007.eulhwp (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T06:15:00.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:00 smithi007 conmon[35366]: cluster 2024-01-18T06:14:59.141824+0000 mon.smithi007 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi007.eulhwp(active, since 2s) 2024-01-18T06:15:00.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:00 smithi007 conmon[35366]: audit 2024-01-18T06:14:59.219465+0000 mgr.smithi007.eulhwp (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:00.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:00 smithi007 conmon[35366]: audit 2024-01-18T06:14:59.223622+0000 mon.smithi007 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:00.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:00 smithi007 conmon[35366]: audit 2024-01-18T06:14:59.269874+0000 mon.smithi007 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:15:00.369 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: value unchanged 2024-01-18T06:15:00.896 INFO:teuthology.orchestra.run.smithi007.stderr:Generating ssh key... 2024-01-18T06:15:02.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:01 smithi007 conmon[35366]: audit 2024-01-18T06:15:00.368972+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:15:02.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:01 smithi007 conmon[35366]: mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:03.044 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIi7nGCmevUZejGDB8mKIfT/zBSOEn/go3TYi8BG1QJO4JN8H422GZg8tvDNqtlm0yICzIJi2qFY2ljm6RHDglgyOAjkWx39+y9gmF6OPvEdGOOirHFEvfL4M3B4aB5NSLa1lLkK8p2Np1l8EGo3U1fDLNkO3Z1KsxTO6kuc8vCWoO9LPRJxSl8IwYEq8afKwcAj4OntaOEdaxCuhebXHhaSIJD09GRVP9jK8Ok1ItLeTuNcF4P3/hk2Z9VScZohw81p3sYwUnZ3vfYjPDalw8hFetzelKA4BJyfWT8woxTU5KOfJNSBd9Tp3lGrIOmZ1Q+VEEqRGowhi0ukTGgVt61Jnwutk2vYg/UUYxmdpYVBXhVjwgxN8Ktc1wFCTmjOHlu+E7IXfvfGP0LmznxoPNATbBMf/jYoQ8ieCKyLAFB1zJClsJGYlrwDrXpFyOUw7FGhHO4BK8Rwk9km5+4lwBSxZEJwBPJE0ZnA0EWu3SjJQM7+b5p6MeJ6/530xImhs= ceph-b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:15:03.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:02 smithi007 conmon[35366]: audit 2024-01-18T06:15:01.557443+0000 mgr.smithi007.eulhwp (mgr.14118) 2024-01-18T06:15:03.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:02 smithi007 conmon[35366]: 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:03.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:02 smithi007 conmon[35366]: cephadm 2024-01-18T06:15:01.557677+0000 mgr.smithi007.eulhwp (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2024-01-18T06:15:03.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:02 smithi007 conmon[35366]: audit 2024-01-18T06:15:01.828417+0000 mon.smithi007 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:03.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:02 smithi007 conmon[35366]: audit 2024-01-18T06:15:01.830129+0000 mon.smithi007 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:03.531 INFO:teuthology.orchestra.run.smithi007.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-18T06:15:03.531 INFO:teuthology.orchestra.run.smithi007.stderr:Adding key to root@localhost authorized_keys... 2024-01-18T06:15:03.533 INFO:teuthology.orchestra.run.smithi007.stderr:Adding host smithi007... 2024-01-18T06:15:04.235 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:03 smithi007 conmon[35366]: audit 2024-01-18T06:15:03.043793+0000 mgr.smithi007.eulhwp (mgr.14118) 8 2024-01-18T06:15:04.236 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:03 smithi007 conmon[35366]: : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:04.886 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Added host 'smithi007' with addr '172.21.15.7' 2024-01-18T06:15:05.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:04 smithi007 conmon[35366]: audit 2024-01-18T06:15:04.212303+0000 mgr.smithi007.eulhwp (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi007", "addr": "172.21.15.7", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:05.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:04 smithi007 conmon[35366]: audit 2024-01-18T06:15:04.884092+0000 mon.smithi007 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:05.421 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying mon service with default placement... 2024-01-18T06:15:06.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:05 smithi007 conmon[35366]: cephadm 2024-01-18T06:15:04.884425+0000 mgr.smithi007.eulhwp (mgr.14118) 10 : cephadm [INF] Added host smithi007 2024-01-18T06:15:06.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:05 smithi007 conmon[35366]: audit 2024-01-18T06:15:04.897148+0000 mon.smithi007 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:15:06.174 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-18T06:15:06.912 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying mgr service with default placement... 2024-01-18T06:15:07.461 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:07 smithi007 conmon[35366]: audit 2024-01-18T06:15:06.170096+0000 mgr.smithi007.eulhwp (mgr.14118) 2024-01-18T06:15:07.462 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:07 smithi007 conmon[35366]: 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:07.462 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:07 smithi007 conmon[35366]: cephadm 2024-01-18T06:15:06.171404+0000 mgr.smithi007.eulhwp (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-18T06:15:07.462 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:07 smithi007 conmon[35366]: audit 2024-01-18T06:15:06.173897+0000 mon.smithi007 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:07.925 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-18T06:15:08.412 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying crash service with default placement... 2024-01-18T06:15:08.644 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:08 smithi007 conmon[35366]: audit 2024-01-18T06:15:07.390066+0000 mon.smithi007 (mon.0) 2024-01-18T06:15:08.645 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:08 smithi007 conmon[35366]: 57 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:08.645 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:08 smithi007 conmon[35366]: audit 2024-01-18T06:15:07.759673+0000 mon.smithi007 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:08.645 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:08 smithi007 conmon[35366]: audit 2024-01-18T06:15:07.925014+0000 mon.smithi007 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:09.202 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-18T06:15:09.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:09 smithi007 conmon[35366]: audit 2024-01-18T06:15:07.920727+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:15:09.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:09 smithi007 conmon[35366]: mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:09.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:09 smithi007 conmon[35366]: cephadm 2024-01-18T06:15:07.921641+0000 mgr.smithi007.eulhwp (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-18T06:15:09.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:09 smithi007 conmon[35366]: audit 2024-01-18T06:15:09.158927+0000 mon.smithi007 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:09.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:09 smithi007 conmon[35366]: audit 2024-01-18T06:15:09.202207+0000 mon.smithi007 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:09.786 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying prometheus service with default placement... 2024-01-18T06:15:10.531 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-18T06:15:10.552 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:10 smithi007 conmon[35366]: audit 2024-01-18T06:15:09.197915+0000 mgr.smithi007.eulhwp (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:10.552 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:10 smithi007 conmon[35366]: cephadm 2024-01-18T06:15:09.199000+0000 mgr.smithi007.eulhwp (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-18T06:15:11.453 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying grafana service with default placement... 2024-01-18T06:15:11.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:11 smithi007 conmon[35366]: audit 2024-01-18T06:15:10.527401+0000 mgr.smithi007.eulhwp (mgr.14118) 2024-01-18T06:15:11.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:11 smithi007 conmon[35366]: 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:11.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:11 smithi007 conmon[35366]: cephadm 2024-01-18T06:15:10.528399+0000 mgr.smithi007.eulhwp (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-18T06:15:11.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:11 smithi007 conmon[35366]: audit 2024-01-18T06:15:10.530648+0000 mon.smithi007 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:12.119 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-18T06:15:12.719 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying node-exporter service with default placement... 2024-01-18T06:15:13.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:13 smithi007 conmon[35366]: audit 2024-01-18T06:15:12.115394+0000 mgr.smithi007.eulhwp (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:13.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:13 smithi007 conmon[35366]: cephadm 2024-01-18T06:15:12.116331+0000 mgr.smithi007.eulhwp (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-18T06:15:13.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:13 smithi007 conmon[35366]: audit 2024-01-18T06:15:12.118691+0000 mon.smithi007 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:13.423 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-18T06:15:14.002 INFO:teuthology.orchestra.run.smithi007.stderr:Deploying alertmanager service with default placement... 2024-01-18T06:15:14.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:14 smithi007 conmon[35366]: audit 2024-01-18T06:15:13.419685+0000 mgr.smithi007.eulhwp (mgr.14118) 21 : audit [DBG] 2024-01-18T06:15:14.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:14 smithi007 conmon[35366]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:14.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:14 smithi007 conmon[35366]: cephadm 2024-01-18T06:15:13.420649+0000 mgr.smithi007.eulhwp (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-18T06:15:14.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:14 smithi007 conmon[35366]: audit 2024-01-18T06:15:13.422922+0000 mon.smithi007 (mon.0) 64 2024-01-18T06:15:14.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:14 smithi007 conmon[35366]: : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:14.714 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-18T06:15:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:15 smithi007 conmon[35366]: audit 2024-01-18T06:15:14.711081+0000 mgr.smithi007.eulhwp (mgr.14118 2024-01-18T06:15:16.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:15 smithi007 conmon[35366]: ) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:16.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:15 smithi007 conmon[35366]: cephadm 2024-01-18T06:15:14.712029+0000 mgr.smithi007.eulhwp (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-18T06:15:16.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:15 smithi007 conmon[35366]: audit 2024-01-18T06:15:14.714334+0000 mon.smithi007 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.7:0/3739113765' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:17.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:17 smithi007 conmon[35366]: audit 2024-01-18T06:15:16.122076+0000 mon.smithi007 (mon.0) 66 : audit [INF] from='client.? 172.21.15.7:0/3387017901' entity='client.admin' 2024-01-18T06:15:17.985 INFO:teuthology.orchestra.run.smithi007.stderr:Enabling the dashboard module... 2024-01-18T06:15:18.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:18 smithi007 conmon[35366]: cluster 2024-01-18T06:15:17.013807+0000 mgr.smithi007.eulhwp (mgr.14118) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:15:18.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:18 smithi007 conmon[35366]: audit 2024-01-18T06:15:17.367093+0000 mon.smithi007 (mon.0) 67 : audit [INF] from='client.? 172.21.15.7:0/3815373118' entity='client.admin' 2024-01-18T06:15:19.648 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:19 smithi007 conmon[35366]: audit 2024-01-18T06:15:18.715699+0000 mon.smithi007 (mon.0) 68 : audit [INF] from='client.? 172.21.15.7:0/2011604545' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-18T06:15:20.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:20 smithi007 conmon[35366]: audit 2024-01-18T06:15:19.371720+0000 mon.smithi007 (mon.0) 69 2024-01-18T06:15:20.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:20 smithi007 conmon[35366]: : audit [INF] from='client.? 172.21.15.7:0/2011604545' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-18T06:15:20.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:20 smithi007 conmon[35366]: cluster 2024-01-18T06:15:19.371815+0000 mon.smithi007 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi007.eulhwp(active, since 22s) 2024-01-18T06:15:20.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2024-01-18T06:15:20.757 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-18T06:15:20.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "available": true, 2024-01-18T06:15:20.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "active_name": "smithi007.eulhwp", 2024-01-18T06:15:20.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T06:15:20.758 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2024-01-18T06:15:21.410 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for the mgr to restart... 2024-01-18T06:15:21.410 INFO:teuthology.orchestra.run.smithi007.stderr:Waiting for mgr epoch 9... 2024-01-18T06:15:21.626 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:21 smithi007 conmon[35366]: audit 2024-01-18T06:15:20.757071+0000 mon.smithi007 (mon. 2024-01-18T06:15:21.626 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:21 smithi007 conmon[35366]: 0) 71 : audit [DBG] from='client.? 172.21.15.7:0/462626309' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T06:15:25.785 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: cluster 2024-01-18T06:15:25.541534+0000 mon.smithi007 (mon.0) 72 : cluster [INF] Active manager daemon smithi007.eulhwp restarted 2024-01-18T06:15:25.785 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: cluster 2024-01-18T06:15:25.541788+0000 mon.smithi007 (mon.0) 73 : cluster [INF] Activating manager daemon smithi007.eulhwp 2024-01-18T06:15:25.785 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: cluster 2024-01-18T06:15:25.785 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: 2024-01-18T06 2024-01-18T06:15:25.785 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: :15:25.544759+0000 mon.smithi007 (mon. 2024-01-18T06:15:25.785 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: 0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-18T06:15:25.785 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: cluster 2024-01-18T06:15:25.785 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: 2024-01-18T06 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: :15:25.544880+0000 mon.smithi007 ( 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: mon.0) 75 : cluster [DBG] mgrmap e10: smithi007.eulhwp(active, starting, since 0.00318934s) 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: audit 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: 2024-01 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: -18T06:15:25.545848 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 76 : audit 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: [DBG] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: 01-18T06:15: 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: 25.546691+0000 mon.smithi007 (mon.0 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: ) 77 : audit [DBG] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mgr metadata", "who": "smithi007.eulhwp", "id": "smithi007.eulhwp"}]: dispatch 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: audit 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: 2024-01-18T06: 2024-01-18T06:15:25.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: 15:25.547685+0000 mon.smithi007 ( 2024-01-18T06:15:25.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T06:15:25.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: audit 2024-01-18T 2024-01-18T06:15:25.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: 06:15:25.547920+0000 2024-01-18T06:15:25.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: mon.smithi007 (mon.0) 79 : audit [DBG] 2024-01-18T06:15:25.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T06:15:25.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: audit 2024-01-18T06:15:25.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: 2024-01-18T06: 2024-01-18T06:15:25.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: 15:25.548146+0000 mon.smithi007 (mon. 2024-01-18T06:15:25.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: 0) 80 : audit [DBG] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T06:15:25.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: cluster 2024-01 2024-01-18T06:15:25.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: -18T06:15:25 2024-01-18T06:15:25.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: .562100+0000 mon.smithi007 (mon.0) 81 2024-01-18T06:15:25.787 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:25 smithi007 conmon[35366]: : cluster [INF] Manager daemon smithi007.eulhwp is now available 2024-01-18T06:15:26.554 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: { 2024-01-18T06:15:26.554 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-18T06:15:26.554 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T06:15:26.554 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: } 2024-01-18T06:15:26.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:26 smithi007 conmon[35366]: audit 2024-01-18T06:15:25.672196+0000 mon.smithi007 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:15:26.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:26 smithi007 conmon[35366]: audit 2024-01-18T06:15:25.673899+0000 mon.smithi007 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:15:26.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:26 smithi007 conmon[35366]: audit 2024-01-18T06:15:25.702976+0000 mon.smithi007 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.eulhwp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T06:15:26.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:26 smithi007 conmon[35366]: audit 2024-01-18T06:15:25.705372+0000 mon.smithi007 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.eulhwp/trash_purge_schedule"}]: dispatch 2024-01-18T06:15:26.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:26 smithi007 conmon[35366]: cluster 2024-01-18T06:15:26.547239+0000 mon.smithi007 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi007.eulhwp(active, since 1.00554s) 2024-01-18T06:15:27.301 INFO:teuthology.orchestra.run.smithi007.stderr:mgr epoch 9 is available 2024-01-18T06:15:27.301 INFO:teuthology.orchestra.run.smithi007.stderr:Generating a dashboard self-signed certificate... 2024-01-18T06:15:28.148 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-18T06:15:28.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:28 smithi007 conmon[35366]: audit 2024-01-18T06:15:26.546402 2024-01-18T06:15:28.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:28 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T06:15:28.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:28 smithi007 conmon[35366]: audit 2024-01-18T06:15:26.553680+0000 mgr.smithi007.eulhwp (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T06:15:28.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:28 smithi007 conmon[35366]: audit 2024-01-18T06:15:27.313022+0000 mon.smithi007 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:28.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:28 smithi007 conmon[35366]: audit 2024-01-18T06:15:28.145953+0000 mon.smithi007 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:28.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:28 smithi007 conmon[35366]: audit 2024-01-18T06:15:28.147823+0000 mon.smithi007 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:29.339 INFO:teuthology.orchestra.run.smithi007.stderr:Creating initial admin user... 2024-01-18T06:15:29.569 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:29 smithi007 conmon[35366]: audit 2024-01-18T06:15:28.051845+0000 mgr.smithi007.eulhwp (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:29.569 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:29 smithi007 conmon[35366]: cluster 2024-01-18T06:15:28.313756+0000 mon.smithi007 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi007.eulhwp(active, since 2s) 2024-01-18T06:15:30.290 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$jyJh3rkYcbazhX8ddk6DW.97YFXiZi7Nr920Ab7/9VR4tRS6lwL5S", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705558530, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-18T06:15:30.916 INFO:teuthology.orchestra.run.smithi007.stderr:Fetching dashboard port number... 2024-01-18T06:15:31.583 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: 8443 2024-01-18T06:15:31.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:31 smithi007 conmon[35366]: audit 2024-01-18T06:15:30.038652+0000 mgr.smithi007.eulhwp (mgr.14158) 4 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:31.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:31 smithi007 conmon[35366]: audit 2024-01-18T06:15:30.290689+0000 mon.smithi007 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:32.244 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: disabled 2024-01-18T06:15:32.253 INFO:teuthology.orchestra.run.smithi007.stderr:systemctl: inactive 2024-01-18T06:15:32.254 INFO:teuthology.orchestra.run.smithi007.stderr:firewalld.service is not enabled 2024-01-18T06:15:32.254 INFO:teuthology.orchestra.run.smithi007.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-18T06:15:32.257 INFO:teuthology.orchestra.run.smithi007.stderr:Ceph Dashboard is now available at: 2024-01-18T06:15:32.257 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-01-18T06:15:32.257 INFO:teuthology.orchestra.run.smithi007.stderr: URL: https://smithi007:8443/ 2024-01-18T06:15:32.257 INFO:teuthology.orchestra.run.smithi007.stderr: User: admin 2024-01-18T06:15:32.257 INFO:teuthology.orchestra.run.smithi007.stderr: Password: 0c66y9a9rq 2024-01-18T06:15:32.257 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-01-18T06:15:32.257 INFO:teuthology.orchestra.run.smithi007.stderr:Enabling autotune for osd_memory_target 2024-01-18T06:15:32.505 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:32 smithi007 conmon[35366]: audit 2024-01-18T06:15:31.583351+0000 mon.smithi007 (mon.0 2024-01-18T06:15:32.505 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:32 smithi007 conmon[35366]: ) 92 : audit [DBG] from='client.? 172.21.15.7:0/1754390745' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-18T06:15:33.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:33 smithi007 conmon[35366]: cluster 2024-01-18T06:15:32.295259+0000 mon.smithi007 (mon.0) 93 : 2024-01-18T06:15:33.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:33 smithi007 conmon[35366]: cluster [DBG] mgrmap e13: smithi007.eulhwp(active, since 6s) 2024-01-18T06:15:34.383 INFO:teuthology.orchestra.run.smithi007.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-18T06:15:34.996 INFO:teuthology.orchestra.run.smithi007.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-18T06:15:34.996 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-01-18T06:15:34.996 INFO:teuthology.orchestra.run.smithi007.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-18T06:15:34.996 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-01-18T06:15:34.996 INFO:teuthology.orchestra.run.smithi007.stderr:Or, if you are only running a single cluster on this host: 2024-01-18T06:15:34.996 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-01-18T06:15:34.996 INFO:teuthology.orchestra.run.smithi007.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-18T06:15:34.996 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-01-18T06:15:34.996 INFO:teuthology.orchestra.run.smithi007.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-18T06:15:34.996 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-01-18T06:15:34.996 INFO:teuthology.orchestra.run.smithi007.stderr: ceph telemetry on 2024-01-18T06:15:34.996 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-01-18T06:15:34.997 INFO:teuthology.orchestra.run.smithi007.stderr:For more information see: 2024-01-18T06:15:34.997 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-01-18T06:15:34.997 INFO:teuthology.orchestra.run.smithi007.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-18T06:15:34.997 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-01-18T06:15:34.997 INFO:teuthology.orchestra.run.smithi007.stderr:Bootstrap complete. 2024-01-18T06:15:35.067 INFO:tasks.cephadm:Fetching config... 2024-01-18T06:15:35.067 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:15:35.067 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-18T06:15:35.089 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-18T06:15:35.089 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:15:35.089 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-18T06:15:35.150 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-18T06:15:35.150 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:15:35.150 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/keyring of=/dev/stdout 2024-01-18T06:15:35.224 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-18T06:15:35.225 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:15:35.225 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-18T06:15:35.288 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-18T06:15:35.289 DEBUG:teuthology.orchestra.run.smithi007:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIi7nGCmevUZejGDB8mKIfT/zBSOEn/go3TYi8BG1QJO4JN8H422GZg8tvDNqtlm0yICzIJi2qFY2ljm6RHDglgyOAjkWx39+y9gmF6OPvEdGOOirHFEvfL4M3B4aB5NSLa1lLkK8p2Np1l8EGo3U1fDLNkO3Z1KsxTO6kuc8vCWoO9LPRJxSl8IwYEq8afKwcAj4OntaOEdaxCuhebXHhaSIJD09GRVP9jK8Ok1ItLeTuNcF4P3/hk2Z9VScZohw81p3sYwUnZ3vfYjPDalw8hFetzelKA4BJyfWT8woxTU5KOfJNSBd9Tp3lGrIOmZ1Q+VEEqRGowhi0ukTGgVt61Jnwutk2vYg/UUYxmdpYVBXhVjwgxN8Ktc1wFCTmjOHlu+E7IXfvfGP0LmznxoPNATbBMf/jYoQ8ieCKyLAFB1zJClsJGYlrwDrXpFyOUw7FGhHO4BK8Rwk9km5+4lwBSxZEJwBPJE0ZnA0EWu3SjJQM7+b5p6MeJ6/530xImhs= ceph-b8639cec-b5c8-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T06:15:35.377 INFO:teuthology.orchestra.run.smithi007.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIi7nGCmevUZejGDB8mKIfT/zBSOEn/go3TYi8BG1QJO4JN8H422GZg8tvDNqtlm0yICzIJi2qFY2ljm6RHDglgyOAjkWx39+y9gmF6OPvEdGOOirHFEvfL4M3B4aB5NSLa1lLkK8p2Np1l8EGo3U1fDLNkO3Z1KsxTO6kuc8vCWoO9LPRJxSl8IwYEq8afKwcAj4OntaOEdaxCuhebXHhaSIJD09GRVP9jK8Ok1ItLeTuNcF4P3/hk2Z9VScZohw81p3sYwUnZ3vfYjPDalw8hFetzelKA4BJyfWT8woxTU5KOfJNSBd9Tp3lGrIOmZ1Q+VEEqRGowhi0ukTGgVt61Jnwutk2vYg/UUYxmdpYVBXhVjwgxN8Ktc1wFCTmjOHlu+E7IXfvfGP0LmznxoPNATbBMf/jYoQ8ieCKyLAFB1zJClsJGYlrwDrXpFyOUw7FGhHO4BK8Rwk9km5+4lwBSxZEJwBPJE0ZnA0EWu3SjJQM7+b5p6MeJ6/530xImhs= ceph-b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:15:35.392 DEBUG:teuthology.orchestra.run.smithi181:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIi7nGCmevUZejGDB8mKIfT/zBSOEn/go3TYi8BG1QJO4JN8H422GZg8tvDNqtlm0yICzIJi2qFY2ljm6RHDglgyOAjkWx39+y9gmF6OPvEdGOOirHFEvfL4M3B4aB5NSLa1lLkK8p2Np1l8EGo3U1fDLNkO3Z1KsxTO6kuc8vCWoO9LPRJxSl8IwYEq8afKwcAj4OntaOEdaxCuhebXHhaSIJD09GRVP9jK8Ok1ItLeTuNcF4P3/hk2Z9VScZohw81p3sYwUnZ3vfYjPDalw8hFetzelKA4BJyfWT8woxTU5KOfJNSBd9Tp3lGrIOmZ1Q+VEEqRGowhi0ukTGgVt61Jnwutk2vYg/UUYxmdpYVBXhVjwgxN8Ktc1wFCTmjOHlu+E7IXfvfGP0LmznxoPNATbBMf/jYoQ8ieCKyLAFB1zJClsJGYlrwDrXpFyOUw7FGhHO4BK8Rwk9km5+4lwBSxZEJwBPJE0ZnA0EWu3SjJQM7+b5p6MeJ6/530xImhs= ceph-b8639cec-b5c8-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T06:15:35.439 INFO:teuthology.orchestra.run.smithi181.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIi7nGCmevUZejGDB8mKIfT/zBSOEn/go3TYi8BG1QJO4JN8H422GZg8tvDNqtlm0yICzIJi2qFY2ljm6RHDglgyOAjkWx39+y9gmF6OPvEdGOOirHFEvfL4M3B4aB5NSLa1lLkK8p2Np1l8EGo3U1fDLNkO3Z1KsxTO6kuc8vCWoO9LPRJxSl8IwYEq8afKwcAj4OntaOEdaxCuhebXHhaSIJD09GRVP9jK8Ok1ItLeTuNcF4P3/hk2Z9VScZohw81p3sYwUnZ3vfYjPDalw8hFetzelKA4BJyfWT8woxTU5KOfJNSBd9Tp3lGrIOmZ1Q+VEEqRGowhi0ukTGgVt61Jnwutk2vYg/UUYxmdpYVBXhVjwgxN8Ktc1wFCTmjOHlu+E7IXfvfGP0LmznxoPNATbBMf/jYoQ8ieCKyLAFB1zJClsJGYlrwDrXpFyOUw7FGhHO4BK8Rwk9km5+4lwBSxZEJwBPJE0ZnA0EWu3SjJQM7+b5p6MeJ6/530xImhs= ceph-b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:15:35.451 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-18T06:15:35.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:35 smithi007 conmon[35366]: audit 2024-01-18T06:15:34.381061+0000 mon.smithi007 (mon.0) 94 : audit [INF] from='client.? 172.21.15.7:0/1392888755' entity='client.admin' 2024-01-18T06:15:38.594 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-18T06:15:38.595 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-18T06:15:39.048 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:38 smithi007 conmon[35366]: audit 2024-01-18T06:15:37.931261+0000 mon.smithi007 (mon.0) 95 : audit [INF] from='client.? 172.21.15.7:0/1397209870' entity='client.admin' 2024-01-18T06:15:41.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:41 smithi007 conmon[35366]: audit 2024-01-18T06:15:40.113174+0000 mon.smithi007 (mon.0) 96 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:41.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:41 smithi007 conmon[35366]: audit 2024-01-18T06:15:40.551742+0000 mon.smithi007 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:15:41.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:41 smithi007 conmon[35366]: audit 2024-01-18T06:15:40.555225+0000 mon.smithi007 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:41.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:41 smithi007 conmon[35366]: audit 2024-01-18T06:15:40.976867+0000 mon.smithi007 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:41.663 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi181 2024-01-18T06:15:41.663 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-01-18T06:15:41.663 DEBUG:teuthology.orchestra.run.smithi181:> dd of=/etc/ceph/ceph.conf 2024-01-18T06:15:41.684 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-01-18T06:15:41.684 DEBUG:teuthology.orchestra.run.smithi181:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T06:15:41.744 INFO:tasks.cephadm:Adding host smithi181 to orchestrator... 2024-01-18T06:15:41.744 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch host add smithi181 2024-01-18T06:15:42.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:42 smithi007 conmon[35366]: cephadm 2024-01-18T06:15:40.564315+0000 mgr.smithi007.eulhwp (mgr.14158) 5 : cephadm [INF] 2024-01-18T06:15:42.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:42 smithi007 conmon[35366]: Deploying daemon alertmanager.smithi007 on smithi007 2024-01-18T06:15:42.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:42 smithi007 conmon[35366]: audit 2024-01-18T06:15:40.974221+0000 mgr.smithi007.eulhwp (mgr.14158) 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:15:47.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:46 smithi007 conmon[35366]: cluster 2024-01-18T06:15:45.549101+0000 mgr.smithi007.eulhwp (mgr.14158) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:15:49.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:49 smithi007 conmon[35366]: cluster 2024-01-18T06:15:47.549394+0000 mgr.smithi007.eulhwp (mgr.14158) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:15:49.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:49 smithi007 conmon[35366]: audit 2024-01-18T06:15:48.332773+0000 mon.smithi007 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:49.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:49 smithi007 conmon[35366]: audit 2024-01-18T06:15:48.334512+0000 mon.smithi007 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi007", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T06:15:49.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:49 smithi007 conmon[35366]: audit 2024-01-18T06:15:48.336112+0000 mon.smithi007 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi007", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T06:15:49.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:49 smithi007 conmon[35366]: audit 2024-01-18T06:15:48.336800+0000 mon.smithi007 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:15:49.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:49 smithi007 conmon[35366]: cephadm 2024-01-18T06:15:48.337356+0000 mgr.smithi007.eulhwp (mgr.14158) 9 : cephadm [INF] Deploying daemon crash.smithi007 on smithi007 2024-01-18T06:15:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:51 smithi007 conmon[35366]: cluster 2024-01-18T06:15:49.549922+0000 mgr.smithi007.eulhwp (mgr.14158) 10 : 2024-01-18T06:15:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:51 smithi007 conmon[35366]: cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:15:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:51 smithi007 conmon[35366]: audit 2024-01-18T06:15:50.703178+0000 mon.smithi007 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:51 smithi007 conmon[35366]: audit 2024-01-18T06:15:50.800080+0000 mon.smithi007 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:51 smithi007 conmon[35366]: audit 2024-01-18T06:15:50.899237+0000 mon.smithi007 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:51 smithi007 conmon[35366]: audit 2024-01-18T06:15:50.901085+0000 mon.smithi007 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:51 smithi007 conmon[35366]: audit 2024-01-18T06:15:50.903318+0000 mon.smithi007 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T06:15:51.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:51 smithi007 conmon[35366]: audit 2024-01-18T06:15:50.906075+0000 mon.smithi007 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:52.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:52 smithi007 conmon[35366]: audit 2024-01-18T06:15:50.903695+0000 mgr.smithi007.eulhwp (mgr.14158 2024-01-18T06:15:52.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:52 smithi007 conmon[35366]: ) 11 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T06:15:52.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:52 smithi007 conmon[35366]: cephadm 2024-01-18T06:15:50.915918+0000 mgr.smithi007.eulhwp (mgr.14158) 12 : cephadm [INF] Deploying daemon grafana.smithi007 on smithi007 2024-01-18T06:15:53.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:53 smithi007 conmon[35366]: cluster 2024-01-18T06:15:51.550175+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:15:53.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:53 smithi007 conmon[35366]: 14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:15:55.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:55 smithi007 conmon[35366]: cluster 2024-01-18T06:15:53.550419+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:15:55.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:55 smithi007 conmon[35366]: mgr.14158) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:15:57.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:56 smithi007 conmon[35366]: cluster 2024-01-18T06:15:55.550645 2024-01-18T06:15:57.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:56 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14158) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:15:57.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:56 smithi007 conmon[35366]: audit 2024-01-18T06:15:55.706629+0000 mon.smithi007 ( 2024-01-18T06:15:57.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:56 smithi007 conmon[35366]: mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:15:59.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:58 smithi007 conmon[35366]: cluster 2024-01-18T06:15:57.550926+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:15:59.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:15:58 smithi007 conmon[35366]: 14158) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:01.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:00 smithi007 conmon[35366]: cluster 2024-01-18T06:15:59.551221+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:16:01.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:00 smithi007 conmon[35366]: .14158) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:03.107 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:02 smithi007 conmon[35366]: cluster 2024-01-18T06:16:01.551441+0000 mgr.smithi007.eulhwp (mgr.14158) 18 : cluster 2024-01-18T06:16:03.107 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:02 smithi007 conmon[35366]: [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:05.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:04 smithi007 conmon[35366]: cluster 2024-01-18T06:16:03.551767+0000 mgr.smithi007.eulhwp (mgr.14158) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:07.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:06 smithi007 conmon[35366]: cluster 2024-01-18T06:16:05.552081+0000 mgr.smithi007.eulhwp (mgr.14158) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:09.062 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:08 smithi007 conmon[35366]: cluster 2024-01-18T06:16:07.552423+0000 mgr.smithi007.eulhwp (mgr.14158) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:10 smithi007 conmon[35366]: cluster 2024-01-18T06:16:09.552839+0000 mgr.smithi007.eulhwp (mgr.14158) 22 : 2024-01-18T06:16:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:10 smithi007 conmon[35366]: cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:12.176 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:11 smithi007 conmon[35366]: audit 2024-01-18T06:16:10.955499+0000 mon.smithi007 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:12.176 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:11 smithi007 conmon[35366]: cephadm 2024-01-18T06:16:10.957935+0000 mgr.smithi007.eulhwp (mgr.14158) 23 : cephadm [INF] Deploying daemon node-exporter.smithi007 on smithi007 2024-01-18T06:16:13.248 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:12 smithi007 conmon[35366]: cluster 2024-01-18T06:16:11.553092+0000 mgr.smithi007.eulhwp (mgr.14158) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:15.165 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:14 smithi007 conmon[35366]: cluster 2024-01-18T06:16:13.553413+0000 mgr.smithi007.eulhwp (mgr.14158) 25 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:15.166 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:14 smithi007 conmon[35366]: audit 2024-01-18T06:16:14.718329+0000 mon.smithi007 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:15.166 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:14 smithi007 conmon[35366]: audit 2024-01-18T06:16 2024-01-18T06:16:15.166 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:14 smithi007 conmon[35366]: :14.720757+0000 mon.smithi007 (mon.0) 113 : audit 2024-01-18T06:16:15.166 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:14 smithi007 conmon[35366]: [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-18T06:16:16.779 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:16 smithi007 conmon[35366]: audit 2024-01-18T06:16:15.711725+0000 mon.smithi007 2024-01-18T06:16:16.779 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:16 smithi007 conmon[35366]: (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:16.779 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:16 smithi007 conmon[35366]: audit 2024-01-18T06:16:15.720108+0000 mon.smithi007 (mon 2024-01-18T06:16:16.779 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:16 smithi007 conmon[35366]: .0) 115 : audit [INF] from='mgr.14158 172.21.15.7:0/2890578963' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-18T06:16:16.779 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:16 smithi007 conmon[35366]: cluster 2024-01 2024-01-18T06:16:16.779 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:16 smithi007 conmon[35366]: -18T06:16:15.720172+0000 mon.smithi007 (mon.0) 116 2024-01-18T06:16:16.779 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:16 smithi007 conmon[35366]: : cluster [DBG] mgrmap e14: smithi007.eulhwp(active, since 50s) 2024-01-18T06:16:22.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: cluster 2024-01-18T06:16:21.832515+0000 mon.smithi007 (mon.0) 117 : cluster 2024-01-18T06:16:22.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: [INF] Active manager daemon smithi007.eulhwp restarted 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: cluster 2024-01-18T06:16:21.832797+0000 mon.smithi007 (mon.0) 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: 118 : cluster [INF] Activating manager daemon smithi007.eulhwp 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: cluster 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: 2024-01-18T06:16:21.835639+0000 mon.smithi007 (mon. 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: 0) 119 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: cluster 2024-01-18 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: T06:16:21.835733+0000 mon.smithi007 (mon. 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: 0) 120 : cluster [DBG] mgrmap e15: smithi007.eulhwp(active, starting, since 0.00303833s) 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: audit 2024-01-18T 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: 06:16:21.836902+0000 mon.smithi007 (mon 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: .0) 121 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: audit 2024-01-18T06: 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: 16:21.837615+0000 mon.smithi007 (mon.0) 122 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mgr metadata", "who": "smithi007.eulhwp", "id": "smithi007.eulhwp"}]: dispatch 2024-01-18T06:16:22.065 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: audit 2024-01-18T06:16:21 2024-01-18T06:16:22.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: .838361+0000 mon.smithi007 (mon.0) 123 : audit 2024-01-18T06:16:22.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T06:16:22.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: audit 2024-01-18T06:16:21 2024-01-18T06:16:22.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: .838549+0000 mon.smithi007 (mon.0) 124 : audit 2024-01-18T06:16:22.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T06:16:22.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: audit 2024-01-18T06:16:21.838684+0000 2024-01-18T06:16:22.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: mon.smithi007 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T06:16:22.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: cluster 2024- 2024-01-18T06:16:22.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: 01-18T06:16:21.852306+0000 mon.smithi007 2024-01-18T06:16:22.066 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:21 smithi007 conmon[35366]: (mon.0) 126 : cluster [INF] Manager daemon smithi007.eulhwp is now available 2024-01-18T06:16:23.189 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:22 smithi007 conmon[35366]: audit 2024-01-18T06:16:21.963757+0000 mon.smithi007 (mon.0) 2024-01-18T06:16:23.189 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:22 smithi007 conmon[35366]: 127 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:16:23.189 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:22 smithi007 conmon[35366]: audit 2024-01-18T06:16:21.967626+0000 mon.smithi007 (mon.0) 128 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:16:23.189 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:22 smithi007 conmon[35366]: audit 2024-01-18T06:16:21.993567+0000 2024-01-18T06:16:23.189 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:22 smithi007 conmon[35366]: mon.smithi007 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:23.190 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:22 smithi007 conmon[35366]: audit 2024-01-18T06:16:22.006188+0000 mon.smithi007 (mon.0) 130 : audit [INF] 2024-01-18T06:16:23.190 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:22 smithi007 conmon[35366]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.eulhwp/mirror_snapshot_schedule"}]: dispatch 2024-01-18T06:16:23.190 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:22 smithi007 conmon[35366]: audit 2024-01-18T06:16:22.013132+0000 mon.smithi007 (mon.0) 131 2024-01-18T06:16:23.190 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:22 smithi007 conmon[35366]: : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi007.eulhwp/trash_purge_schedule"}]: dispatch 2024-01-18T06:16:23.190 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:22 smithi007 conmon[35366]: cluster 2024-01-18T06:16:22.838140+0000 mon.smithi007 2024-01-18T06:16:23.190 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:22 smithi007 conmon[35366]: (mon.0) 132 : cluster [DBG] mgrmap e16: smithi007.eulhwp(active, since 1.00544s) 2024-01-18T06:16:25.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:24 smithi007 conmon[35366]: cluster 2024-01-18T06:16:23.888508+0000 mon.smithi007 ( 2024-01-18T06:16:25.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:24 smithi007 conmon[35366]: mon.0) 133 : cluster [DBG] mgrmap e17: smithi007.eulhwp(active, since 2s) 2024-01-18T06:16:25.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:24 smithi007 conmon[35366]: audit 2024-01-18T06 2024-01-18T06:16:25.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:24 smithi007 conmon[35366]: :16:24.664053+0000 mgr.smithi007.eulhwp (mgr.14182) 1 : audit 2024-01-18T06:16:25.075 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:24 smithi007 conmon[35366]: [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi181", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:16:25.311 INFO:teuthology.orchestra.run.smithi181.stdout:Added host 'smithi181' with addr '172.21.15.181' 2024-01-18T06:16:25.900 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch host ls --format=json 2024-01-18T06:16:26.451 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: audit 2024-01-18T06:16:25.310053+0000 mon.smithi007 (mon. 2024-01-18T06:16:26.451 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: 0) 134 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:26.451 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: cephadm 2024-01-18T06:16:25.310496+0000 mgr.smithi007.eulhwp (mgr.14182) 2 : cephadm [INF] 2024-01-18T06:16:26.451 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: Added host smithi181 2024-01-18T06:16:26.451 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: audit 2024-01-18T06:16:25.444231+0000 mon.smithi007 (mon. 2024-01-18T06:16:26.451 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: 0) 135 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:26.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: audit 2024-01-18T06 2024-01-18T06:16:26.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: :16:25.797121+0000 mon.smithi007 (mon.0) 136 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi007", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:16:26.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: audit 2024-01-18T06:16:25. 2024-01-18T06:16:26.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: 798089+0000 mon.smithi007 (mon.0) 137 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:16:26.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: audit 2024-01-18T06:16:25. 2024-01-18T06:16:26.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: 798760+0000 mon.smithi007 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:16:26.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: audit 2024-01-18T06:16: 2024-01-18T06:16:26.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: 25.893460+0000 mon.smithi007 (mon.0) 139 : audit [INF] 2024-01-18T06:16:26.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:26.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: audit 2024-01-18T06:16: 2024-01-18T06:16:26.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: 25.896279+0000 mon.smithi007 (mon.0) 140 : audit 2024-01-18T06:16:26.452 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:26 smithi007 conmon[35366]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:27.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:27 smithi007 conmon[35366]: cephadm 2024-01-18T06:16:25.800021+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:16:27.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:27 smithi007 conmon[35366]: .14182) 3 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-01-18T06:16:27.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:27 smithi007 conmon[35366]: cephadm 2024-01-18T06:16:25.848557+0000 mgr.smithi007.eulhwp (mgr.14182) 4 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.client.admin.keyring 2024-01-18T06:16:27.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:27 smithi007 conmon[35366]: cephadm 2024-01-18T06:16:25.910103+0000 2024-01-18T06:16:27.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:27 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 5 : cephadm [INF] Deploying daemon prometheus.smithi007 on smithi007 2024-01-18T06:16:27.627 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:16:27.627 INFO:teuthology.orchestra.run.smithi181.stdout:[{"addr": "172.21.15.7", "hostname": "smithi007", "labels": [], "status": ""}, {"addr": "172.21.15.181", "hostname": "smithi181", "labels": [], "status": ""}] 2024-01-18T06:16:28.249 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-18T06:16:28.250 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd crush tunables default 2024-01-18T06:16:28.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:28 smithi007 conmon[35366]: audit 2024-01-18T06:16:27.627014+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:16:28.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:28 smithi007 conmon[35366]: mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:16:35.719 INFO:teuthology.orchestra.run.smithi007.stderr:adjusted tunables profile to default 2024-01-18T06:16:35.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:35 smithi007 conmon[35366]: audit 2024-01-18T06:16:35.662287+0000 mon.smithi007 (mon.0) 141 : audit [INF] from='client.? 172.21.15.7:0/3869616167' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-18T06:16:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:36 smithi007 conmon[35366]: audit 2024-01-18T06:16:35.715302+0000 mon.smithi007 (mon.0) 142 : audit 2024-01-18T06:16:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:36 smithi007 conmon[35366]: [INF] from='client.? 172.21.15.7:0/3869616167' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-18T06:16:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:36 smithi007 conmon[35366]: cluster 2024-01-18T06:16:35.715354+0000 mon.smithi007 (mon.0) 143 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T06:16:38.430 INFO:tasks.cephadm:Adding mon.smithi007 on smithi007 2024-01-18T06:16:38.430 INFO:tasks.cephadm:Adding mon.smithi181 on smithi181 2024-01-18T06:16:38.431 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch apply mon '2;smithi007:172.21.15.7=smithi007;smithi181:172.21.15.181=smithi181' 2024-01-18T06:16:40.231 INFO:teuthology.orchestra.run.smithi181.stdout:Scheduled mon update... 2024-01-18T06:16:40.734 DEBUG:teuthology.orchestra.run.smithi181:mon.smithi181> sudo journalctl -f -n 0 -u ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@mon.smithi181.service 2024-01-18T06:16:40.736 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T06:16:40.736 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T06:16:40.765 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:-- Logs begin at Thu 2024-01-18 06:01:32 UTC. -- 2024-01-18T06:16:41.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:41 smithi007 conmon[35366]: audit 2024-01-18T06:16:40.226187+0000 mgr.smithi007.eulhwp (mgr.14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi007:172.21.15.7=smithi007;smithi181:172.21.15.181=smithi181", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:16:41.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:41 smithi007 conmon[35366]: cephadm 2024-01-18T06:16:40.228178+0000 mgr.smithi007.eulhwp (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi007:172.21.15.7=smithi007;smithi181:172.21.15.181=smithi181;count:2 2024-01-18T06:16:41.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:41 smithi007 conmon[35366]: audit 2024-01-18T06:16:40.231019+0000 mon.smithi007 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:41.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:41 smithi007 conmon[35366]: audit 2024-01-18T06:16:40.830971+0000 mon.smithi007 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:41.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:41 smithi007 conmon[35366]: audit 2024-01-18T06:16:40.832124+0000 mon.smithi007 (mon.0) 146 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:16:42.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:42 smithi007 conmon[35366]: audit 2024-01-18T06:16:41.300705+0000 mon.smithi007 (mon.0) 147 : audit 2024-01-18T06:16:42.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:42 smithi007 conmon[35366]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:42.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:42 smithi007 conmon[35366]: audit 2024-01-18T06:16:41.993192+0000 mon.smithi007 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:42.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:42 smithi007 conmon[35366]: audit 2024-01-18T06:16:42.122814+0000 mon.smithi007 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:42.628 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:16:42.629 INFO:teuthology.orchestra.run.smithi181.stdout:{"epoch":1,"fsid":"b8639cec-b5c8-11ee-95ae-87774f69a715","modified":"2024-01-18T06:14:28.144051Z","created":"2024-01-18T06:14:28.144051Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T06:16:42.631 INFO:teuthology.orchestra.run.smithi181.stderr:dumped monmap epoch 1 2024-01-18T06:16:43.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:43 smithi007 conmon[35366]: cluster 2024-01-18T06:16:41.839845 2024-01-18T06:16:43.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:43 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:43.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:43 smithi007 conmon[35366]: audit 2024-01-18T06:16:42.628950+0000 mon.smithi007 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.181:0/1091664676' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T06:16:44.423 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T06:16:44.423 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T06:16:45.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:45 smithi007 conmon[35366]: cluster 2024-01-18T06:16:43.840161+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:16:45.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:45 smithi007 conmon[35366]: ) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:45 smithi007 conmon[35366]: audit 2024-01-18T06:16:44.076319+0000 mon.smithi007 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:46.721 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:16:46.721 INFO:teuthology.orchestra.run.smithi181.stdout:{"epoch":1,"fsid":"b8639cec-b5c8-11ee-95ae-87774f69a715","modified":"2024-01-18T06:14:28.144051Z","created":"2024-01-18T06:14:28.144051Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T06:16:46.723 INFO:teuthology.orchestra.run.smithi181.stderr:dumped monmap epoch 1 2024-01-18T06:16:47.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: cluster 2024-01-18T06:16:45.840580+0000 mgr.smithi007.eulhwp (mgr.14182) 11 : 2024-01-18T06:16:47.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:47.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: audit 2024-01-18T06:16:46.339163+0000 mon.smithi007 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:47.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: audit 2024-01-18T06:16:46.721567+0000 mon.smithi007 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.181:0/544223163' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T06:16:47.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: 2024-01-18T06:16:47.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: audit 2024-01-18T06:16:47.188145+0000 mon.smithi007 (mon.0) 154 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:47.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: audit 2024-01-18T 2024-01-18T06:16:47.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: 06:16:47.188982+0000 mon.smithi007 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi181", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:16:47.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: audit 2024-01-18T06: 2024-01-18T06:16:47.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: 16:47.190071+0000 mon.smithi007 (mon.0) 156 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:16:47.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: audit 2024-01- 2024-01-18T06:16:47.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: 18T06:16:47.191002+0000 mon.smithi007 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:16:47.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: audit 2024-01-18T06:16:47.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: 2024-01-18T06:16:47.265700+0000 mon.smithi007 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:47.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: audit 2024-01-18T06:16:47.268639+0000 mon.smithi007 (mon.0) 159 2024-01-18T06:16:47.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:47.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: audit 2024-01-18T06:16 2024-01-18T06:16:47.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: :47.270504+0000 mon.smithi007 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi181", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T06:16:47.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:16:47.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: 01-18T06:16:47.272493+0000 mon.smithi007 (mon.0) 161 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi181", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T06:16:47.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: audit 2024-01-18T06:16:47.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:47 smithi007 conmon[35366]: 2024-01-18T06:16:47.273317+0000 mon.smithi007 (mon.0) 162 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:16:48.345 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T06:16:48.346 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T06:16:48.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:48 smithi007 conmon[35366]: cephadm 2024-01-18T06:16:47.192414+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:16:48.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:48 smithi007 conmon[35366]: .14182) 12 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.conf 2024-01-18T06:16:48.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:48 smithi007 conmon[35366]: cephadm 2024-01-18T06:16:47.220395+0000 mgr.smithi007.eulhwp (mgr.14182) 13 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.client.admin.keyring 2024-01-18T06:16:48.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:48 smithi007 conmon[35366]: cephadm 2024-01-18T06:16:47.274073+0000 mgr.smithi007.eulhwp (mgr.14182) 14 : cephadm [INF] 2024-01-18T06:16:48.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:48 smithi007 conmon[35366]: Deploying daemon crash.smithi181 on smithi181 2024-01-18T06:16:49.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:49 smithi007 conmon[35366]: cluster 2024-01-18T06:16:47.840978+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:16:49.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:49 smithi007 conmon[35366]: 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:50.629 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:16:50.629 INFO:teuthology.orchestra.run.smithi181.stdout:{"epoch":1,"fsid":"b8639cec-b5c8-11ee-95ae-87774f69a715","modified":"2024-01-18T06:14:28.144051Z","created":"2024-01-18T06:14:28.144051Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T06:16:50.631 INFO:teuthology.orchestra.run.smithi181.stderr:dumped monmap epoch 1 2024-01-18T06:16:51.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:51 smithi007 conmon[35366]: cluster 2024-01-18T06:16:49.841383+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:16:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:51 smithi007 conmon[35366]: .14182) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:51 smithi007 conmon[35366]: audit 2024-01-18T06:16:50.220900+0000 mon.smithi007 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:51 smithi007 conmon[35366]: audit 2024-01-18T06:16:50. 2024-01-18T06:16:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:51 smithi007 conmon[35366]: 223479+0000 mon.smithi007 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi181.vdrlru", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T06:16:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:51 smithi007 conmon[35366]: audit 2024-01-18T06:16:50.225601+0000 mon.smithi007 (mon.0) 165 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi181.vdrlru", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-18T06:16:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:51 smithi007 conmon[35366]: audit 2024-01-18T06:16:50.226456+0000 mon.smithi007 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T06:16:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:51 smithi007 conmon[35366]: audit 2024-01-18T06:16:50.227454+0000 mon.smithi007 (mon.0) 167 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:16:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:51 smithi007 conmon[35366]: 2024-01-18T06:16:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:51 smithi007 conmon[35366]: cephadm 2024-01-18T06:16:50.228239+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:16:51.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:51 smithi007 conmon[35366]: mgr.14182) 17 : cephadm [INF] Deploying daemon mgr.smithi181.vdrlru on smithi181 2024-01-18T06:16:51.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:51 smithi007 conmon[35366]: audit 2024-01-18T06:16:50.629896 2024-01-18T06:16:51.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:51 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.181:0/1757633805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T06:16:52.444 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T06:16:52.445 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T06:16:53.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:52 smithi007 conmon[35366]: cluster 2024-01-18T06:16:51.841695+0000 mgr.smithi007.eulhwp (mgr.14182) 18 2024-01-18T06:16:53.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:52 smithi007 conmon[35366]: : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:53.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:52 smithi007 conmon[35366]: audit 2024-01-18T06:16:51.997287+0000 mon.smithi007 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:53.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:52 smithi007 conmon[35366]: audit 2024-01-18T06:16:52.860836+0000 mon.smithi007 2024-01-18T06:16:53.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:52 smithi007 conmon[35366]: (mon.0) 170 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:16:53.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:52 smithi007 conmon[35366]: audit 2024 2024-01-18T06:16:53.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:52 smithi007 conmon[35366]: -01-18T06:16:52.863099+0000 2024-01-18T06:16:53.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:52 smithi007 conmon[35366]: mon.smithi007 (mon.0) 171 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T06:16:53.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:52 smithi007 conmon[35366]: 2024-01-18T06:16:53.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:52 smithi007 conmon[35366]: audit 2024-01 2024-01-18T06:16:53.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:52 smithi007 conmon[35366]: -18T06:16:52.863921+0000 mon.smithi007 (mon.0) 2024-01-18T06:16:53.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:52 smithi007 conmon[35366]: 172 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:16:54.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:53 smithi007 conmon[35366]: cephadm 2024-01-18T06:16:52.864610+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:16:54.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:53 smithi007 conmon[35366]: .14182) 19 : cephadm [INF] Deploying daemon mon.smithi181 on smithi181 2024-01-18T06:16:54.907 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:16:54.907 INFO:teuthology.orchestra.run.smithi181.stdout:{"epoch":1,"fsid":"b8639cec-b5c8-11ee-95ae-87774f69a715","modified":"2024-01-18T06:14:28.144051Z","created":"2024-01-18T06:14:28.144051Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T06:16:54.911 INFO:teuthology.orchestra.run.smithi181.stderr:dumped monmap epoch 1 2024-01-18T06:16:55.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:55 smithi007 conmon[35366]: cluster 2024-01-18T06:16:53.842060+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:16:55.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:55 smithi007 conmon[35366]: .14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:55.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:55 smithi007 conmon[35366]: audit 2024-01-18T06:16:54.907925+0000 mon.smithi007 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.181:0/706953449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T06:16:56.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 systemd[1]: Starting Ceph mon.smithi181 for b8639cec-b5c8-11ee-95ae-87774f69a715... 2024-01-18T06:16:56.916 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T06:16:56.916 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T06:16:57.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:56 smithi007 conmon[35366]: cluster 2024-01-18T06:16:55.842340+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:16:57.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:16:56 smithi007 conmon[35366]: ) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:57.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.942+0000 7f418e07e880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T06:16:57.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.942+0000 7f418e07e880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 7 2024-01-18T06:16:57.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.943+0000 7f418e07e880 0 pidfile_write: ignore empty --pid-file 2024-01-18T06:16:57.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.947+0000 7f418e07e880 0 load: jerasure load: lrc load: isa 2024-01-18T06:16:57.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T06:16:57.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T06:16:57.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T06:16:57.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: DB SUMMARY 2024-01-18T06:16:57.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T06:16:57.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T06:16:57.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-18T06:16:57.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi181/store.db dir, Total Num: 0, files: 2024-01-18T06:16:57.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi181/store.db: 000003.log size: 511 ; 2024-01-18T06:16:57.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T06:16:57.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T06:16:57.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T06:16:57.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.env: 0x555f57846080 2024-01-18T06:16:57.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.fs: Posix File System 2024-01-18T06:16:57.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.info_log: 0x555f58f3bd20 2024-01-18T06:16:57.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T06:16:57.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.statistics: (nil) 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.use_fsync: 0 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.db_log_dir: 2024-01-18T06:16:57.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi181/store.db 2024-01-18T06:16:57.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T06:16:57.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T06:16:57.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T06:16:57.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T06:16:57.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T06:16:57.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T06:16:57.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T06:16:57.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T06:16:57.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T06:16:57.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T06:16:57.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.write_buffer_manager: 0x555f59b92480 2024-01-18T06:16:57.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T06:16:57.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T06:16:57.295 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T06:16:57.295 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T06:16:57.295 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T06:16:57.296 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T06:16:57.296 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T06:16:57.296 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T06:16:57.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T06:16:57.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.unordered_write: 0 2024-01-18T06:16:57.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T06:16:57.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T06:16:57.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T06:16:57.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T06:16:57.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.row_cache: None 2024-01-18T06:16:57.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.wal_filter: None 2024-01-18T06:16:57.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T06:16:57.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T06:16:57.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T06:16:57.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T06:16:57.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T06:16:57.298 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_open_files: -1 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Compression algorithms supported: 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: kZSTD supported: 0 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T06:16:57.299 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T06:16:57.300 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T06:16:57.300 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T06:16:57.300 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T06:16:57.300 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi181/store.db/MANIFEST-000001 2024-01-18T06:16:57.300 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.300 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T06:16:57.300 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.300 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T06:16:57.300 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.merge_operator: 2024-01-18T06:16:57.300 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compaction_filter: None 2024-01-18T06:16:57.300 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T06:16:57.300 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T06:16:57.300 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T06:16:57.301 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555f58ee5d28) 2024-01-18T06:16:57.301 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: cache_index_and_filter_blocks: 1 2024-01-18T06:16:57.301 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T06:16:57.301 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T06:16:57.301 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: pin_top_level_index_and_filter: 1 2024-01-18T06:16:57.301 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: index_type: 0 2024-01-18T06:16:57.301 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: data_block_index_type: 0 2024-01-18T06:16:57.301 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: index_shortening: 1 2024-01-18T06:16:57.301 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T06:16:57.301 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: hash_index_allow_collision: 1 2024-01-18T06:16:57.301 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: checksum: 1 2024-01-18T06:16:57.301 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: no_block_cache: 0 2024-01-18T06:16:57.301 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: block_cache: 0x555f58f1ef10 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: block_cache_name: BinnedLRUCache 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: block_cache_options: 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: capacity : 536870912 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: num_shard_bits : 4 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: strict_capacity_limit : 0 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: high_pri_pool_ratio: 0.000 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: block_cache_compressed: (nil) 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: persistent_cache: (nil) 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: block_size: 4096 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: block_size_deviation: 10 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: block_restart_interval: 16 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: index_block_restart_interval: 1 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: metadata_block_size: 4096 2024-01-18T06:16:57.302 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: partition_filters: 0 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: use_delta_encoding: 1 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: whole_key_filtering: 1 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: verify_compression: 0 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: read_amp_bytes_per_bit: 0 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: format_version: 2 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: enable_index_compression: 1 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: block_align: 0 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compression: NoCompression 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T06:16:57.303 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.num_levels: 7 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T06:16:57.304 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T06:16:57.305 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T06:16:57.306 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T06:16:57.307 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T06:16:57.308 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T06:16:57.308 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T06:16:57.308 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T06:16:57.308 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.ttl: 2592000 2024-01-18T06:16:57.308 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.948+0000 7f418e07e880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T06:16:57.308 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.949+0000 7f418e07e880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi181/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 2024-01-18T06:16:57.308 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.308 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.949+0000 7f418e07e880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T06:16:57.308 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.308 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.949+0000 7f418e07e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705558616949840, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-18T06:16:57.308 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.949+0000 7f418e07e880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-18T06:16:57.308 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.949+0000 7f418e07e880 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. 2024-01-18T06:16:57.308 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.950+0000 7f418e07e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705558616950354, "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": 1705558616, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.950+0000 7f418e07e880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.950+0000 7f418e07e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705558616950754, "job": 1, "event": "recovery_finished"} 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.951+0000 7f418e07e880 4 rocksdb: DB pointer 0x555f58fe9800 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.951+0000 7f4174e71700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.951+0000 7f4174e71700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: ** DB Stats ** 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T06:16:57.309 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: ** Compaction Stats [default] ** 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: ** Compaction Stats [default] ** 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:16:57.310 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Cumulative compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Interval compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: ** Compaction Stats [default] ** 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:16:57.311 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.312 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.312 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.312 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.312 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: ** Compaction Stats [default] ** 2024-01-18T06:16:57.312 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.312 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: -------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T06:16:57.312 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: ----------------------------- 2024-01-18T06:16:57.312 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.312 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T06:16:57.312 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T06:16:57.312 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T06:16:57.312 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T06:16:57.312 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.951+0000 7f418e07e880 0 mon.smithi181 does not exist in monmap, will attempt to join an existing cluster 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.951+0000 7f418e07e880 0 using public_addr v2:172.21.15.181:0/0 -> [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.952+0000 7f418e07e880 0 starting mon.smithi181 rank -1 at public addrs [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] at bind addrs [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi181 fsid b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.953+0000 7f418e07e880 1 mon.smithi181@-1(???) e0 preinit fsid b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 bash[39878]: 79de3ae0c19a2aa14e9b8ebcd75dc908671626df0fc5b6e2a3edf333da4ddb17 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 systemd[1]: Started Ceph mon.smithi181 for b8639cec-b5c8-11ee-95ae-87774f69a715. 2024-01-18T06:16:57.313 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.983+0000 7f4177676700 0 mon.smithi181@-1(synchronizing).mds e1 new map 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.983+0000 7f4177676700 0 mon.smithi181@-1(synchronizing).mds e1 print_map 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: e1 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 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} 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: legacy client fscid: -1 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: No filesystems configured 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.983+0000 7f4177676700 1 mon.smithi181@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.983+0000 7f4177676700 1 mon.smithi181@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.983+0000 7f4177676700 1 mon.smithi181@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.983+0000 7f4177676700 1 mon.smithi181@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.983+0000 7f4177676700 1 mon.smithi181@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.983+0000 7f4177676700 1 mon.smithi181@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-18T06:16:57.314 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.983+0000 7f4177676700 1 mon.smithi181@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-18T06:16:57.315 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.986+0000 7f4177676700 0 mon.smithi181@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T06:16:57.315 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.986+0000 7f4177676700 0 mon.smithi181@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T06:16:57.315 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.986+0000 7f4177676700 0 mon.smithi181@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T06:16:57.315 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.986+0000 7f4177676700 0 mon.smithi181@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T06:16:57.315 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: cluster 2024-01-18T06:16:57.315 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 2024-01-18T06: 2024-01-18T06:16:57.315 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: 16:55.842340+0000 mgr.smithi007.eulhwp 2024-01-18T06:16:57.315 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: (mgr.14182) 21 : cluster 2024-01-18T06:16:57.315 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:16:57.315 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:16:56 smithi181 conmon[39919]: debug 2024-01-18T06:16:56.986+0000 7f4177676700 1 mon.smithi181@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-18T06:17:02.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit 2024-01-18T06:16:56.994700+0000 mon.smithi007 (mon.0) 175 : audit 2024-01-18T06:17:02.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2024-01-18T06:17:02.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: cluster 2024-01-18T06:16:56.994881+0000 mon.smithi007 (mon.0) 176 : cluster [INF] mon.smithi007 calling monitor election 2024-01-18T06:17:02.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit 2024-01-18T06:16:57. 2024-01-18T06:17:02.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 007726+0000 mon.smithi007 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:02.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: cluster 2024-01- 2024-01-18T06:17:02.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 18T06:16:57.842615+0000 mgr.smithi007.eulhwp (mgr.14182) 22 2024-01-18T06:17:02.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:02.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit 2024-01-18T06:16: 2024-01-18T06:17:02.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 57.991102+0000 mon.smithi007 (mon.0) 178 : 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit 2024-01-18T06:16:58. 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 504283+0000 mon.smithi007 (mon.0) 179 : audit [DBG] 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: from='mgr.? 172.21.15.181:0/66151144' entity='mgr.smithi181.vdrlru' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi181.vdrlru/crt"}]: dispatch 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit 2024 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: -01-18T06:16:58.991274+0000 mon.smithi007 (mon.0 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: ) 180 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: cluster 2024-01-18T06:16 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: :58.993109+0000 mon.smithi181 (mon.1) 1 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: : cluster [INF] mon.smithi181 calling monitor election 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: cluster 2024-01-18T06:16 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: :59.842887+0000 mgr.smithi007.eulhwp (mgr.14182) 23 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit 2024-01-18T06:16: 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 59.991185+0000 mon.smithi007 (mon.0) 181 : 2024-01-18T06:17:02.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:02.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit 2024-01-18T06:17:00. 2024-01-18T06:17:02.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 991476+0000 mon.smithi007 (mon.0) 182 : audit 2024-01-18T06:17:02.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:02.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit 2024-01-18T06:17:02.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 2024-01-18T06:17:01.991295+0000 mon.smithi007 (mon.0) 183 : 2024-01-18T06:17:02.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:02.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: cluster 2024-01-18T06:17:02.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 2024-01-18T06:17:02.021388+0000 mon.smithi007 (mon 2024-01-18T06:17:02.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: .0) 184 : cluster [INF] mon.smithi007 is new leader, mons smithi007,smithi181 in quorum (ranks 0,1) 2024-01-18T06:17:02.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: cluster 2024-01-18T 2024-01-18T06:17:02.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 06:17:02.029683+0000 mon.smithi007 (mon. 2024-01-18T06:17:02.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi007=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],smithi181=[v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0]} removed_ranks: {} 2024-01-18T06:17:02.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: cluster 2024- 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 01-18T06:17 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: :02.042097+0000 mon.smithi007 (mon.0) 186 : cluster 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: [DBG] fsmap 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: cluster 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 2024-01-18T06:17:02.042151+0000 mon.smithi007 (mon.0) 187 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: cluster 2024-01-18T06:17:02.042423+0000 mon.smithi007 ( 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: mon.0) 188 : cluster [DBG] mgrmap e17: smithi007.eulhwp(active, since 40s) 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: cluster 2024-01- 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 18T06:17:02.043620+0000 mon.smithi007 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi181.vdrlru started 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: cluster 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 2024-01-18T06:17:02.046844+0000 mon.smithi007 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit 2024-01-18T06:17:02.047174+0000 mon.smithi007 (mon.0) 191 : audit 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: [DBG] from='mgr.? 172.21.15.181:0/66151144' entity='mgr.smithi181.vdrlru' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T06:17:02.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit 2024-01-18T06:17:02.048877 2024-01-18T06:17:02.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.181:0/66151144' entity='mgr.smithi181.vdrlru' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi181.vdrlru/key"}]: dispatch 2024-01-18T06:17:02.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit 2024-01-18T06:17 2024-01-18T06:17:02.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: :02.050520+0000 mon.smithi007 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:02.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit 2024-01-18 2024-01-18T06:17:02.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: T06:17:02.051153+0000 mon.smithi007 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.181:0/66151144' entity='mgr.smithi181.vdrlru' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T06:17:02.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:17:02.366 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:02 smithi007 conmon[35366]: 01-18T06:17:02.056301+0000 mon.smithi007 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:02.390 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit 2024-01-18T06:16:56.994700+0000 mon.smithi007 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi007"}]: dispatch 2024-01-18T06:17:02.390 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: cluster 2024-01-18T06:16: 2024-01-18T06:17:02.391 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 56.994881+0000 mon.smithi007 (mon.0) 176 : cluster [INF] mon.smithi007 calling monitor election 2024-01-18T06:17:02.391 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit 2024-01-18T06:16:57.007726+0000 mon.smithi007 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:02.391 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: cluster 2024-01-18T06:16:57.842615+0000 mgr.smithi007.eulhwp (mgr.14182) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:02.391 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit 2024-01-18T06:16:57.991102+0000 mon.smithi007 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:02.391 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit 2024-01-18T06:16:58.504283+0000 mon.smithi007 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.181:0/66151144' entity='mgr.smithi181.vdrlru' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi181.vdrlru/crt"}]: dispatch 2024-01-18T06:17:02.391 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit 2024-01-18T06:16:58.991274+0000 mon.smithi007 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:02.391 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: cluster 2024-01-18T06:16:58.993109+0000 mon.smithi181 (mon.1) 1 : cluster [INF] mon.smithi181 calling monitor election 2024-01-18T06:17:02.391 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: cluster 2024-01 2024-01-18T06:17:02.391 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: -18T06:16:59.842887+0000 mgr.smithi007.eulhwp 2024-01-18T06:17:02.391 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: (mgr.14182) 23 : cluster [DBG] 2024-01-18T06:17:02.391 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit 2024-01- 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 18T06:16:59.991185+0000 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: mon.smithi007 (mon.0) 181 : audit [DBG] 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit 2024-01- 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 18T06:17:00.991476+0000 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: mon.smithi007 (mon.0) 182 : audit [DBG] 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit 2024-01-18 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: T06:17:01.991295+0000 mon.smithi007 (mon 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: .0) 183 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: cluster 2024 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: -01-18T06:17:02.021388 2024-01-18T06:17:02.392 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 184 : cluster 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: [INF] mon.smithi007 is new leader, mons smithi007,smithi181 in quorum (ranks 0,1) 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: cluster 2024-01- 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 18T06:17:02.029683+0000 mon.smithi007 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: (mon.0) 185 : cluster [DBG] 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: monmap e2: 2 mons at {smithi007=[v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0],smithi181=[v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0]} removed_ranks: {} 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: cluster 2024 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: -01-18T06:17:02 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: .042097+0000 mon.smithi007 (mon.0) 186 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: : cluster [DBG] fsmap 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: cluster 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 2024-01-18 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: T06:17:02.042151+0000 mon.smithi007 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: (mon.0) 187 : cluster [DBG] 2024-01-18T06:17:02.393 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: osdmap e5: 0 total, 0 up, 0 in 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: cluster 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 2024-01- 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 18T06:17:02.042423+0000 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: mon.smithi007 (mon.0) 188 : cluster 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: [DBG] mgrmap e17: smithi007.eulhwp(active, since 40s) 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: cluster 2024 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: -01-18T06:17:02.043620 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 189 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: : cluster [DBG] Standby manager daemon smithi181.vdrlru started 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: cluster 2024- 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 01-18T06:17:02. 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 046844+0000 mon.smithi007 (mon.0) 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 190 : cluster [INF] overall HEALTH_OK 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit 2024-01 2024-01-18T06:17:02.394 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: -18T06:17:02.047174+0000 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: mon.smithi007 (mon.0) 191 : audit 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: [DBG] from='mgr.? 172.21.15.181:0/66151144' entity='mgr.smithi181.vdrlru' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 2024-01-18T06:17:02 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: .048877+0000 mon.smithi007 (mon.0) 192 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: : audit [DBG] from='mgr.? 172.21.15.181:0/66151144' entity='mgr.smithi181.vdrlru' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi181.vdrlru/key"}]: dispatch 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 01-18T06:17:02.050520 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 193 : 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit 2024 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: -01-18T06:17:02 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: .051153+0000 mon.smithi007 (mon.0) 2024-01-18T06:17:02.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 194 : audit [DBG] from='mgr.? 172.21.15.181:0/66151144' entity='mgr.smithi181.vdrlru' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T06:17:02.396 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: audit 2024 2024-01-18T06:17:02.396 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: -01-18T06:17:02. 2024-01-18T06:17:02.396 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: 056301+0000 mon.smithi007 (mon.0) 195 2024-01-18T06:17:02.396 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:02 smithi181 conmon[39919]: : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:02.597 INFO:teuthology.orchestra.run.smithi181.stdout: 2024-01-18T06:17:02.597 INFO:teuthology.orchestra.run.smithi181.stdout:{"epoch":2,"fsid":"b8639cec-b5c8-11ee-95ae-87774f69a715","modified":"2024-01-18T06:16:56.992114Z","created":"2024-01-18T06:14:28.144051Z","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":"smithi007","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:3300","nonce":0},{"type":"v1","addr":"172.21.15.7:6789","nonce":0}]},"addr":"172.21.15.7:6789/0","public_addr":"172.21.15.7:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi181","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:3300","nonce":0},{"type":"v1","addr":"172.21.15.181:6789","nonce":0}]},"addr":"172.21.15.181:6789/0","public_addr":"172.21.15.181:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-18T06:17:02.599 INFO:teuthology.orchestra.run.smithi181.stderr:dumped monmap epoch 2 2024-01-18T06:17:03.163 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-18T06:17:03.163 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph config generate-minimal-conf 2024-01-18T06:17:03.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:03 smithi007 conmon[35366]: cluster 2024-01-18T06:17:01.843213+0000 mgr.smithi007.eulhwp (mgr.14182) 24 : 2024-01-18T06:17:03.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:03 smithi007 conmon[35366]: cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:03.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:03 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:02.058228+0000 mgr.smithi007.eulhwp (mgr.14182) 25 : cephadm [INF] Deploying daemon node-exporter.smithi181 on smithi181 2024-01-18T06:17:03.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:03 smithi007 conmon[35366]: cluster 2024-01-18T06:17:02.105409+0000 mon.smithi007 (mon.0) 196 2024-01-18T06:17:03.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:03 smithi007 conmon[35366]: : cluster [DBG] mgrmap e18: smithi007.eulhwp(active, since 40s), standbys: smithi181.vdrlru 2024-01-18T06:17:03.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:03 smithi007 conmon[35366]: audit 2024-01-18T06 2024-01-18T06:17:03.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:03 smithi007 conmon[35366]: :17:02.105585+0000 mon.smithi007 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mgr metadata", "who": "smithi181.vdrlru", "id": "smithi181.vdrlru"}]: dispatch 2024-01-18T06:17:03.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:03 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:17:03.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:03 smithi007 conmon[35366]: 01-18T06:17:02.596888+0000 mon.smithi007 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.181:0/431337206' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T06:17:03.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:03 smithi007 conmon[35366]: audit 2024-01 2024-01-18T06:17:03.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:03 smithi007 conmon[35366]: -18T06:17:02.991599+0000 mon.smithi007 (mon.0) 199 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:03.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:03 smithi007 conmon[35366]: 2024-01-18T06:17:03.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:03 smithi181 conmon[39919]: cluster 2024-01-18T06:17:01.843213+0000 2024-01-18T06:17:03.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:03 smithi181 conmon[39919]: mgr.smithi007.eulhwp (mgr.14182) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:03.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:03 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:02.058228+0000 mgr.smithi007.eulhwp (mgr.14182) 25 : cephadm [INF] Deploying daemon node-exporter.smithi181 on smithi181 2024-01-18T06:17:03.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:03 smithi181 conmon[39919]: cluster 2024-01-18T06:17:02.105409+0000 mon.smithi007 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi007.eulhwp(active, since 40s), standbys: smithi181.vdrlru 2024-01-18T06:17:03.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:03 smithi181 conmon[39919]: audit 2024-01-18T06:17:02.105585+0000 mon.smithi007 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mgr metadata", "who": "smithi181.vdrlru", "id": "smithi181.vdrlru"}]: dispatch 2024-01-18T06:17:03.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:03 smithi181 conmon[39919]: audit 2024-01-18T06:17:02.596888+0000 mon.smithi007 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.181:0/431337206' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T06:17:03.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:03 smithi181 conmon[39919]: audit 2024-01-18T06:17:02.991599+0000 mon.smithi007 (mon.0) 199 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mon metadata", "id": "smithi181"}]: dispatch 2024-01-18T06:17:05.288 INFO:teuthology.orchestra.run.smithi007.stdout:# minimal ceph.conf for b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:17:05.288 INFO:teuthology.orchestra.run.smithi007.stdout:[global] 2024-01-18T06:17:05.288 INFO:teuthology.orchestra.run.smithi007.stdout: fsid = b8639cec-b5c8-11ee-95ae-87774f69a715 2024-01-18T06:17:05.288 INFO:teuthology.orchestra.run.smithi007.stdout: mon_host = [v2:172.21.15.7:3300/0,v1:172.21.15.7:6789/0] [v2:172.21.15.181:3300/0,v1:172.21.15.181:6789/0] 2024-01-18T06:17:05.310 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:05 smithi007 conmon[35366]: cluster 2024-01-18T06:17:03.843629+0000 mgr.smithi007.eulhwp (mgr.14182) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:05.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:05 smithi181 conmon[39919]: cluster 2024-01-18T06:17:03.843629+0000 mgr.smithi007.eulhwp (mgr.14182) 26 : 2024-01-18T06:17:05.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:05 smithi181 conmon[39919]: cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:05.979 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-18T06:17:05.979 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:17:05.979 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T06:17:06.015 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:17:06.015 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T06:17:06.091 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-01-18T06:17:06.091 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T06:17:06.125 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-01-18T06:17:06.126 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T06:17:06.195 INFO:tasks.cephadm:Deploying OSDs... 2024-01-18T06:17:06.196 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:17:06.196 DEBUG:teuthology.orchestra.run.smithi007:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T06:17:06.219 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T06:17:06.219 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/nvme1n1 2024-01-18T06:17:06.282 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/nvme1n1 2024-01-18T06:17:06.282 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T06:17:06.282 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 6h/6d Inode: 202509 Links: 1 Device type: 103,1 2024-01-18T06:17:06.282 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T06:17:06.282 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T06:17:06.282 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-01-18 06:15:38.326633008 +0000 2024-01-18T06:17:06.283 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-01-18 06:13:36.228537741 +0000 2024-01-18T06:17:06.283 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-01-18 06:13:36.228537741 +0000 2024-01-18T06:17:06.283 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2024-01-18T06:17:06.283 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T06:17:06.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:06 smithi007 conmon[35366]: audit 2024-01-18T06:17:05.288328+0000 mon.smithi007 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.7:0/2886355204' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:06.352 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:06 smithi007 conmon[35366]: audit 2024-01-18T06:17:05.911850+0000 mon.smithi007 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:06.353 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:06 smithi007 conmon[35366]: audit 2024-01-18T06:17:05.913647+0000 mon.smithi007 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:17:06.355 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-01-18T06:17:06.355 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-01-18T06:17:06.355 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000134822 s, 3.8 MB/s 2024-01-18T06:17:06.357 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T06:17:06.420 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/nvme2n1 2024-01-18T06:17:06.483 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/nvme2n1 2024-01-18T06:17:06.483 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T06:17:06.483 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 6h/6d Inode: 205186 Links: 1 Device type: 103,2 2024-01-18T06:17:06.484 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T06:17:06.484 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T06:17:06.484 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-01-18 06:15:38.336632850 +0000 2024-01-18T06:17:06.484 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-01-18 06:13:36.392535198 +0000 2024-01-18T06:17:06.485 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-01-18 06:13:36.392535198 +0000 2024-01-18T06:17:06.485 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2024-01-18T06:17:06.485 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T06:17:06.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:06 smithi181 conmon[39919]: audit 2024-01-18T06:17:05.288328+0000 mon.smithi007 2024-01-18T06:17:06.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:06 smithi181 conmon[39919]: (mon.0) 200 : audit [DBG] from='client.? 172.21.15.7:0/2886355204' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:06.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:06 smithi181 conmon[39919]: audit 2024-01-18T06:17: 2024-01-18T06:17:06.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:06 smithi181 conmon[39919]: 05.911850+0000 mon.smithi007 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:06.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:06 smithi181 conmon[39919]: audit 2024 2024-01-18T06:17:06.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:06 smithi181 conmon[39919]: -01-18T06:17:05.913647+0000 mon.smithi007 (mon.0) 202 : audit [DBG] 2024-01-18T06:17:06.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:06 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:17:06.556 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-01-18T06:17:06.556 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-01-18T06:17:06.557 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.00015596 s, 3.3 MB/s 2024-01-18T06:17:06.558 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T06:17:06.621 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/nvme3n1 2024-01-18T06:17:06.683 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/nvme3n1 2024-01-18T06:17:06.683 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T06:17:06.684 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 6h/6d Inode: 205303 Links: 1 Device type: 103,3 2024-01-18T06:17:06.684 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T06:17:06.684 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T06:17:06.684 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-01-18 06:15:38.347632676 +0000 2024-01-18T06:17:06.684 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-01-18 06:13:36.557532640 +0000 2024-01-18T06:17:06.684 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-01-18 06:13:36.557532640 +0000 2024-01-18T06:17:06.684 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2024-01-18T06:17:06.684 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T06:17:06.756 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-01-18T06:17:06.756 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-01-18T06:17:06.756 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000165582 s, 3.1 MB/s 2024-01-18T06:17:06.757 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T06:17:06.821 DEBUG:teuthology.orchestra.run.smithi007:> stat /dev/nvme4n1 2024-01-18T06:17:06.883 INFO:teuthology.orchestra.run.smithi007.stdout: File: /dev/nvme4n1 2024-01-18T06:17:06.884 INFO:teuthology.orchestra.run.smithi007.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T06:17:06.884 INFO:teuthology.orchestra.run.smithi007.stdout:Device: 6h/6d Inode: 205414 Links: 1 Device type: 103,4 2024-01-18T06:17:06.884 INFO:teuthology.orchestra.run.smithi007.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T06:17:06.884 INFO:teuthology.orchestra.run.smithi007.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T06:17:06.884 INFO:teuthology.orchestra.run.smithi007.stdout:Access: 2024-01-18 06:15:38.356632534 +0000 2024-01-18T06:17:06.884 INFO:teuthology.orchestra.run.smithi007.stdout:Modify: 2024-01-18 06:13:36.722530082 +0000 2024-01-18T06:17:06.884 INFO:teuthology.orchestra.run.smithi007.stdout:Change: 2024-01-18 06:13:36.722530082 +0000 2024-01-18T06:17:06.884 INFO:teuthology.orchestra.run.smithi007.stdout: Birth: - 2024-01-18T06:17:06.884 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T06:17:06.957 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records in 2024-01-18T06:17:06.957 INFO:teuthology.orchestra.run.smithi007.stderr:1+0 records out 2024-01-18T06:17:06.957 INFO:teuthology.orchestra.run.smithi007.stderr:512 bytes copied, 0.000148217 s, 3.5 MB/s 2024-01-18T06:17:06.959 DEBUG:teuthology.orchestra.run.smithi007:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T06:17:07.021 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-01-18T06:17:07.021 DEBUG:teuthology.orchestra.run.smithi181:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T06:17:07.038 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T06:17:07.038 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/nvme1n1 2024-01-18T06:17:07.096 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/nvme1n1 2024-01-18T06:17:07.096 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T06:17:07.096 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 6h/6d Inode: 204943 Links: 1 Device type: 103,1 2024-01-18T06:17:07.096 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T06:17:07.096 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T06:17:07.096 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-01-18 06:16:44.745416175 +0000 2024-01-18T06:17:07.096 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-01-18 06:13:37.951238950 +0000 2024-01-18T06:17:07.096 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-01-18 06:13:37.951238950 +0000 2024-01-18T06:17:07.096 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2024-01-18T06:17:07.096 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T06:17:07.163 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-01-18T06:17:07.163 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-01-18T06:17:07.163 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000299147 s, 1.7 MB/s 2024-01-18T06:17:07.164 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T06:17:07.222 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/nvme2n1 2024-01-18T06:17:07.279 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/nvme2n1 2024-01-18T06:17:07.280 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T06:17:07.280 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 6h/6d Inode: 199973 Links: 1 Device type: 103,2 2024-01-18T06:17:07.280 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T06:17:07.280 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T06:17:07.280 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-01-18 06:16:44.756415950 +0000 2024-01-18T06:17:07.280 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-01-18 06:13:38.103235824 +0000 2024-01-18T06:17:07.280 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-01-18 06:13:38.103235824 +0000 2024-01-18T06:17:07.280 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2024-01-18T06:17:07.281 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T06:17:07.345 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-01-18T06:17:07.345 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-01-18T06:17:07.346 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000268139 s, 1.9 MB/s 2024-01-18T06:17:07.347 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T06:17:07.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:07 smithi007 conmon[35366]: cluster 2024-01-18T06:17:05.844288+0000 mgr.smithi007.eulhwp (mgr.14182) 27 : 2024-01-18T06:17:07.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:07 smithi007 conmon[35366]: cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:07.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:07 smithi007 conmon[35366]: audit 2024-01-18T06:17:07.059865+0000 mon.smithi007 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:07.405 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/nvme3n1 2024-01-18T06:17:07.462 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/nvme3n1 2024-01-18T06:17:07.463 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T06:17:07.463 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 6h/6d Inode: 199979 Links: 1 Device type: 103,3 2024-01-18T06:17:07.463 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T06:17:07.463 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T06:17:07.463 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-01-18 06:16:44.767415726 +0000 2024-01-18T06:17:07.463 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-01-18 06:13:38.252232759 +0000 2024-01-18T06:17:07.463 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-01-18 06:13:38.252232759 +0000 2024-01-18T06:17:07.463 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2024-01-18T06:17:07.463 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T06:17:07.526 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:07 smithi181 conmon[39919]: cluster 2024-01-18T06:17:05.844288+0000 mgr.smithi007.eulhwp (mgr.14182) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:07.526 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:07 smithi181 conmon[39919]: audit 2024-01-18T06:17:07.059865+0000 mon.smithi007 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:07.528 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-01-18T06:17:07.528 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-01-18T06:17:07.528 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000207566 s, 2.5 MB/s 2024-01-18T06:17:07.529 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T06:17:07.587 DEBUG:teuthology.orchestra.run.smithi181:> stat /dev/nvme4n1 2024-01-18T06:17:07.644 INFO:teuthology.orchestra.run.smithi181.stdout: File: /dev/nvme4n1 2024-01-18T06:17:07.644 INFO:teuthology.orchestra.run.smithi181.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T06:17:07.644 INFO:teuthology.orchestra.run.smithi181.stdout:Device: 6h/6d Inode: 200056 Links: 1 Device type: 103,4 2024-01-18T06:17:07.644 INFO:teuthology.orchestra.run.smithi181.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T06:17:07.644 INFO:teuthology.orchestra.run.smithi181.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T06:17:07.644 INFO:teuthology.orchestra.run.smithi181.stdout:Access: 2024-01-18 06:16:44.778415500 +0000 2024-01-18T06:17:07.644 INFO:teuthology.orchestra.run.smithi181.stdout:Modify: 2024-01-18 06:13:38.402229673 +0000 2024-01-18T06:17:07.645 INFO:teuthology.orchestra.run.smithi181.stdout:Change: 2024-01-18 06:13:38.402229673 +0000 2024-01-18T06:17:07.645 INFO:teuthology.orchestra.run.smithi181.stdout: Birth: - 2024-01-18T06:17:07.645 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T06:17:07.709 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records in 2024-01-18T06:17:07.710 INFO:teuthology.orchestra.run.smithi181.stderr:1+0 records out 2024-01-18T06:17:07.710 INFO:teuthology.orchestra.run.smithi181.stderr:512 bytes copied, 0.000345554 s, 1.5 MB/s 2024-01-18T06:17:07.711 DEBUG:teuthology.orchestra.run.smithi181:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T06:17:07.769 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-18T06:17:08.533 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: audit 2024-01-18T06:17:07.231903+0000 mon.smithi007 (mon.0) 2024-01-18T06:17:08.533 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: 204 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:08.533 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: audit 2024-01-18T06:17:07.232831+0000 mon.smithi007 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:08.533 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: audit 2024-01-18T06:17:07.233689+0000 mon.smithi007 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:17:08.533 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:07.234813+0000 mgr.smithi007.eulhwp (mgr.14182) 28 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-01-18T06:17:08.534 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:07.235194+0000 mgr.smithi007.eulhwp (mgr.14182) 29 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.conf 2024-01-18T06:17:08.534 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: audit 2024-01-18T06:17:07.258159+0000 mon.smithi007 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:08.534 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: audit 2024-01-18T06:17:07.266924+0000 mon.smithi007 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:08.534 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: audit 2024-01-18T06:17:07.270487+0000 mon.smithi007 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:08.534 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:07.274139+0000 mgr.smithi007.eulhwp (mgr.14182) 30 : cephadm [INF] Reconfiguring mon.smithi007 (unknown last config time)... 2024-01-18T06:17:08.534 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: audit 2024-01-18T06:17:07.274466+0000 mon.smithi007 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T06:17:08.534 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: audit 2024-01-18T06:17:07.275289+0000 mon.smithi007 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T06:17:08.534 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: audit 2024-01-18T06:17:07.276075+0000 mon.smithi007 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:08.534 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:08 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:07.276772+0000 mgr.smithi007.eulhwp (mgr.14182) 31 : cephadm [INF] Reconfiguring daemon mon.smithi007 on smithi007 2024-01-18T06:17:08.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: audit 2024-01-18T06:17:07.231903+0000 mon.smithi007 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:08.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: audit 2024-01-18T06:17:07.232831+0000 mon.smithi007 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:08.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: audit 2024-01-18T06:17:07.233689+0000 mon.smithi007 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:17:08.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:07.234813+0000 mgr.smithi007.eulhwp (mgr.14182) 28 : cephadm [INF] Updating smithi007:/etc/ceph/ceph.conf 2024-01-18T06:17:08.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:07.235194+0000 mgr.smithi007.eulhwp (mgr.14182) 29 : cephadm [INF] Updating smithi181:/etc/ceph/ceph.conf 2024-01-18T06:17:08.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: audit 2024-01-18T06:17:07.258159+0000 mon.smithi007 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:08.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: audit 2024-01-18T06:17:07.266924+0000 mon.smithi007 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:08.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: audit 2024-01-18T06:17:07.270487+0000 mon.smithi007 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:08.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:07.274139+0000 mgr.smithi007.eulhwp (mgr.14182) 30 : cephadm [INF] Reconfiguring mon.smithi007 (unknown last config time)... 2024-01-18T06:17:08.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: audit 2024-01-18T06:17:07.274466+0000 mon.smithi007 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T06:17:08.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: audit 2024-01-18T06:17:07.275289+0000 2024-01-18T06:17:08.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: mon.smithi007 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T06:17:08.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: audit 2024-01-18T06:17:07.276075+0000 mon.smithi007 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:08.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:08 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:07.276772+0000 mgr.smithi007.eulhwp (mgr.14182) 31 : cephadm [INF] Reconfiguring daemon mon.smithi007 on smithi007 2024-01-18T06:17:09.417 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:09 smithi181 conmon[39919]: cluster 2024-01-18T06:17:07.844655+0000 mgr.smithi007.eulhwp (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:09.417 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:09 smithi181 conmon[39919]: audit 2024-01-18T 2024-01-18T06:17:09.417 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:09 smithi181 conmon[39919]: 06:17:08.791159+0000 mon.smithi007 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:09.417 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:09 smithi181 conmon[39919]: audit 2024-01-18T06:17:08.792105+0000 mon.smithi007 (mon.0) 214 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi007.eulhwp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T06:17:09.417 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:09 smithi181 conmon[39919]: audit 2024-01-18T06:17:08.792940+0000 mon.smithi007 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T06:17:09.417 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:09 smithi181 conmon[39919]: audit 2024-01-18T06:17:08.793609+0000 mon.smithi007 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:09.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:09 smithi007 conmon[35366]: cluster 2024-01-18T06:17:07.844655+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:17:09.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:09 smithi007 conmon[35366]: 14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:09.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:09 smithi007 conmon[35366]: audit 2024-01-18T06:17:08.791159+0000 mon.smithi007 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:09.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:09 smithi007 conmon[35366]: audit 2024-01-18T06:17:08.792105+0000 mon.smithi007 (mon.0) 214 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi007.eulhwp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T06:17:09.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:09 smithi007 conmon[35366]: audit 2024-01-18T06:17:08.792940+0000 mon.smithi007 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T06:17:09.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:09 smithi007 conmon[35366]: audit 2024-01-18T06:17:08.793609+0000 mon.smithi007 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:09.752 INFO:teuthology.orchestra.run.smithi181.stdout:Scheduled osd.all-available-devices update... 2024-01-18T06:17:10.333 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-18T06:17:10.333 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:17:11.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:10 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:08.791828+0000 mgr.smithi007.eulhwp (mgr.14182) 33 : cephadm [INF] Reconfiguring mgr.smithi007.eulhwp (unknown last config time)... 2024-01-18T06:17:11.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:10 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:08.794206+0000 mgr.smithi007.eulhwp (mgr.14182) 34 : cephadm [INF] Reconfiguring daemon mgr.smithi007.eulhwp on smithi007 2024-01-18T06:17:11.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:10 smithi181 conmon[39919]: audit 2024-01-18T06:17:09.745465+0000 mgr.smithi007.eulhwp (mgr.14182) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:17:11.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:10 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:09.747414+0000 mgr.smithi007.eulhwp (mgr.14182) 36 : cephadm [INF] Marking host: smithi007 for OSDSpec preview refresh. 2024-01-18T06:17:11.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:10 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:09.747490+0000 mgr.smithi007.eulhwp (mgr.14182) 37 : cephadm [INF] Marking host: smithi181 for OSDSpec preview refresh. 2024-01-18T06:17:11.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:10 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:09.747836+0000 mgr.smithi007.eulhwp (mgr.14182) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T06:17:11.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:10 smithi181 conmon[39919]: audit 2024-01-18T06:17:09.751782+0000 mon.smithi007 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:11.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:10 smithi181 conmon[39919]: audit 2024-01-18T06:17:10.283239+0000 mon.smithi007 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:10 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:08.791828+0000 mgr.smithi007.eulhwp (mgr.14182) 33 : cephadm [INF] 2024-01-18T06:17:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:10 smithi007 conmon[35366]: Reconfiguring mgr.smithi007.eulhwp (unknown last config time)... 2024-01-18T06:17:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:10 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:08.794206+0000 mgr.smithi007.eulhwp (mgr.14182) 34 : cephadm [INF] Reconfiguring daemon mgr.smithi007.eulhwp on smithi007 2024-01-18T06:17:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:10 smithi007 conmon[35366]: audit 2024-01-18T06:17:09.745465+0000 mgr.smithi007.eulhwp (mgr.14182) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:17:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:10 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:09.747414+0000 mgr.smithi007.eulhwp (mgr.14182) 36 : cephadm [INF] Marking host: smithi007 for OSDSpec preview refresh. 2024-01-18T06:17:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:10 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:09.747490+0000 mgr.smithi007.eulhwp (mgr.14182) 37 : cephadm [INF] Marking host: smithi181 for OSDSpec preview refresh. 2024-01-18T06:17:11.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:10 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:09.747836+0000 mgr.smithi007.eulhwp (mgr.14182) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T06:17:11.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:10 smithi007 conmon[35366]: audit 2024-01-18T06:17:09.751782+0000 mon.smithi007 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:11.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:10 smithi007 conmon[35366]: audit 2024-01-18T06:17:10.283239+0000 mon.smithi007 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:11 smithi181 conmon[39919]: cluster 2024-01-18T06:17:09.844888+0000 mgr.smithi007.eulhwp (mgr.14182) 39 : 2024-01-18T06:17:12.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:11 smithi181 conmon[39919]: cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:12.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:11 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:10.284116+0000 mgr.smithi007.eulhwp (mgr.14182) 40 : cephadm [INF] Reconfiguring alertmanager.smithi007 (dependencies changed)... 2024-01-18T06:17:12.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:11 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:10.290873+0000 mgr.smithi007.eulhwp (mgr.14182) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi007 on smithi007 2024-01-18T06:17:12.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:11 smithi007 conmon[35366]: cluster 2024-01-18T06:17:09.844888+0000 mgr.smithi007.eulhwp (mgr.14182) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:12.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:11 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:10.284116+0000 mgr.smithi007.eulhwp (mgr.14182) 40 : cephadm [INF] Reconfiguring alertmanager.smithi007 (dependencies changed)... 2024-01-18T06:17:12.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:11 smithi007 conmon[35366]: cephadm 2024 2024-01-18T06:17:12.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:11 smithi007 conmon[35366]: -01-18T06:17:10.290873+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:17:12.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:11 smithi007 conmon[35366]: .14182) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi007 on smithi007 2024-01-18T06:17:12.080 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:11 smithi007 conmon[35366]: 2024-01-18T06:17:14.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:13 smithi181 conmon[39919]: cluster 2024-01-18T06:17:11.845237+0000 mgr.smithi007.eulhwp (mgr.14182) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:14.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:13 smithi007 conmon[35366]: cluster 2024-01-18T06:17:11.845237+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:17:14.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:13 smithi007 conmon[35366]: 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:14.235 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:17:15.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:14 smithi181 conmon[39919]: audit 2024-01-18T06:17:14.235650+0000 mon.smithi007 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.7:0/2133700744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:15.048 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:14 smithi007 conmon[35366]: audit 2024-01-18T06:17:14.235650+0000 mon.smithi007 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.7:0/2133700744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:15.048 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:14 smithi007 conmon[35366]: 2024-01-18T06:17:15.326 INFO:teuthology.orchestra.run.smithi007.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} 2024-01-18T06:17:16.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:15 smithi181 conmon[39919]: cluster 2024-01-18T06:17:13.845529+0000 mgr.smithi007.eulhwp (mgr.14182) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:16.096 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:15 smithi007 conmon[35366]: cluster 2024-01-18T06:17:13.845529+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:17:16.096 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:15 smithi007 conmon[35366]: .14182) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:16.328 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:17:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:17 smithi181 conmon[39919]: cluster 2024-01-18T06:17:15.845899+0000 mgr.smithi007.eulhwp (mgr.14182) 44 : cluster [DBG] 2024-01-18T06:17:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:17 smithi181 conmon[39919]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:17 smithi181 conmon[39919]: audit 2024-01-18T06:17:16.464470+0000 mon.smithi007 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:17 smithi181 conmon[39919]: cephadm 2024-01-18T06 2024-01-18T06:17:17.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:17 smithi181 conmon[39919]: :17:16.465197+0000 mgr.smithi007.eulhwp (mgr.14182) 45 : cephadm [INF] Reconfiguring crash.smithi007 (monmap changed)... 2024-01-18T06:17:17.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:17 smithi181 conmon[39919]: audit 2024 2024-01-18T06:17:17.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:17 smithi181 conmon[39919]: -01-18T06:17:16.465492+0000 mon.smithi007 (mon.0) 221 : audit 2024-01-18T06:17:17.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:17 smithi181 conmon[39919]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi007", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T06:17:17.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:17 smithi181 conmon[39919]: audit 2024-01-18T06:17:16.466340+0000 2024-01-18T06:17:17.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:17 smithi181 conmon[39919]: mon.smithi007 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:17.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:17 smithi181 conmon[39919]: cephadm 2024-01-18T 2024-01-18T06:17:17.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:17 smithi181 conmon[39919]: 06:17:16.466956+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:17:17.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:17 smithi181 conmon[39919]: 46 : cephadm [INF] Reconfiguring daemon crash.smithi007 on smithi007 2024-01-18T06:17:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:17 smithi007 conmon[35366]: cluster 2024-01-18T06:17:15.845899+0000 mgr.smithi007.eulhwp (mgr.14182) 44 : cluster [DBG] 2024-01-18T06:17:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:17 smithi007 conmon[35366]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:17 smithi007 conmon[35366]: audit 2024-01-18T06:17:16.464470+0000 mon.smithi007 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:17 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:16.465197+0000 mgr.smithi007.eulhwp (mgr.14182) 45 : cephadm [INF] Reconfiguring crash.smithi007 (monmap changed)... 2024-01-18T06:17:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:17 smithi007 conmon[35366]: audit 2024-01-18T06:17:16.465492+0000 mon.smithi007 (mon.0) 221 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi007", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T06:17:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:17 smithi007 conmon[35366]: audit 2024-01-18T06:17:16.466340+0000 mon.smithi007 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:17 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:16.466956+0000 mgr.smithi007.eulhwp (mgr.14182) 46 : cephadm [INF] Reconfiguring daemon crash.smithi007 on smithi007 2024-01-18T06:17:18.974 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:17:19.596 INFO:teuthology.orchestra.run.smithi007.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} 2024-01-18T06:17:19.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:19 smithi007 conmon[35366]: cluster 2024-01-18T06:17:17.846168+0000 mgr.smithi007.eulhwp (mgr.14182) 47 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:19.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:19 smithi007 conmon[35366]: audit 2024-01-18T06:17:18.760289+0000 mon.smithi007 (mon.0) 223 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:19.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:19 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:18.761197+0000 mgr.smithi007.eulhwp (mgr.14182) 48 : cephadm [INF] Reconfiguring grafana.smithi007 (dependencies changed)... 2024-01-18T06:17:19.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:19 smithi007 conmon[35366]: audit 2024-01-18T06:17:18.974895+0000 mon.smithi007 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.7:0/1168220944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:20.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:19 smithi181 conmon[39919]: cluster 2024-01-18T06:17:17.846168+0000 mgr.smithi007.eulhwp (mgr.14182) 47 : cluster 2024-01-18T06:17:20.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:19 smithi181 conmon[39919]: [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:20.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:19 smithi181 conmon[39919]: audit 2024-01-18T06:17:18.760289+0000 mon.smithi007 (mon.0) 223 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:20.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:19 smithi181 conmon[39919]: cephadm 2024-01-18 2024-01-18T06:17:20.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:19 smithi181 conmon[39919]: T06:17:18.761197+0000 mgr.smithi007.eulhwp (mgr.14182) 48 : cephadm [INF] Reconfiguring grafana.smithi007 (dependencies changed)... 2024-01-18T06:17:20.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:19 smithi181 conmon[39919]: audit 2024-01-18T06:17:18.974895+0000 2024-01-18T06:17:20.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:19 smithi181 conmon[39919]: mon.smithi007 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.7:0/1168220944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:20.597 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:17:20.915 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:20 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:18.804455+0000 mgr.smithi007.eulhwp (mgr.14182) 49 : cephadm [INF] Reconfiguring daemon grafana.smithi007 on smithi007 2024-01-18T06:17:21.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:20 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:18.804455+0000 mgr.smithi007.eulhwp (mgr.14182) 49 : cephadm [INF] Reconfiguring daemon grafana.smithi007 on smithi007 2024-01-18T06:17:21.904 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:21 smithi007 conmon[35366]: cluster 2024-01-18T06:17:19.846573+0000 mgr.smithi007.eulhwp (mgr.14182) 50 2024-01-18T06:17:21.904 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:21 smithi007 conmon[35366]: : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:22.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:21 smithi181 conmon[39919]: cluster 2024-01-18T06:17:19.846573+0000 mgr.smithi007.eulhwp (mgr.14182) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:23.671 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:17:23.969 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:23 smithi007 conmon[35366]: cluster 2024-01-18T06:17:21.846883+0000 mgr.smithi007.eulhwp (mgr.14182) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:23.969 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:23 smithi007 conmon[35366]: audit 2024-01-18T06:17:23.671347+0000 mon.smithi007 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.7:0/2528654132' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:23 smithi181 conmon[39919]: cluster 2024-01-18T06:17:21.846883+0000 mgr.smithi007.eulhwp (mgr.14182) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:23 smithi181 conmon[39919]: audit 2024-01-18T06:17:23.671347+0000 mon.smithi007 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.7:0/2528654132' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:24.292 INFO:teuthology.orchestra.run.smithi007.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} 2024-01-18T06:17:25.294 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:17:26.006 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:25 smithi007 conmon[35366]: cluster 2024-01-18T06:17:23.847249+0000 mgr.smithi007.eulhwp (mgr.14182) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:26.006 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:25 smithi007 conmon[35366]: audit 2024-01-18T06:17:24.882832+0000 mon.smithi007 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:26.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:25 smithi181 conmon[39919]: cluster 2024-01-18T06:17:23.847249+0000 mgr.smithi007.eulhwp (mgr.14182) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:26.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:25 smithi181 conmon[39919]: audit 2024-01-18T06:17:24.882832+0000 mon.smithi007 ( 2024-01-18T06:17:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:25 smithi181 conmon[39919]: mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:26.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:26 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:24.883647+0000 mgr.smithi007.eulhwp (mgr.14182) 53 : 2024-01-18T06:17:26.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:26 smithi007 conmon[35366]: cephadm [INF] Reconfiguring prometheus.smithi007 (dependencies changed)... 2024-01-18T06:17:26.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:26 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:24.887792+0000 mgr.smithi007.eulhwp (mgr.14182) 54 : cephadm [INF] Reconfiguring daemon prometheus.smithi007 on smithi007 2024-01-18T06:17:27.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:26 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:24.883647+0000 mgr.smithi007.eulhwp (mgr.14182) 53 : cephadm [INF] Reconfiguring prometheus.smithi007 (dependencies changed)... 2024-01-18T06:17:27.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:26 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:24.887792+0000 mgr.smithi007.eulhwp (mgr.14182) 54 : cephadm [INF] Reconfiguring daemon prometheus.smithi007 on smithi007 2024-01-18T06:17:28.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:27 smithi181 conmon[39919]: cluster 2024-01-18T06:17:25.847558+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:17:28.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:27 smithi181 conmon[39919]: ) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:28.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:27 smithi007 conmon[35366]: cluster 2024-01-18T06:17:25.847558+0000 mgr.smithi007.eulhwp (mgr.14182) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:28.127 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:17:29.015 INFO:teuthology.orchestra.run.smithi007.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} 2024-01-18T06:17:29.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:28 smithi181 conmon[39919]: audit 2024-01-18T06:17:28.115589+0000 mon.smithi007 (mon.0 2024-01-18T06:17:29.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:28 smithi181 conmon[39919]: ) 227 : audit [DBG] from='client.? 172.21.15.7:0/2762429768' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:29.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:28 smithi007 conmon[35366]: audit 2024-01-18T06:17:28.115589+0000 mon.smithi007 (mon.0) 227 : 2024-01-18T06:17:29.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:28 smithi007 conmon[35366]: audit [DBG] from='client.? 172.21.15.7:0/2762429768' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:30.016 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:17:30.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:29 smithi181 conmon[39919]: cluster 2024-01-18T06:17:27.847806+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:17:30.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:29 smithi181 conmon[39919]: mgr.14182) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:30.049 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:29 smithi007 conmon[35366]: cluster 2024-01-18T06:17:27.847806+0000 mgr.smithi007.eulhwp (mgr.14182) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:30.049 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:29 smithi007 conmon[35366]: 2024-01-18T06:17:32.004 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:31 smithi181 conmon[39919]: cluster 2024-01-18T06:17:29.848057+0000 mgr.smithi007.eulhwp (mgr.14182) 57 : cluster 2024-01-18T06:17:32.004 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:31 smithi181 conmon[39919]: [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:32.004 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:31 smithi181 conmon[39919]: audit 2024-01-18T06:17:30.777995+0000 mon.smithi007 (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:32.004 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:31 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:30.778622+0000 mgr.smithi007.eulhwp (mgr.14182) 58 : cephadm [INF] Reconfiguring crash.smithi181 (monmap changed)... 2024-01-18T06:17:32.004 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:31 smithi181 conmon[39919]: audit 2024-01-18T06:17:30.778943+0000 mon.smithi007 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi181", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T06:17:32.004 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:31 smithi181 conmon[39919]: audit 2024-01-18T06:17:30.779856+0000 mon.smithi007 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:32.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:31 smithi007 conmon[35366]: cluster 2024-01-18T06:17:29.848057+0000 mgr.smithi007.eulhwp (mgr.14182) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:32.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:31 smithi007 conmon[35366]: audit 2024-01-18T06:17:30.777995+0000 mon.smithi007 (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:32.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:31 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:30.778622+0000 mgr.smithi007.eulhwp (mgr.14182) 58 : cephadm [INF] Reconfiguring crash.smithi181 (monmap changed)... 2024-01-18T06:17:32.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:31 smithi007 conmon[35366]: audit 2024-01-18T06:17:30.778943+0000 mon.smithi007 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi181", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T06:17:32.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:31 smithi007 conmon[35366]: audit 2024-01-18T06:17:30.779856+0000 mon.smithi007 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:32.126 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:17:32.793 INFO:teuthology.orchestra.run.smithi007.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} 2024-01-18T06:17:33.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:32 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:30.780525+0000 mgr.smithi007.eulhwp (mgr.14182) 59 : cephadm [INF] Reconfiguring daemon crash.smithi181 on smithi181 2024-01-18T06:17:33.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:32 smithi181 conmon[39919]: audit 2024-01-18T06:17:32.043318+0000 mon.smithi007 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:33.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:32 smithi181 conmon[39919]: audit 2024-01-18T06:17:32.044216+0000 mon.smithi007 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi181.vdrlru", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T06:17:33.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:32 smithi181 conmon[39919]: audit 2024-01-18T06:17:32.044968+0000 mon.smithi007 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T06:17:33.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:32 smithi181 conmon[39919]: audit 2024-01-18T06:17:32.045580+0000 mon.smithi007 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:33.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:32 smithi181 conmon[39919]: audit 2024-01-18T06:17:32.127698+0000 mon.smithi007 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.7:0/2409595694' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:33.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:32 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:30.780525 2024-01-18T06:17:33.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:32 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 59 : cephadm [INF] Reconfiguring daemon crash.smithi181 on smithi181 2024-01-18T06:17:33.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:32 smithi007 conmon[35366]: audit 2024-01-18T06:17:32.043318+0000 mon.smithi007 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:33.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:32 smithi007 conmon[35366]: audit 2024-01-18T06:17:32.044216+0000 mon.smithi007 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi181.vdrlru", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T06:17:33.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:32 smithi007 conmon[35366]: audit 2024-01-18T06:17:32.044968+0000 mon.smithi007 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T06:17:33.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:32 smithi007 conmon[35366]: audit 2024-01-18T06:17:32.045580+0000 mon.smithi007 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:33.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:32 smithi007 conmon[35366]: audit 2024-01-18T06:17:32.127698+0000 mon.smithi007 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.7:0/2409595694' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:33.795 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:17:33.954 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:33 smithi181 conmon[39919]: cluster 2024-01-18T06:17:31.848322+0000 mgr.smithi007.eulhwp (mgr.14182) 60 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:33.954 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:33 smithi181 conmon[39919]: cephadm 2024-01 2024-01-18T06:17:33.954 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:33 smithi181 conmon[39919]: -18T06:17:32.043939+0000 mgr.smithi007.eulhwp (mgr.14182) 61 : cephadm [INF] Reconfiguring mgr.smithi181.vdrlru (monmap changed)... 2024-01-18T06:17:33.954 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:33 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:32.046154+0000 mgr.smithi007.eulhwp (mgr.14182) 62 : cephadm [INF] Reconfiguring daemon mgr.smithi181.vdrlru on smithi181 2024-01-18T06:17:33.955 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:33 smithi181 conmon[39919]: audit 2024-01-18T06:17:33.197114+0000 mon.smithi007 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:33.955 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:33 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:33.197877+0000 mgr.smithi007.eulhwp (mgr.14182) 63 : cephadm [INF] Reconfiguring mon.smithi181 (monmap changed)... 2024-01-18T06:17:33.955 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:33 smithi181 conmon[39919]: audit 2024-01-18T06:17:33.198184+0000 mon.smithi007 (mon.0) 237 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T06:17:33.955 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:33 smithi181 conmon[39919]: audit 2024-01-18T06:17:33.199017+0000 mon.smithi007 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T06:17:33.955 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:33 smithi181 conmon[39919]: audit 2024-01-18T06:17:33.199766+0000 mon.smithi007 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:33.955 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:33 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:33.200444+0000 mgr.smithi007.eulhwp (mgr.14182) 64 : 2024-01-18T06:17:33.955 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:33 smithi181 conmon[39919]: cephadm [INF] Reconfiguring daemon mon.smithi181 on smithi181 2024-01-18T06:17:34.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: cluster 2024-01-18T06:17:31.848322+0000 mgr.smithi007.eulhwp (mgr.14182) 60 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:34.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:32.043939+0000 mgr.smithi007.eulhwp (mgr.14182) 61 : cephadm 2024-01-18T06:17:34.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: [INF] Reconfiguring mgr.smithi181.vdrlru (monmap changed)... 2024-01-18T06:17:34.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: cephadm 2024-01-18 2024-01-18T06:17:34.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: T06:17:32.046154+0000 mgr.smithi007.eulhwp (mgr.14182) 62 : 2024-01-18T06:17:34.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: cephadm [INF] Reconfiguring daemon mgr.smithi181.vdrlru on smithi181 2024-01-18T06:17:34.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: audit 2024-01-18T06:17:33 2024-01-18T06:17:34.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: .197114+0000 mon.smithi007 (mon.0) 236 : audit 2024-01-18T06:17:34.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:34.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:33 2024-01-18T06:17:34.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: .197877+0000 mgr.smithi007.eulhwp (mgr.14182) 63 : cephadm 2024-01-18T06:17:34.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: [INF] Reconfiguring mon.smithi181 (monmap changed)... 2024-01-18T06:17:34.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: audit 2024-01-18T06:17:33. 2024-01-18T06:17:34.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: 198184+0000 mon.smithi007 (mon.0) 237 : audit 2024-01-18T06:17:34.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T06:17:34.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: audit 2024-01-18T06:17:34.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: 2024-01-18T06:17:33.199017+0000 mon.smithi007 (mon 2024-01-18T06:17:34.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: .0) 238 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T06:17:34.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: audit 2024-01-18T 2024-01-18T06:17:34.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: 06:17:33.199766+0000 mon.smithi007 (mon.0 2024-01-18T06:17:34.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: ) 239 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:34.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: cephadm 2024-01-18T06:17 2024-01-18T06:17:34.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: :33.200444+0000 mgr.smithi007.eulhwp (mgr.14182) 64 2024-01-18T06:17:34.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:33 smithi007 conmon[35366]: : cephadm [INF] Reconfiguring daemon mon.smithi181 on smithi181 2024-01-18T06:17:35.381 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: cluster 2024-01-18T06:17:33.848621+0000 mgr.smithi007.eulhwp (mgr.14182) 65 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:35.381 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06:17:34.341758+0000 mon.smithi007 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:35.381 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06:17:34.344837+0000 mon.smithi007 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T06:17:35.381 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06:17:34.345291+0000 mgr.smithi007.eulhwp (mgr.14182) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T06:17:35.381 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06:17:34.346375+0000 mon.smithi007 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007:9093"}]: dispatch 2024-01-18T06:17:35.381 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06:17:34.346789+0000 mgr.smithi007.eulhwp (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007:9093"}]: dispatch 2024-01-18T06:17:35.381 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06:17:34.350845+0000 mon.smithi007 (mon.0) 243 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:35.381 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06:17:34.355330+0000 mon.smithi007 (mon.0) 244 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T06:17:35.381 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06:17:34.355786+0000 mgr.smithi007.eulhwp (mgr.14182) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: :17:34.360507+0000 mon.smithi007 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"}]: dispatch 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06:17:34 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: .360880+0000 mgr.smithi007.eulhwp (mgr.14182) 69 : audit 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"}]: dispatch 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: 2024-01-18T06:17:34. 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: 366164+0000 mon.smithi007 (mon.0) 246 : audit 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: -18T06:17:34.371391+0000 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: mon.smithi007 (mon.0) 247 : audit [DBG] 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T06:17:35.382 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: 2024-01-18T06:17:34.371798+0000 mgr.smithi007.eulhwp 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: (mgr.14182) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: -18T06:17:34.377031+0000 mon.smithi007 (mon.0 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: ) 248 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi007:9095"}]: dispatch 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: :17:34.377374+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: ) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi007:9095"}]: dispatch 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06: 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: 17:34.382159+0000 mon.smithi007 (mon.0) 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: 249 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: audit 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: 2024-01-18T06:17:34.384341+0000 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: mon.smithi007 (mon.0) 250 : audit [DBG] 2024-01-18T06:17:35.383 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:35 smithi007 conmon[35366]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:17:35.774 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:17:35.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: cluster 2024-01-18T06:17:33.848621+0000 mgr.smithi007.eulhwp (mgr.14182) 65 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:35.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06 2024-01-18T06:17:35.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: :17:34.341758+0000 mon.smithi007 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:35.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.344837+0000 mon.smithi007 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T06:17:35.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.345291+0000 mgr.smithi007.eulhwp (mgr.14182) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T06:17:35.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.346375+0000 mon.smithi007 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007:9093"}]: dispatch 2024-01-18T06:17:35.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.346789+0000 mgr.smithi007.eulhwp (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi007:9093"}]: dispatch 2024-01-18T06:17:35.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.350845+0000 mon.smithi007 (mon.0) 243 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:35.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.355330+0000 mon.smithi007 (mon.0) 244 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T06:17:35.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.355786+0000 mgr.smithi007.eulhwp (mgr.14182) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T06:17:35.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.360507+0000 mon.smithi007 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"}]: dispatch 2024-01-18T06:17:35.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.360880+0000 mgr.smithi007.eulhwp (mgr.14182) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi007:3000"}]: dispatch 2024-01-18T06:17:35.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.366164+0000 mon.smithi007 (mon.0) 246 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:35.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.371391+0000 mon.smithi007 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T06:17:35.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.371798+0000 mgr.smithi007.eulhwp (mgr.14182) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T06:17:35.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.377031+0000 mon.smithi007 (mon.0) 248 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi007:9095"}]: dispatch 2024-01-18T06:17:35.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.377374+0000 mgr.smithi007.eulhwp (mgr.14182) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi007:9095"}]: dispatch 2024-01-18T06:17:35.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.382159+0000 mon.smithi007 (mon.0) 249 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:35.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:35 smithi181 conmon[39919]: audit 2024-01-18T06:17:34.384341+0000 mon.smithi007 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:17:36.464 INFO:teuthology.orchestra.run.smithi007.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} 2024-01-18T06:17:37.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:36 smithi181 conmon[39919]: audit 2024-01-18T06:17:35.732113+0000 mon.smithi007 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:37.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:36 smithi181 conmon[39919]: audit 2024-01-18T06:17:35.738021+0000 mon.smithi007 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:37.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:36 smithi181 conmon[39919]: audit 2024-01-18T06:17 2024-01-18T06:17:37.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:36 smithi181 conmon[39919]: :35.774530+0000 mon.smithi007 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.7:0/2343737535' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:36 smithi007 conmon[35366]: audit 2024-01-18T06:17:35.732113+0000 mon.smithi007 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:36 smithi007 conmon[35366]: audit 2024-01-18T06:17:35.738021+0000 mon.smithi007 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:36 smithi007 conmon[35366]: audit 2024-01-18T06:17:35.774530+0000 mon.smithi007 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.7:0/2343737535' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:37.464 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:17:37.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:37 smithi007 conmon[35366]: cluster 2024-01-18T06:17:35.848910+0000 mgr.smithi007.eulhwp (mgr.14182) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:38.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:37 smithi181 conmon[39919]: cluster 2024-01-18T06:17:35.848910+0000 mgr.smithi007.eulhwp (mgr.14182) 72 : cluster 2024-01-18T06:17:38.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:37 smithi181 conmon[39919]: [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:40.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: cluster 2024-01-18T06:17:37.849202+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:17:40.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: 14182) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:40.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: audit 2024-01-18T06:17:38.798282+0000 mon.smithi007 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:40.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: audit 2024-01-18T06:17:39.204912+0000 mon.smithi007 (mon.0) 255 2024-01-18T06:17:40.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:40.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: audit 2024-01 2024-01-18T06:17:40.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: -18T06:17:39.205767+0000 mon.smithi007 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:40.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: audit 2024-01-18T06:17:39.206488+0000 2024-01-18T06:17:40.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: mon.smithi007 (mon.0) 257 : audit 2024-01-18T06:17:40.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:17:40.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: audit 2024-01-18T06:17:39. 2024-01-18T06:17:40.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: 210387+0000 mon.smithi007 (mon.0) 258 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:40.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: audit 2024-01-18 2024-01-18T06:17:40.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: T06:17:39.214290+0000 mon.smithi007 (mon.0) 259 : audit 2024-01-18T06:17:40.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:17:40.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: audit 2024-01-18T06:17:39.217369 2024-01-18T06:17:40.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 260 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T06:17:40.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: audit 2024-01-18T06:17: 2024-01-18T06:17:40.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: 39.218355+0000 mon.smithi007 (mon.0) 261 : audit [INF] 2024-01-18T06:17:40.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T06:17:40.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: audit 2024-01- 2024-01-18T06:17:40.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: 18T06:17:39.218535+0000 mon.smithi007 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:40.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: audit 2024-01-18T06:17: 2024-01-18T06:17:40.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: 39.219014+0000 mon.smithi007 (mon.0) 263 : audit [DBG] 2024-01-18T06:17:40.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:39 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:40.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:39 smithi007 conmon[35366]: cluster 2024-01-18T06:17:37.849202+0000 2024-01-18T06:17:40.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:39 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:40.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:39 smithi007 conmon[35366]: audit 2024-01-18T06:17:38.798282+0000 mon.smithi007 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:40.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:39 smithi007 conmon[35366]: audit 2024-01-18T06:17:39.204912+0000 mon.smithi007 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:40.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:39 smithi007 conmon[35366]: audit 2024-01-18T06:17:39.205767+0000 mon.smithi007 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:40.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:39 smithi007 conmon[35366]: audit 2024-01-18T06:17:39.206488+0000 mon.smithi007 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:17:40.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:39 smithi007 conmon[35366]: audit 2024-01-18T06:17:39.210387+0000 mon.smithi007 (mon.0) 258 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:17:40.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:39 smithi007 conmon[35366]: audit 2024-01-18T06:17:39.214290+0000 mon.smithi007 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:17:40.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:39 smithi007 conmon[35366]: audit 2024-01-18T06:17:39.217369+0000 mon.smithi007 (mon.0) 260 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T06:17:40.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:39 smithi007 conmon[35366]: audit 2024-01-18T06:17:39.218355+0000 mon.smithi007 (mon.0) 261 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T06:17:40.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:39 smithi007 conmon[35366]: audit 2024-01-18T06:17:39.218535+0000 mon.smithi007 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:40.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:39 smithi007 conmon[35366]: audit 2024-01-18T06:17:39.219014+0000 mon.smithi007 (mon.0) 263 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:17:40.111 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:17:40.935 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:40 smithi007 conmon[35366]: audit 2024-01-18T06:17:40.111835+0000 mon.smithi007 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.7:0/2133936927' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:41.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:40 smithi181 conmon[39919]: audit 2024-01-18T06:17:40.111835+0000 2024-01-18T06:17:41.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:40 smithi181 conmon[39919]: mon.smithi007 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.7:0/2133936927' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:41.210 INFO:teuthology.orchestra.run.smithi007.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} 2024-01-18T06:17:42.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:41 smithi181 conmon[39919]: cluster 2024-01-18T06:17:39.849424+0000 mgr.smithi007.eulhwp 2024-01-18T06:17:42.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:41 smithi181 conmon[39919]: (mgr.14182) 74 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:41 smithi007 conmon[35366]: cluster 2024-01-18T06:17:39.849424+0000 mgr.smithi007.eulhwp (mgr.14182) 74 : 2024-01-18T06:17:42.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:41 smithi007 conmon[35366]: cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:42.211 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:17:43.009 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:42 smithi007 conmon[35366]: audit 2024-01-18T06:17:41.804664+0000 mon.smithi181 (mon.1) 2 : audit [INF] from='client.? 172.21.15.181:0/922216318' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "525de20a-0762-4c83-b7d6-c0b7851c380b"}]: dispatch 2024-01-18T06:17:43.010 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:42 smithi007 conmon[35366]: audit 2024-01-18T06:17:41.805077+0000 mon.smithi007 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "525de20a-0762-4c83-b7d6-c0b7851c380b"}]: dispatch 2024-01-18T06:17:43.010 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:42 smithi007 conmon[35366]: audit 2024-01-18T06:17:41.808731+0000 mon.smithi007 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "525de20a-0762-4c83-b7d6-c0b7851c380b"}]': finished 2024-01-18T06:17:43.010 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:42 smithi007 conmon[35366]: cluster 2024-01-18T06:17:41.808779+0000 mon.smithi007 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T06:17:43.010 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:42 smithi007 conmon[35366]: audit 2024-01-18T06:17:41.808903+0000 mon.smithi007 (mon.0 2024-01-18T06:17:43.010 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:42 smithi007 conmon[35366]: ) 268 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:43.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:42 smithi181 conmon[39919]: audit 2024-01-18T06:17:41.804664+0000 mon.smithi181 (mon. 2024-01-18T06:17:43.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:42 smithi181 conmon[39919]: 1) 2 : audit [INF] from='client.? 172.21.15.181:0/922216318' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "525de20a-0762-4c83-b7d6-c0b7851c380b"}]: dispatch 2024-01-18T06:17:43.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:42 smithi181 conmon[39919]: audit 2024-01-18T06:17:41.805077+0000 mon.smithi007 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "525de20a-0762-4c83-b7d6-c0b7851c380b"}]: dispatch 2024-01-18T06:17:43.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:42 smithi181 conmon[39919]: audit 2024-01-18T06:17:41.808731+0000 mon.smithi007 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "525de20a-0762-4c83-b7d6-c0b7851c380b"}]': finished 2024-01-18T06:17:43.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:42 smithi181 conmon[39919]: cluster 2024-01-18T06:17:41.808779+0000 mon.smithi007 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T06:17:43.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:42 smithi181 conmon[39919]: audit 2024-01-18T06:17:41.808903+0000 mon.smithi007 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:43 smithi181 conmon[39919]: cluster 2024-01-18T06:17:41.849921+0000 mgr.smithi007.eulhwp (mgr.14182) 75 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:43 smithi181 conmon[39919]: audit 2024-01-18T06:17:42.883917+0000 mon.smithi007 (mon.0) 269 : audit [INF] from='client.? 172.21.15.7:0/3913491829' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d992d5ba-0664-41cd-962e-7ec2a1cef04c"}]: dispatch 2024-01-18T06:17:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:43 smithi181 conmon[39919]: audit 2024-01-18T06:17:42.887467+0000 mon.smithi007 (mon.0) 270 : audit [INF] from='client.? 172.21.15.7:0/3913491829' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d992d5ba-0664-41cd-962e-7ec2a1cef04c"}]': finished 2024-01-18T06:17:44.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:43 smithi181 conmon[39919]: cluster 2024-01-18T06:17:42.887512+0000 mon.smithi007 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T06:17:44.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:43 smithi181 conmon[39919]: audit 2024-01-18T06:17:42.887624+0000 mon.smithi007 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:44.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:43 smithi181 conmon[39919]: audit 2024-01-18T06:17:42.887893+0000 mon.smithi007 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:44.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:43 smithi181 conmon[39919]: audit 2024-01-18T06:17:43.093549+0000 mon.smithi181 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.181:0/2546884237' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:44.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:43 smithi007 conmon[35366]: cluster 2024-01-18T06:17:41.849921+0000 mgr.smithi007.eulhwp (mgr.14182) 75 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:44.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:43 smithi007 conmon[35366]: audit 2024-01-18T06:17:42.883917+0000 mon.smithi007 (mon.0) 269 : audit [INF] from='client.? 172.21.15.7:0/3913491829' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d992d5ba-0664-41cd-962e-7ec2a1cef04c"}]: dispatch 2024-01-18T06:17:44.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:43 smithi007 conmon[35366]: audit 2024-01-18T06:17:42.887467+0000 mon.smithi007 (mon.0) 270 : audit [INF] from='client.? 172.21.15.7:0/3913491829' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d992d5ba-0664-41cd-962e-7ec2a1cef04c"}]': finished 2024-01-18T06:17:44.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:43 smithi007 conmon[35366]: cluster 2024-01-18T06:17:42.887512+0000 mon.smithi007 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T06:17:44.109 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:43 smithi007 conmon[35366]: audit 2024-01-18T06:17:42.887624+0000 mon.smithi007 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:44.109 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:43 smithi007 conmon[35366]: audit 2024-01-18T06:17:42.887893+0000 mon.smithi007 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:44.109 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:43 smithi007 conmon[35366]: audit 2024-01-18T06:17:43.093549+0000 mon.smithi181 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.181:0/2546884237' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:44.590 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:17:45.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:44 smithi181 conmon[39919]: audit 2024-01-18T06:17:44.590430+0000 mon.smithi007 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.7:0/2525032592' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:45.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:44 smithi007 conmon[35366]: audit 2024-01-18T06:17:44.590430+0000 mon.smithi007 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.7:0/2525032592' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:45.312 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705558662,"num_remapped_pgs":0} 2024-01-18T06:17:46.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:45 smithi181 conmon[39919]: cluster 2024-01-18T06:17:43.850189+0000 mgr.smithi007.eulhwp (mgr.14182) 76 2024-01-18T06:17:46.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:45 smithi181 conmon[39919]: : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:46.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:45 smithi181 conmon[39919]: audit 2024-01-18T06:17:44.806207+0000 mon.smithi007 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.7:0/3169493649' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:46.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:45 smithi181 conmon[39919]: audit 2024-01-18T06:17:45.596646+0000 mon.smithi181 (mon.1) 4 : audit [INF] from='client.? 172.21.15.181:0/2790196431' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "248139bd-d14d-4915-8e82-439be2a1ba05"}]: dispatch 2024-01-18T06:17:46.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:45 smithi181 conmon[39919]: audit 2024-01-18T06:17:45.597393+0000 mon.smithi007 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "248139bd-d14d-4915-8e82-439be2a1ba05"}]: dispatch 2024-01-18T06:17:46.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:45 smithi181 conmon[39919]: audit 2024-01-18T06:17:45.601804+0000 mon.smithi007 (mon.0) 277 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "248139bd-d14d-4915-8e82-439be2a1ba05"}]': finished 2024-01-18T06:17:46.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:45 smithi181 conmon[39919]: cluster 2024-01-18T06:17:45.601868+0000 mon.smithi007 (mon.0) 278 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T06:17:46.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:45 smithi181 conmon[39919]: audit 2024-01-18T06:17:45.602007+0000 mon.smithi007 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:46.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:45 smithi181 conmon[39919]: audit 2024-01-18T06:17:45.602347+0000 mon.smithi007 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:46.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:45 smithi181 conmon[39919]: audit 2024-01-18T06:17:45.602608+0000 mon.smithi007 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:17:46.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: cluster 2024-01-18T06:17:43.850189+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:17:46.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: 14182) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:46.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: audit 2024-01-18T06:17:44.806207+0000 mon.smithi007 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.7:0/3169493649' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:46.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: audit 2024-01-18T06:17:45.596646+0000 mon.smithi181 (mon.1) 4 : audit [INF] from='client.? 172.21.15.181:0/2790196431' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "248139bd-d14d-4915-8e82-439be2a1ba05"}]: dispatch 2024-01-18T06:17:46.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: audit 2024-01-18T06:17:45.597393+0000 mon.smithi007 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "248139bd-d14d-4915-8e82-439be2a1ba05"}]: dispatch 2024-01-18T06:17:46.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: audit 2024-01-18T06:17:45.601804+0000 mon.smithi007 (mon.0) 2024-01-18T06:17:46.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: 277 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "248139bd-d14d-4915-8e82-439be2a1ba05"}]': finished 2024-01-18T06:17:46.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: cluster 2024-01-18T06:17:45.601868+0000 mon.smithi007 (mon. 2024-01-18T06:17:46.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: 0) 278 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T06:17:46.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: audit 2024-01-18T06:17:46.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: 2024-01-18T06:17:45.602007+0000 mon.smithi007 ( 2024-01-18T06:17:46.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:46.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: audit 2024-01-18T 2024-01-18T06:17:46.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: 06:17:45.602347+0000 mon.smithi007 (mon 2024-01-18T06:17:46.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: .0) 280 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:46.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: audit 2024-01-18T 2024-01-18T06:17:46.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: 06:17:45.602608+0000 mon.smithi007 (mon. 2024-01-18T06:17:46.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:45 smithi007 conmon[35366]: 0) 281 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:17:46.313 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:17:47.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:46 smithi007 conmon[35366]: cluster 2024-01-18T06:17:45.850439+0000 mgr.smithi007.eulhwp (mgr.14182) 77 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:46 smithi181 conmon[39919]: cluster 2024-01-18T06:17:45.850439+0000 mgr.smithi007.eulhwp (mgr.14182) 77 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:48.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:47 smithi007 conmon[35366]: audit 2024-01-18T06:17:46.892554+0000 mon.smithi181 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.181:0/3257184115' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:48.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:47 smithi007 conmon[35366]: audit 2024-01-18T06:17:47.410196+0000 mon.smithi007 (mon.0) 282 : audit [INF] from='client.? 172.21.15.7:0/2038683114' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e9371d4a-f6b5-4a74-999e-c18a0d3f88d9"}]: dispatch 2024-01-18T06:17:48.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:47 smithi007 conmon[35366]: audit 2024-01-18T06:17:47.413819+0000 mon.smithi007 (mon.0) 283 : audit [INF] from='client.? 172.21.15.7:0/2038683114' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e9371d4a-f6b5-4a74-999e-c18a0d3f88d9"}]': finished 2024-01-18T06:17:48.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:47 smithi007 conmon[35366]: cluster 2024-01-18T06:17:47.413863+0000 mon.smithi007 (mon.0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T06:17:48.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:47 smithi007 conmon[35366]: audit 2024-01-18T06:17:47.413962+0000 mon.smithi007 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:48.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:47 smithi007 conmon[35366]: audit 2024-01-18T06:17:47.414293+0000 mon.smithi007 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:48.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:47 smithi007 conmon[35366]: audit 2024-01-18T06:17:47.414500+0000 mon.smithi007 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:17:48.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:47 smithi007 conmon[35366]: audit 2024-01-18T06:17:47.414712+0000 mon.smithi007 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:17:48.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: audit 2024-01-18T06:17:46.892554+0000 mon.smithi181 (mon.1) 5 : audit 2024-01-18T06:17:48.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: [DBG] from='client.? 172.21.15.181:0/3257184115' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: audit 2024-01-18T06:17:47.410196+0000 mon.smithi007 (mon.0) 282 : audit [INF] from='client.? 172.21.15.7:0/2038683114' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e9371d4a-f6b5-4a74-999e-c18a0d3f88d9"}]: dispatch 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: audit 2024-01-18T06:17:47.413819 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 283 : audit [INF] from='client.? 172.21.15.7:0/2038683114' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e9371d4a-f6b5-4a74-999e-c18a0d3f88d9"}]': finished 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: cluster 2024-01-18T 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: 06:17:47.413863+0000 mon.smithi007 (mon.0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: audit 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: 2024-01-18T06:17:47.413962+0000 mon.smithi007 (mon.0 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: ) 285 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: audit 2024-01-18T 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: 06:17:47.414293+0000 mon.smithi007 (mon.0) 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: 286 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: audit 2024-01-18T06: 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: 17:47.414500+0000 mon.smithi007 (mon.0) 287 2024-01-18T06:17:48.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:17:48.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: audit 2024-01-18T06:17 2024-01-18T06:17:48.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: :47.414712+0000 mon.smithi007 (mon.0) 288 : 2024-01-18T06:17:48.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:47 smithi181 conmon[39919]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:17:48.594 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:17:49.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:48 smithi007 conmon[35366]: cluster 2024-01-18T06:17:47.850698+0000 mgr.smithi007.eulhwp (mgr.14182) 78 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:49.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:48 smithi007 conmon[35366]: audit 2024-01-18T06:17:48.594086+0000 mon.smithi007 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.7:0/1109671781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:49.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:48 smithi181 conmon[39919]: cluster 2024-01-18T06:17:47.850698+0000 mgr.smithi007.eulhwp (mgr.14182) 78 : 2024-01-18T06:17:49.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:48 smithi181 conmon[39919]: cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:49.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:48 smithi181 conmon[39919]: audit 2024-01-18T06:17:48.594086+0000 mon.smithi007 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.7:0/1109671781' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:49.296 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705558667,"num_remapped_pgs":0} 2024-01-18T06:17:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: audit 2024-01-18T06:17:49.016764+0000 mon.smithi007 (mon.0) 290 : audit [DBG] 2024-01-18T06:17:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: from='client.? 172.21.15.7:0/912419654' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:50.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: audit 2024-01-18T06:17:49.396789+0000 mon.smithi181 (mon.1) 6 : audit [INF] from='client.? 172.21.15.181:0/2844081650' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "77b69553-6371-43fc-a841-582e59d36e8f"}]: dispatch 2024-01-18T06:17:50.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: audit 2024-01-18T06:17:49.397320+0000 mon.smithi007 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "77b69553-6371-43fc-a841-582e59d36e8f"}]: dispatch 2024-01-18T06:17:50.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: audit 2024-01-18T06:17:49.401686+0000 mon.smithi007 (mon.0) 292 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "77b69553-6371-43fc-a841-582e59d36e8f"}]': finished 2024-01-18T06:17:50.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: cluster 2024-01-18T06:17:49.401739+0000 mon.smithi007 (mon.0) 293 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T06:17:50.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: audit 2024-01-18T06:17:49.401873+0000 mon.smithi007 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:50.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: audit 2024-01-18T06: 2024-01-18T06:17:50.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: 17:49.402205+0000 mon.smithi007 (mon.0) 295 : audit 2024-01-18T06:17:50.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:50.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: audit 2024-01-18T06:17:49.402424 2024-01-18T06:17:50.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:17:50.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: 2024-01-18T06:17:50.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: audit 2024-01-18T06:17:50.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: 2024-01-18T06:17:49.402660+0000 mon.smithi007 (mon.0) 2024-01-18T06:17:50.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: 297 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:17:50.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: audit 2024-01-18T06:17:49.402882 2024-01-18T06:17:50.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:17:50.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:49 smithi007 conmon[35366]: 2024-01-18T06:17:50.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:49 smithi181 conmon[39919]: audit 2024-01-18T06:17:49.016764+0000 mon.smithi007 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.7:0/912419654' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:50.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:49 smithi181 conmon[39919]: audit 2024-01-18T06:17:49 2024-01-18T06:17:50.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:49 smithi181 conmon[39919]: .396789+0000 mon.smithi181 (mon.1) 6 : audit [INF] from='client.? 172.21.15.181:0/2844081650' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "77b69553-6371-43fc-a841-582e59d36e8f"}]: dispatch 2024-01-18T06:17:50.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:49 smithi181 conmon[39919]: audit 2024-01-18T06:17:49.397320+0000 mon.smithi007 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "77b69553-6371-43fc-a841-582e59d36e8f"}]: dispatch 2024-01-18T06:17:50.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:49 smithi181 conmon[39919]: audit 2024-01-18T06:17:49.401686+0000 mon.smithi007 (mon.0) 292 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "77b69553-6371-43fc-a841-582e59d36e8f"}]': finished 2024-01-18T06:17:50.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:49 smithi181 conmon[39919]: cluster 2024-01-18T06:17:49.401739+0000 mon.smithi007 (mon.0) 293 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T06:17:50.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:49 smithi181 conmon[39919]: audit 2024-01-18T06:17:49.401873+0000 mon.smithi007 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:50.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:49 smithi181 conmon[39919]: audit 2024-01-18T06:17:49.402205+0000 mon.smithi007 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:50.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:49 smithi181 conmon[39919]: audit 2024-01-18T06:17:49.402424+0000 mon.smithi007 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:17:50.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:49 smithi181 conmon[39919]: audit 2024-01-18T06:17:49.402660+0000 mon.smithi007 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:17:50.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:49 smithi181 conmon[39919]: audit 2024-01-18T06:17:49.402882+0000 mon.smithi007 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:17:50.297 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:17:51.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:50 smithi007 conmon[35366]: cluster 2024-01-18T06:17:49.850935+0000 mgr.smithi007.eulhwp (mgr.14182) 79 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:51.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:50 smithi007 conmon[35366]: audit 2024-01-18T06:17:50.626926+0000 mon.smithi181 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.181:0/1943495365' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:51.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:50 smithi181 conmon[39919]: cluster 2024-01-18T06:17:49.850935+0000 mgr.smithi007.eulhwp (mgr.14182) 79 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:51.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:50 smithi181 conmon[39919]: audit 2024-01-18T06:17:50.626926+0000 mon.smithi181 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.181:0/1943495365' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:51.985 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:51 smithi007 conmon[35366]: audit 2024-01-18T06:17:51.613187+0000 mon.smithi007 (mon.0) 299 : audit [INF] from='client.? 172.21.15.7:0/1134857686' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "555895f2-dc5f-4f9f-97c6-846d88009545"}]: dispatch 2024-01-18T06:17:51.985 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:51 smithi007 conmon[35366]: audit 2024-01-18T06:17:51.616910+0000 mon.smithi007 (mon.0) 300 : audit [INF] from='client.? 172.21.15.7:0/1134857686' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "555895f2-dc5f-4f9f-97c6-846d88009545"}]': finished 2024-01-18T06:17:51.985 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:51 smithi007 conmon[35366]: cluster 2024-01-18T06:17:51.616957+0000 mon.smithi007 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T06:17:51.985 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:51 smithi007 conmon[35366]: audit 2024-01-18T06:17:51.617061+0000 mon.smithi007 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:51.985 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:51 smithi007 conmon[35366]: audit 2024-01-18T06:17:51.617346+0000 mon.smithi007 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:51.986 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:51 smithi007 conmon[35366]: audit 2024-01-18T06:17:51.617503+0000 mon.smithi007 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:17:51.986 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:51 smithi007 conmon[35366]: audit 2024-01-18T06:17:51.617690+0000 mon.smithi007 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:17:51.986 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:51 smithi007 conmon[35366]: audit 2024-01-18T06:17:51.617861+0000 mon.smithi007 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:17:51.986 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:51 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:17:51.986 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:51 smithi007 conmon[35366]: 01-18T06:17:51.618034+0000 mon.smithi007 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:17:52.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: audit 2024-01-18T06:17:51.613187+0000 mon.smithi007 (mon.0) 299 : audit [INF] from='client.? 172.21.15.7:0/1134857686' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "555895f2-dc5f-4f9f-97c6-846d88009545"}]: dispatch 2024-01-18T06:17:52.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: audit 2024-01-18T06:17:51.616910+0000 2024-01-18T06:17:52.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: mon.smithi007 (mon.0) 300 : audit [INF] from='client.? 172.21.15.7:0/1134857686' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "555895f2-dc5f-4f9f-97c6-846d88009545"}]': finished 2024-01-18T06:17:52.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: cluster 2024-01-18T06:17:51.616957+0000 mon.smithi007 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T06:17:52.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: audit 2024-01- 2024-01-18T06:17:52.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: 18T06:17:51.617061+0000 mon.smithi007 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:52.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: audit 2024-01-18T06:17 2024-01-18T06:17:52.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: :51.617346+0000 mon.smithi007 (mon.0) 303 : 2024-01-18T06:17:52.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:52.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: audit 2024-01-18T06:17:51. 2024-01-18T06:17:52.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: 617503+0000 mon.smithi007 (mon.0) 304 : audit 2024-01-18T06:17:52.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:17:52.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: audit 2024-01-18T06:17:52.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: 2024-01-18T06:17:51.617690+0000 mon.smithi007 ( 2024-01-18T06:17:52.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:17:52.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: audit 2024-01-18T06 2024-01-18T06:17:52.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: :17:51.617861+0000 mon.smithi007 (mon.0 2024-01-18T06:17:52.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: ) 306 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:17:52.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: audit 2024-01-18T06: 2024-01-18T06:17:52.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: 17:51.618034+0000 mon.smithi007 (mon.0) 2024-01-18T06:17:52.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:51 smithi181 conmon[39919]: 307 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:17:52.354 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:17:53.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:52 smithi007 conmon[35366]: cluster 2024-01-18T06:17:51.851168+0000 mgr.smithi007.eulhwp (mgr.14182) 80 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:53.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:52 smithi007 conmon[35366]: audit 2024-01-18T06:17:52.354495+0000 mon.smithi007 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.7:0/285722094' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:53.168 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705558671,"num_remapped_pgs":0} 2024-01-18T06:17:53.237 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:52 smithi181 conmon[39919]: cluster 2024-01-18T06:17:51.851168+0000 mgr.smithi007.eulhwp (mgr.14182) 80 : cluster 2024-01-18T06:17:53.237 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:52 smithi181 conmon[39919]: [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:53.237 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:52 smithi181 conmon[39919]: audit 2024-01-18T06:17:52.354495+0000 mon.smithi007 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.7:0/285722094' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:54.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: audit 2024-01-18T06:17:53.137096+0000 mon.smithi181 (mon.1) 8 : audit [INF] from='client.? 172.21.15.181:0/3851268769' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6f9981b4-ed04-4c56-b3ab-686386bc84ca"}]: dispatch 2024-01-18T06:17:54.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:17:54.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: 01-18T06:17:53.137493+0000 mon.smithi007 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6f9981b4-ed04-4c56-b3ab-686386bc84ca"}]: dispatch 2024-01-18T06:17:54.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: audit 2024-01-18T06:17:53.142428+0000 mon.smithi007 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6f9981b4-ed04-4c56-b3ab-686386bc84ca"}]': finished 2024-01-18T06:17:54.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: cluster 2024-01-18T06:17:53.142520+0000 mon.smithi007 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T06:17:54.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: audit 2024-01-18T06:17:53.142668+0000 mon.smithi007 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:54.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: audit 2024-01-18T06:17:53.143053+0000 mon.smithi007 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:54.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: audit 2024-01-18T06:17:53.143310+0000 mon.smithi007 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:17:54.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: audit 2024-01-18T06:17 2024-01-18T06:17:54.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: :53.143492+0000 mon.smithi007 (mon.0) 315 2024-01-18T06:17:54.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:17:54.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: audit 2024-01-18T06:17:53 2024-01-18T06:17:54.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: .143716+0000 mon.smithi007 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:17:54.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:17:54.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: 01-18T06:17:53.143906+0000 2024-01-18T06:17:54.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: mon.smithi007 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:17:54.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: 2024-01-18T06:17:54.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:17:54.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: 01-18T06:17:53.144119+0000 mon.smithi007 (mon.0 2024-01-18T06:17:54.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: ) 318 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:17:54.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: audit 2024-01-18T06:17 2024-01-18T06:17:54.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: :53.459716+0000 mon.smithi007 (mon.0) 319 2024-01-18T06:17:54.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:53 smithi007 conmon[35366]: : audit [DBG] from='client.? 172.21.15.7:0/1888729747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:54.169 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:17:54.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:53 smithi181 conmon[39919]: audit 2024-01-18T06:17:53.137096+0000 mon.smithi181 (mon.1) 8 : audit [INF] from='client.? 172.21.15.181:0/3851268769' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6f9981b4-ed04-4c56-b3ab-686386bc84ca"}]: dispatch 2024-01-18T06:17:54.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:53 smithi181 conmon[39919]: audit 2024-01-18T06:17:53.137493+0000 mon.smithi007 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6f9981b4-ed04-4c56-b3ab-686386bc84ca"}]: dispatch 2024-01-18T06:17:54.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:53 smithi181 conmon[39919]: audit 2024-01-18T06:17:53.142428+0000 mon.smithi007 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6f9981b4-ed04-4c56-b3ab-686386bc84ca"}]': finished 2024-01-18T06:17:54.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:53 smithi181 conmon[39919]: cluster 2024-01-18T06:17:53.142520+0000 mon.smithi007 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T06:17:54.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:53 smithi181 conmon[39919]: audit 2024-01-18T06:17:53.142668+0000 mon.smithi007 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:54.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:53 smithi181 conmon[39919]: audit 2024-01-18T06:17:53.143053+0000 mon.smithi007 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:54.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:53 smithi181 conmon[39919]: audit 2024-01-18T06:17:53.143310+0000 mon.smithi007 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:17:54.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:53 smithi181 conmon[39919]: audit 2024-01-18T06:17:53.143492+0000 mon.smithi007 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:17:54.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:53 smithi181 conmon[39919]: audit 2024-01-18T06:17:53.143716+0000 mon.smithi007 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:17:54.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:53 smithi181 conmon[39919]: audit 2024-01-18T06:17:53.143906+0000 mon.smithi007 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:17:54.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:53 smithi181 conmon[39919]: audit 2024-01-18T06:17:53.144119+0000 mon.smithi007 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:17:54.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:53 smithi181 conmon[39919]: audit 2024-01-18T06:17:53.459716+0000 mon.smithi007 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.7:0/1888729747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:55.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:55 smithi007 conmon[35366]: cluster 2024-01-18T06:17:53.851496+0000 mgr.smithi007.eulhwp (mgr.14182) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:55.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:55 smithi007 conmon[35366]: audit 2024-01-18T06:17:54.392392+0000 mon.smithi181 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.181:0/2811898669' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:55.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:55 smithi181 conmon[39919]: cluster 2024-01-18T06:17:53.851496+0000 mgr.smithi007.eulhwp (mgr.14182) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:55.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:55 smithi181 conmon[39919]: audit 2024-01-18T06:17:54.392392+0000 mon.smithi181 2024-01-18T06:17:55.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:55 smithi181 conmon[39919]: (mon.1) 9 : audit [DBG] from='client.? 172.21.15.181:0/2811898669' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:56.298 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:17:56.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: cluster 2024-01-18T06:17:55.851782+0000 mgr.smithi007.eulhwp (mgr.14182) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:56.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: audit 2024-01-18T06:17:56.052034+0000 mon.smithi007 (mon.0) 320 : audit [INF] from='client.? 172.21.15.7:0/489027087' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b802d6d-e8ae-4ecb-a4f7-2c966e689d55"}]: dispatch 2024-01-18T06:17:56.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: audit 2024-01-18T06:17:56.055942+0000 mon.smithi007 (mon.0) 321 : audit [INF] from='client.? 172.21.15.7:0/489027087' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b802d6d-e8ae-4ecb-a4f7-2c966e689d55"}]': finished 2024-01-18T06:17:56.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: cluster 2024-01-18T06:17:56.056006+0000 mon.smithi007 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T06:17:56.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: audit 2024-01-18T06:17:56.056128+0000 mon.smithi007 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:56.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: audit 2024-01-18T06:17:56.056444+0000 mon.smithi007 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:56.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: audit 2024-01-18T06:17:56.056625+0000 mon.smithi007 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:17:56.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: audit 2024-01-18T06:17:56.056798+0000 mon.smithi007 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:17:56.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: audit 2024-01-18T06:17:56.056968+0000 mon.smithi007 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:17:56.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: audit 2024 2024-01-18T06:17:56.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: -01-18T06:17:56.057131+0000 mon.smithi007 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:17:56.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: audit 2024-01-18T06:17:56.057290+0000 mon.smithi007 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:17:56.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: audit 2024-01-18T06:17:56.057453+0000 mon.smithi007 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:17:56.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:56 smithi007 conmon[35366]: audit 2024-01-18T06:17:56.297789+0000 mon.smithi007 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.7:0/836444326' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:57.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: cluster 2024-01-18T06:17:55.851782+0000 mgr.smithi007.eulhwp (mgr.14182) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:57.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: audit 2024-01-18T06:17:56.052034+0000 mon.smithi007 (mon.0) 320 : audit [INF] from='client.? 172.21.15.7:0/489027087' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b802d6d-e8ae-4ecb-a4f7-2c966e689d55"}]: dispatch 2024-01-18T06:17:57.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: audit 2024-01-18T06:17:56.055942+0000 mon.smithi007 (mon.0) 321 : audit [INF] from='client.? 172.21.15.7:0/489027087' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b802d6d-e8ae-4ecb-a4f7-2c966e689d55"}]': finished 2024-01-18T06:17:57.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: cluster 2024-01-18T06:17:56.056006+0000 mon.smithi007 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T06:17:57.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: audit 2024-01-18T06:17:56.056128+0000 mon.smithi007 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:17:57.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: audit 2024-01-18T06:17:56.056444+0000 mon.smithi007 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:17:57.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: audit 2024-01-18T06:17 2024-01-18T06:17:57.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: :56.056625+0000 mon.smithi007 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:17:57.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: audit 2024-01-18T06:17:56.056798+0000 mon.smithi007 ( 2024-01-18T06:17:57.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:17:57.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: audit 2024-01-18T06:17:57.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: 2024-01-18T06:17:56.056968+0000 mon.smithi007 ( 2024-01-18T06:17:57.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:17:57.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: audit 2024-01-18T 2024-01-18T06:17:57.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: 06:17:56.057131+0000 mon.smithi007 (mon. 2024-01-18T06:17:57.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: 0) 328 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:17:57.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: audit 2024-01-18T06 2024-01-18T06:17:57.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: :17:56.057290+0000 mon.smithi007 (mon.0) 2024-01-18T06:17:57.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: 329 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:17:57.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: audit 2024-01-18T06:17:56 2024-01-18T06:17:57.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: .057453+0000 mon.smithi007 (mon.0) 330 : audit 2024-01-18T06:17:57.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:17:57.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: audit 2024-01-18T06:17:57.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: 2024-01-18T06:17:56.297789+0000 mon.smithi007 ( 2024-01-18T06:17:57.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:56 smithi181 conmon[39919]: mon.0) 331 : audit [DBG] from='client.? 172.21.15.7:0/836444326' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:17:57.131 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705558676,"num_remapped_pgs":0} 2024-01-18T06:17:58.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:57 smithi181 conmon[39919]: audit 2024-01-18T06:17:57.848688+0000 mon.smithi007 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.7:0/4031502674' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:58.132 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:17:58.169 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:57 smithi007 conmon[35366]: audit 2024-01-18T06:17:57.848688+0000 mon.smithi007 (mon.0) 2024-01-18T06:17:58.169 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:57 smithi007 conmon[35366]: 332 : audit [DBG] from='client.? 172.21.15.7:0/4031502674' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T06:17:59.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:58 smithi181 conmon[39919]: cluster 2024-01-18T06:17:57.852053+0000 mgr.smithi007.eulhwp (mgr.14182) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:17:59.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:58 smithi007 conmon[35366]: cluster 2024-01-18T06:17:57.852053+0000 mgr.smithi007.eulhwp (mgr.14182) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:18:00.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:59 smithi181 conmon[39919]: audit 2024-01-18T06:17:59.718576+0000 mon.smithi007 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T06:18:00.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:59 smithi181 conmon[39919]: audit 2024-01-18T06:17:59.719414+0000 mon.smithi007 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:00.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:17:59 smithi181 conmon[39919]: cephadm 2024-01-18T06:17:59.720197+0000 mgr.smithi007.eulhwp (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.0 on smithi181 2024-01-18T06:18:00.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:59 smithi007 conmon[35366]: audit 2024-01-18T06:17:59.718576+0000 mon.smithi007 (mon.0) 333 : 2024-01-18T06:18:00.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:59 smithi007 conmon[35366]: audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T06:18:00.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:59 smithi007 conmon[35366]: audit 2024-01-18T06:17:59.719414+0000 mon.smithi007 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:00.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:17:59 smithi007 conmon[35366]: cephadm 2024-01-18T06:17:59.720197+0000 mgr.smithi007.eulhwp (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.0 on smithi181 2024-01-18T06:18:00.134 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:18:01.242 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:00 smithi181 conmon[39919]: cluster 2024-01-18T06:17:59.852335+0000 mgr.smithi007.eulhwp (mgr.14182) 85 : cluster 2024-01-18T06:18:01.242 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:00 smithi181 conmon[39919]: [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:18:01.242 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:00 smithi181 conmon[39919]: audit 2024-01-18T06:18:00.134946+0000 mon.smithi007 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.7:0/1352969901' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:01.283 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:00 smithi007 conmon[35366]: cluster 2024-01-18T06:17:59.852335+0000 mgr.smithi007.eulhwp (mgr.14182) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:18:01.283 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:00 smithi007 conmon[35366]: audit 2024-01-18T06:18:00.134946+0000 mon.smithi007 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.7:0/1352969901' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:01.300 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705558676,"num_remapped_pgs":0} 2024-01-18T06:18:02.301 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:18:03.176 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:02 smithi007 conmon[35366]: cluster 2024-01-18T06:18:01.852684+0000 mgr.smithi007.eulhwp (mgr.14182) 86 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:18:03.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:02 smithi181 conmon[39919]: cluster 2024-01-18T06:18:01.852684+0000 mgr.smithi007.eulhwp (mgr.14182) 86 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:18:05.175 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:18:05.191 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: cluster 2024-01-18T06:18:03.853187+0000 2024-01-18T06:18:05.191 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: mgr.smithi007.eulhwp (mgr.14182) 87 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:18:05.191 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: audit 2024-01-18T06:18:04.666424+0000 mon.smithi007 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T06:18:05.191 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: audit 2024-01-18T06:18:04.667440+0000 mon.smithi007 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:05.191 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: cephadm 2024-01-18T06:18:04.669043+0000 mgr.smithi007.eulhwp (mgr.14182) 88 2024-01-18T06:18:05.191 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: : cephadm [INF] Deploying daemon osd.1 on smithi007 2024-01-18T06:18:05.192 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: audit 2024-01-18T06:18:04.671953+0000 mon.smithi007 (mon. 2024-01-18T06:18:05.192 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: 0) 338 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:05.192 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: audit 2024-01-18T06:18:05.192 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: 2024-01-18T06:18:04.672973+0000 mon.smithi007 (mon.0) 339 2024-01-18T06:18:05.192 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T06:18:05.192 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: audit 2024-01-18T06:18:04.673930 2024-01-18T06:18:05.192 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:05.192 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: cephadm 2024- 2024-01-18T06:18:05.192 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: 01-18T06:18:04.674642+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:18:05.192 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:04 smithi181 conmon[39919]: mgr.14182) 89 : cephadm [INF] Deploying daemon osd.2 on smithi181 2024-01-18T06:18:05.203 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:04 smithi007 conmon[35366]: cluster 2024-01-18T06:18:03.853187+0000 mgr.smithi007.eulhwp (mgr.14182) 87 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:18:05.203 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:04 smithi007 conmon[35366]: audit 2024-01-18T06:18:04.666424+0000 mon.smithi007 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T06:18:05.203 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:04 smithi007 conmon[35366]: audit 2024-01-18T06:18:04.667440+0000 mon.smithi007 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:05.203 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:04 smithi007 conmon[35366]: cephadm 2024-01-18T06:18:04.669043+0000 mgr.smithi007.eulhwp (mgr.14182) 88 : cephadm [INF] Deploying daemon osd.1 on smithi007 2024-01-18T06:18:05.204 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:04 smithi007 conmon[35366]: audit 2024-01-18T06:18:04.671953+0000 mon.smithi007 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:05.204 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:04 smithi007 conmon[35366]: audit 2024-01-18T06:18:04.672973+0000 mon.smithi007 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T06:18:05.204 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:04 smithi007 conmon[35366]: audit 2024-01-18T06:18:04. 2024-01-18T06:18:05.204 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:04 smithi007 conmon[35366]: 673930+0000 mon.smithi007 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:05.204 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:04 smithi007 conmon[35366]: cephadm 2024-01-18T06:18:04.674642+0000 mgr.smithi007.eulhwp (mgr.14182) 89 : cephadm [INF] Deploying daemon osd.2 on smithi181 2024-01-18T06:18:06.041 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:05 smithi007 conmon[35366]: audit 2024-01-18T06:18:05.175583+0000 mon.smithi181 (mon.1 2024-01-18T06:18:06.042 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:05 smithi007 conmon[35366]: ) 10 : audit [DBG] from='client.? 172.21.15.7:0/1326177382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:06.043 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705558676,"num_remapped_pgs":0} 2024-01-18T06:18:06.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:05 smithi181 conmon[39919]: audit 2024-01-18T06:18:05.175583+0000 mon.smithi181 (mon.1) 10 : audit 2024-01-18T06:18:06.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:05 smithi181 conmon[39919]: [DBG] from='client.? 172.21.15.7:0/1326177382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:07.044 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:18:07.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:06 smithi007 conmon[35366]: cluster 2024-01-18T06:18:05.853519+0000 mgr.smithi007.eulhwp (mgr.14182) 90 : 2024-01-18T06:18:07.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:06 smithi007 conmon[35366]: cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:18:07.220 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:06 smithi181 conmon[39919]: cluster 2024-01-18T06:18:05.853519+0000 mgr.smithi007.eulhwp (mgr.14182) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:18:08.215 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:07 smithi007 conmon[35366]: audit 2024-01-18T06:18:07.863857+0000 mon.smithi181 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.181:6800/2378007110,v1:172.21.15.181:6801/2378007110]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T06:18:08.215 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:07 smithi007 conmon[35366]: audit 2024-01-18T06:18:07.864382+0000 mon.smithi007 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T06:18:08.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:07 smithi181 conmon[39919]: audit 2024-01-18T06:18:07.863857+0000 mon.smithi181 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.181:6800/2378007110,v1:172.21.15.181:6801/2378007110]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T06:18:08.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:07 smithi181 conmon[39919]: audit 2024-01-18T06:18:07.864382+0000 mon.smithi007 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T06:18:09.207 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: cluster 2024-01-18T06:18:07.853758+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:18:09.207 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:18:09.207 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: audit 2024-01-18T06:18:07.927338+0000 mon.smithi007 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T06:18:09.207 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: cluster 2024-01-18T06:18:07.927445+0000 mon.smithi007 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-18T06:18:09.207 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: audit 2024-01-18T06:18:07.927720+0000 mon.smithi007 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:18:09.207 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: audit 2024-01-18T06:18:07.928012+0000 mon.smithi007 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:09.207 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: audit 2024-01-18T06:18:07.928176+0000 mon.smithi007 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:09.207 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: audit 2024-01-18T06:18:07.928353+0000 mon.smithi007 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:09.207 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: audit 2024-01-18T06:18:07.928522+0000 mon.smithi007 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:09.207 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: audit 2024-01-18T06:18:07.928725+0000 mon.smithi007 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:09.207 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: audit 2024-01-18T06:18:07.928963+0000 mon.smithi007 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:09.207 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: audit 2024-01-18T06:18:07.929167+0000 mon.smithi007 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:09.207 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: audit 2024-01-18T06:18:07.932060+0000 mon.smithi181 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.181:6800/2378007110,v1:172.21.15.181:6801/2378007110]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:09.208 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:08 smithi007 conmon[35366]: audit 2024-01-18T06:18:07.932365+0000 mon.smithi007 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:09.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: cluster 2024-01-18T06:18:07.853758+0000 mgr.smithi007.eulhwp 2024-01-18T06:18:09.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: (mgr.14182) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:18:09.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: audit 2024-01-18T06:18:07.927338+0000 mon.smithi007 2024-01-18T06:18:09.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T06:18:09.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: cluster 2024-01-18T06:18:07.927445 2024-01-18T06:18:09.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 343 : cluster [DBG] 2024-01-18T06:18:09.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: osdmap e14: 8 total, 0 up, 8 in 2024-01-18T06:18:09.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: audit 2024-01-18T06:18:07 2024-01-18T06:18:09.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: .927720+0000 mon.smithi007 (mon.0) 344 : audit 2024-01-18T06:18:09.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:18:09.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: audit 2024-01-18T 2024-01-18T06:18:09.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: 06:18:07.928012+0000 mon.smithi007 (mon 2024-01-18T06:18:09.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: .0) 345 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:09.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: 2024-01-18T06:18:07. 2024-01-18T06:18:09.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: 928176+0000 mon.smithi007 (mon.0) 346 : 2024-01-18T06:18:09.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:09.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:18:09.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: 01-18T06:18:07.928353+0000 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: mon.smithi007 (mon.0) 347 : audit 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: audit 2024-01-18T06 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: :18:07.928522+0000 mon.smithi007 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: audit 2024-01-18T06 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: :18:07.928725+0000 mon.smithi007 (mon.0) 349 : audit 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: 2024-01-18T06:18:07.928963+0000 mon.smithi007 (mon.0) 350 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: audit 2024-01-18T06:18:07.929167+0000 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: mon.smithi007 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: audit 2024-01 2024-01-18T06:18:09.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: -18T06:18:07.932060+0000 mon.smithi181 (mon 2024-01-18T06:18:09.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: .1) 12 : audit [INF] from='osd.0 [v2:172.21.15.181:6800/2378007110,v1:172.21.15.181:6801/2378007110]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:09.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: audit 2024-01-18T06:18:07.932365 2024-01-18T06:18:09.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:08 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:09.964 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:18:10.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: audit 2024-01-18T06:18:08.929645+0000 mon.smithi007 (mon.0 2024-01-18T06:18:10.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: ) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-01-18T06:18:10.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: cluster 2024-01-18T06:18:08.929761+0000 mon.smithi007 (mon.0) 354 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T06:18:10.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: audit 2024-01-18T06:18:08.930196+0000 mon.smithi007 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:18:10.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: audit 2024-01-18T06:18:08.930686+0000 mon.smithi007 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:10.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: audit 2024-01-18T06:18:08.935209+0000 mon.smithi007 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:10.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: audit 2024-01-18T06:18:08.935710+0000 mon.smithi007 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:10.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: audit 2024-01-18T06:18:08.935938+0000 mon.smithi007 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:10.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: audit 2024-01-18T06:18:08.936165+0000 mon.smithi007 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:10.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: audit 2024 2024-01-18T06:18:10.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: -01-18T06:18:08.936402+0000 mon.smithi007 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:10.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: audit 2024-01-18T06:18:08.936696+0000 2024-01-18T06:18:10.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: mon.smithi007 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:10.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: audit 2024-01-18T06:18:08.936942+0000 2024-01-18T06:18:10.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: mon.smithi007 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:18:10.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: 2024-01-18T06:18:10.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:18:10.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: 01-18T06:18:09.613481+0000 mon.smithi007 (mon. 2024-01-18T06:18:10.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: 0) 364 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:10.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:18:10.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: 01-18T06:18:09.614265+0000 mon.smithi007 2024-01-18T06:18:10.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: (mon.0) 365 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T06:18:10.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: audit 2024-01 2024-01-18T06:18:10.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: -18T06:18:09.614917+0000 mon.smithi007 (mon 2024-01-18T06:18:10.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: .0) 366 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:10.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: cephadm 2024- 2024-01-18T06:18:10.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: 01-18T06:18:09.615475+0000 2024-01-18T06:18:10.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:09 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 92 : cephadm [INF] Deploying daemon osd.4 on smithi181 2024-01-18T06:18:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: audit 2024-01-18T06:18:08.929645+0000 mon.smithi007 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-01-18T06:18:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: cluster 2024 2024-01-18T06:18:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: -01-18T06:18:08.929761+0000 mon.smithi007 (mon.0) 354 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T06:18:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: audit 2024-01-18T06:18:08.930196+0000 mon.smithi007 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:18:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: audit 2024-01-18T06:18:08.930686+0000 mon.smithi007 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: audit 2024-01-18T06:18:08.935209+0000 mon.smithi007 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: audit 2024-01-18T06:18:08.935710+0000 mon.smithi007 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: audit 2024-01-18T06:18:08.935938+0000 mon.smithi007 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: audit 2024-01-18T06:18:08.936165+0000 mon.smithi007 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: audit 2024-01-18T06:18:08.936402+0000 mon.smithi007 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: audit 2024-01-18T06:18:08.936696+0000 mon.smithi007 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:10.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: audit 2024-01-18T06:18:08.936942+0000 mon.smithi007 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:18:10.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.613481+0000 mon.smithi007 (mon.0) 364 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:10.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.614265+0000 mon.smithi007 (mon.0) 365 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T06:18:10.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.614917+0000 mon.smithi007 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:10.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:09 smithi181 conmon[39919]: cephadm 2024-01-18T06:18:09.615475+0000 mgr.smithi007.eulhwp (mgr.14182) 92 : cephadm [INF] Deploying daemon osd.4 on smithi181 2024-01-18T06:18:10.827 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1705558689,"num_in_osds":8,"osd_in_since":1705558676,"num_remapped_pgs":0} 2024-01-18T06:18:11.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: cluster 2024-01-18T06:18:08.858664+0000 osd.0 (osd.0) 2024-01-18T06:18:11.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T06:18:11.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: cluster 2024-01-18T06:18:08.858741+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: cluster 2024-01-18T06:18:09.853996+0000 mgr.smithi007.eulhwp (mgr.14182) 93 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:18:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: cluster 2024-01-18T06:18:09.935577+0000 mon.smithi007 (mon.0) 367 : cluster [INF] osd.0 [v2:172.21.15.181:6800/2378007110,v1:172.21.15.181:6801/2378007110] boot 2024-01-18T06:18:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: cluster 2024-01-18T06:18:09.935631+0000 mon.smithi007 (mon.0) 368 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-18T06:18:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: audit 2024-01-18T06:18:09.936024+0000 mon.smithi007 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:18:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: audit 2024-01-18T06:18:09.936326+0000 mon.smithi007 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: audit 2024-01-18T06:18:09.936516+0000 mon.smithi007 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: audit 2024-01-18T06:18:09.936679+0000 mon.smithi007 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: audit 2024-01-18T06:18:09.936835+0000 mon.smithi007 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: audit 2024-01-18T06:18:09.936975+0000 mon.smithi007 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: audit 2024-01-18T06:18:09.937139+0000 mon.smithi007 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: audit 2024-01-18T06:18:09.937269+0000 mon.smithi007 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:11.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:10 smithi007 conmon[35366]: audit 2024-01-18T06:18:09.963850+0000 mon.smithi007 (mon.0) 377 : audit [DBG] from='client.? 172.21.15.7:0/609613289' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:11.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: cluster 2024-01-18T06:18:08.858664+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T06:18:11.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: cluster 2024-01-18T06:18:08.858741+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:11.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: cluster 2024-01-18T06:18:09.853996+0000 mgr.smithi007.eulhwp (mgr.14182) 93 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T06:18:11.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: cluster 2024-01-18T06:18:09.935577+0000 mon.smithi007 (mon.0) 367 : cluster [INF] osd.0 [v2:172.21.15.181:6800/2378007110,v1:172.21.15.181:6801/2378007110] boot 2024-01-18T06:18:11.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: cluster 2024-01-18T06:18:09.935631+0000 mon.smithi007 (mon.0) 368 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-18T06:18:11.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.936024+0000 mon.smithi007 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T06:18:11.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.936326+0000 mon.smithi007 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:11.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.936516+0000 mon.smithi007 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:11.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.936679+0000 mon.smithi007 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:11.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.936835+0000 mon.smithi007 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:11.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.936975+0000 mon.smithi007 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:11.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.937139+0000 mon.smithi007 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:11.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.937269+0000 mon.smithi007 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:11.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:10 smithi181 conmon[39919]: audit 2024-01-18T06:18:09.963850+0000 mon.smithi007 (mon.0) 377 : audit [DBG] from='client.? 172.21.15.7:0/609613289' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:11.829 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:18:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: cluster 2024-01-18T06:18:10.944391+0000 mon.smithi007 (mon 2024-01-18T06:18:12.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: .0) 378 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-18T06:18:12.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: audit 2024-01-18T06:18:10.944699+0000 mon.smithi007 (mon 2024-01-18T06:18:12.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: .0) 379 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:12.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: audit 2024-01- 2024-01-18T06:18:12.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: 18T06:18:10.944966+0000 mon.smithi007 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:12.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: audit 2024-01-18T06:18 2024-01-18T06:18:12.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: :10.945171+0000 mon.smithi007 (mon.0) 381 : audit [DBG] 2024-01-18T06:18:12.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:12.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:18:12.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: 01-18T06:18:10.948139+0000 mon.smithi007 (mon.0) 382 : 2024-01-18T06:18:12.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:12.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: audit 2024-01-18T06:18:12.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: 2024-01-18T06:18:10.948465 2024-01-18T06:18:12.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:12.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: audit 2024-01-18 2024-01-18T06:18:12.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: T06:18:10.948669+0000 mon.smithi007 (mon.0) 2024-01-18T06:18:12.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: 384 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:12.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: audit 2024-01-18T06:18:10.948864+0000 mon.smithi007 2024-01-18T06:18:12.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:12.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: audit 2024-01-18T06:18:11.488484 2024-01-18T06:18:12.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 386 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:12.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: audit 2024-01-18 2024-01-18T06:18:12.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: T06:18:11.489256+0000 mon.smithi007 (mon.0) 2024-01-18T06:18:12.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: 387 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T06:18:12.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: audit 2024-01-18T06:18:11.490035+0000 mon.smithi007 (mon. 2024-01-18T06:18:12.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: 0) 388 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:12.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: cephadm 2024-01-18T06:18:11.490693 2024-01-18T06:18:12.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:11 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 94 : cephadm [INF] Deploying daemon osd.3 on smithi007 2024-01-18T06:18:12.172 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:11 smithi181 conmon[39919]: cluster 2024-01-18T06:18:10.944391+0000 mon.smithi007 (mon.0) 378 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-18T06:18:12.172 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:11 smithi181 conmon[39919]: audit 2024-01-18T06:18:10.944699+0000 mon.smithi007 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:12.172 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:11 smithi181 conmon[39919]: audit 2024-01-18T06:18:10.944966+0000 mon.smithi007 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:12.173 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:11 smithi181 conmon[39919]: audit 2024-01-18T06:18:10.945171+0000 mon.smithi007 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:12.173 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:11 smithi181 conmon[39919]: audit 2024-01-18T06:18:10.948139+0000 mon.smithi007 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:12.173 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:11 smithi181 conmon[39919]: audit 2024-01-18T06:18:10.948465+0000 mon.smithi007 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:12.173 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:11 smithi181 conmon[39919]: audit 2024-01-18T06:18:10.948669+0000 mon.smithi007 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:12.173 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:11 smithi181 conmon[39919]: audit 2024-01-18T06:18:10.948864+0000 mon.smithi007 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:12.173 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:11 smithi181 conmon[39919]: audit 2024-01-18T06:18:11.488484+0000 mon.smithi007 (mon.0) 386 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:12.173 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:11 smithi181 conmon[39919]: audit 2024-01-18T06:18:11.489256+0000 mon.smithi007 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T06:18:12.173 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:11 smithi181 conmon[39919]: audit 2024-01-18T06:18:11.490035+0000 mon.smithi007 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:12.173 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:11 smithi181 conmon[39919]: cephadm 2024-01-18T06:18:11.490693+0000 mgr.smithi007.eulhwp (mgr.14182) 94 : cephadm [INF] Deploying daemon osd.3 on smithi007 2024-01-18T06:18:13.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:13 smithi181 conmon[39919]: cluster 2024-01-18T06:18:11.854260+0000 mgr.smithi007.eulhwp (mgr.14182) 95 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T06:18:13.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:13 smithi181 conmon[39919]: audit 2024-01-18T06:18:12.756383+0000 mon.smithi181 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.181:6808/3271083859,v1:172.21.15.181:6809/3271083859]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T06:18:13.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:13 smithi181 conmon[39919]: audit 2024-01-18T06 2024-01-18T06:18:13.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:13 smithi181 conmon[39919]: :18:12.757087+0000 mon.smithi007 (mon.0) 2024-01-18T06:18:13.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:13 smithi181 conmon[39919]: 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T06:18:13.853 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:13 smithi007 conmon[35366]: cluster 2024-01-18T06:18:11.854260+0000 mgr.smithi007.eulhwp (mgr.14182) 95 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T06:18:13.853 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:13 smithi007 conmon[35366]: audit 2024-01-18T06:18:12.756383+0000 mon.smithi181 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.181:6808/3271083859,v1:172.21.15.181:6809/3271083859]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T06:18:13.853 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:13 smithi007 conmon[35366]: audit 2024-01-18T06:18:12.757087+0000 mon.smithi007 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T06:18:14.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: audit 2024-01-18T06:18:13.496441+0000 mon.smithi007 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T06:18:14.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: cluster 2024-01-18T06:18:13.496507+0000 mon.smithi007 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-18T06:18:14.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: audit 2024-01-18T06:18:13.496672+0000 mon.smithi007 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:14.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: audit 2024-01-18T06:18:13.496997+0000 mon.smithi181 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.181:6808/3271083859,v1:172.21.15.181:6809/3271083859]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:14.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: audit 2024-01-18T06:18:13.497032+0000 mon.smithi007 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:14.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: audit 2024-01-18T06:18:13.497372+0000 mon.smithi007 (mon.0) 394 : audit 2024-01-18T06:18:14.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:14.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: audit 2024-01-18T06:18:13.497672+0000 mon.smithi007 (mon.0) 395 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:14.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: audit 2024-01-18T06:18:13.497938+0000 mon.smithi007 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:14.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: audit 2024-01-18T06:18:13.498141+0000 mon.smithi007 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:14.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: audit 2024-01-18T06:18:13.498362+0000 mon.smithi007 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:14.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: audit 2024-01-18T06:18:13.498592+0000 mon.smithi007 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:14.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: audit 2024-01-18T06:18:14.302852+0000 mon.smithi007 (mon.0) 400 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:14.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: audit 2024-01-18T06:18:14.303730+0000 mon.smithi007 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T06:18:14.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:14 smithi007 conmon[35366]: audit 2024-01-18T06:18:14.304433+0000 mon.smithi007 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:14.776 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: audit 2024-01-18T06:18:13.496441+0000 mon.smithi007 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T06:18:14.776 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: cluster 2024-01-18T06:18:13.496507+0000 mon.smithi007 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-18T06:18:14.776 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: audit 2024-01-18T06:18:13.496672+0000 mon.smithi007 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:14.776 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: audit 2024-01-18T06:18:13.496997+0000 mon.smithi181 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.181:6808/3271083859,v1:172.21.15.181:6809/3271083859]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:14.776 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: audit 2024-01-18T06:18:13.497032+0000 mon.smithi007 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:14.776 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: audit 2024-01-18T06:18:13.497372+0000 mon.smithi007 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:14.776 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: audit 2024-01-18T06:18:13.497672+0000 mon.smithi007 (mon.0) 395 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:14.776 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: audit 2024-01-18T06:18:13.497938+0000 mon.smithi007 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:14.776 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: audit 2024-01-18T06:18:13.498141+0000 mon.smithi007 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:14.776 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: audit 2024-01-18T06:18:13.498362+0000 mon.smithi007 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:14.777 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: audit 2024-01-18T06:18:13.498592+0000 mon.smithi007 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:14.777 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: audit 2024-01-18T06:18:14.302852+0000 mon.smithi007 (mon.0) 400 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:14.777 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: audit 2024-01-18T06:18:14.303730+0000 mon.smithi007 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T06:18:14.777 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:14 smithi181 conmon[39919]: audit 2024-01-18T06:18:14.304433+0000 mon.smithi007 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:15.125 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:18:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: cluster 2024-01-18T06:18:13.854538+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:18:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: 14182) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T06:18:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: cephadm 2024-01-18T06:18:14.305038+0000 mgr.smithi007.eulhwp (mgr.14182) 97 : cephadm [INF] Deploying daemon osd.6 on smithi181 2024-01-18T06:18:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: audit 2024-01-18T06:18:14.504733+0000 mon.smithi007 (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-01-18T06:18:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: cluster 2024-01-18T06:18:14.504815+0000 mon.smithi007 (mon.0) 404 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-18T06:18:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: audit 2024-01-18T06:18:14.505189+0000 mon.smithi007 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: audit 2024-01-18T06:18:14.505681+0000 mon.smithi007 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: audit 2024-01- 2024-01-18T06:18:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: 18T06:18:14.505888+0000 mon.smithi007 (mon.0) 407 : audit 2024-01-18T06:18:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: audit 2024-01-18T06 2024-01-18T06:18:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: :18:14.506121+0000 mon.smithi007 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:15.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: audit 2024-01-18T06 2024-01-18T06:18:15.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: :18:14.506329+0000 mon.smithi007 (mon.0 2024-01-18T06:18:15.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: ) 409 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:15.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: audit 2024-01-18T06:18:14.506537+0000 mon.smithi007 (mon 2024-01-18T06:18:15.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: .0) 410 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:15.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: audit 2024-01-18T06:18:14 2024-01-18T06:18:15.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: .506774+0000 mon.smithi007 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:15.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: 2024-01-18T06:18:15.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: audit 2024-01-18T06:18:15.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: 2024-01-18T06:18:14.509951+0000 mon.smithi007 (mon.0) 412 : 2024-01-18T06:18:15.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:15.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: audit 2024-01-18T06:18:15.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: 2024-01-18T06:18:14.661957+0000 mon.smithi007 (mon.0) 413 : audit 2024-01-18T06:18:15.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: [INF] from='osd.1 [v2:172.21.15.7:6802/1536560282,v1:172.21.15.7:6803/1536560282]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T06:18:15.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: audit 2024 2024-01-18T06:18:15.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: -01-18T06:18:15.124953+0000 mon.smithi007 ( 2024-01-18T06:18:15.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:15 smithi181 conmon[39919]: mon.0) 414 : audit [DBG] from='client.? 172.21.15.7:0/2264210271' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: cluster 2024-01-18T06:18:13.854538+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:18:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: mgr.14182) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T06:18:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: cephadm 2024-01-18T06:18:14.305038+0000 mgr.smithi007.eulhwp (mgr.14182) 97 : cephadm [INF] Deploying daemon osd.6 on smithi181 2024-01-18T06:18:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: audit 2024-01-18T06:18:14.504733+0000 mon.smithi007 (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-01-18T06:18:15.794 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: cluster 2024-01-18T06:18:14.504815+0000 mon.smithi007 (mon.0) 404 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-18T06:18:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: audit 2024-01-18T06:18:14.505189+0000 mon.smithi007 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: audit 2024-01-18T06:18:14.505681+0000 mon.smithi007 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: audit 2024-01-18T06:18:14.505888+0000 mon.smithi007 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: audit 2024-01-18T06:18:14.506121+0000 mon.smithi007 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: audit 2024-01-18T06:18:14.506329+0000 mon.smithi007 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: audit 2024-01-18T06:18:14.506537+0000 mon.smithi007 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: audit 2024-01-18T06:18:14.506774+0000 mon.smithi007 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:15.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: audit 2024-01-18T06:18:14.509951+0000 mon.smithi007 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:15.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: audit 2024-01-18T06:18:14.661957+0000 mon.smithi007 2024-01-18T06:18:15.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: (mon.0) 413 : audit [INF] from='osd.1 [v2:172.21.15.7:6802/1536560282,v1:172.21.15.7:6803/1536560282]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T06:18:15.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:15 smithi007 conmon[35366]: audit 2024-01-18T06:18:15.124953+0000 mon.smithi007 (mon.0) 414 : audit [DBG] from='client.? 172.21.15.7:0/2264210271' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:15.816 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1705558689,"num_in_osds":8,"osd_in_since":1705558676,"num_remapped_pgs":0} 2024-01-18T06:18:16.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: cluster 2024-01-18T06:18:13.743056+0000 osd.2 (osd.2) 1 : cluster 2024-01-18T06:18:16.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: [DBG] purged_snaps scrub starts 2024-01-18T06:18:16.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: cluster 2024-01-18T06:18:13.743111+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:16.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: cluster 2024-01-18T06:18:15.505642+0000 mon.smithi007 (mon.0) 415 : cluster [INF] osd.2 [v2:172.21.15.181:6808/3271083859,v1:172.21.15.181:6809/3271083859] boot 2024-01-18T06:18:16.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: audit 2024-01-18T06:18:15.505699+0000 mon.smithi007 (mon.0) 416 : audit [INF] from='osd.1 [v2:172.21.15.7:6802/1536560282,v1:172.21.15.7:6803/1536560282]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T06:18:16.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: cluster 2024-01-18T06:18:15.505763+0000 mon.smithi007 (mon.0) 2024-01-18T06:18:16.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: 417 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-18T06:18:16.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: audit 2024-01-18T06:18:15.506148+0000 mon.smithi007 (mon.0) 418 : audit 2024-01-18T06:18:16.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:16.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: audit 2024-01-18T 2024-01-18T06:18:16.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: 06:18:15.506502+0000 mon.smithi007 (mon.0) 419 : audit [DBG] 2024-01-18T06:18:16.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:16.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:18:16.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: 01-18T06:18:15.506808+0000 mon.smithi007 (mon.0) 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: 420 : audit [INF] from='osd.1 [v2:172.21.15.7:6802/1536560282,v1:172.21.15.7:6803/1536560282]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: audit 2024-01-18T06:18: 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: 15.510589+0000 mon.smithi007 (mon.0) 421 : audit 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: audit 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: 2024-01-18T06:18:15.510745+0000 mon.smithi007 (mon 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: .0) 422 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: audit 2024-01-18T06:18: 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: 15.510896+0000 mon.smithi007 (mon.0) 423 : 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: audit 2024-01-18T06:18:15. 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: 511056+0000 mon.smithi007 (mon.0) 424 : audit [DBG] 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:16.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:18:16.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: 01-18T06:18:15.511197+0000 mon.smithi007 (mon.0 2024-01-18T06:18:16.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:16 smithi181 conmon[39919]: ) 425 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:16.817 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:18:16.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: cluster 2024-01-18T06:18:13.743056+0000 osd.2 (osd. 2024-01-18T06:18:16.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: 2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T06:18:16.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: cluster 2024-01-18T06:18:13.743111+0000 osd.2 (osd.2 2024-01-18T06:18:16.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: ) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:16.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: cluster 2024-01-18T06:18:15.505642 2024-01-18T06:18:16.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 415 : cluster [INF] osd.2 [v2:172.21.15.181:6808/3271083859,v1:172.21.15.181:6809/3271083859] boot 2024-01-18T06:18:16.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: audit 2024 2024-01-18T06:18:16.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: -01-18T06:18:15.505699+0000 mon.smithi007 (mon. 2024-01-18T06:18:16.844 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: 0) 416 : audit [INF] from='osd.1 [v2:172.21.15.7:6802/1536560282,v1:172.21.15.7:6803/1536560282]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T06:18:16.844 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: cluster 2024-01-18T06:18:15. 2024-01-18T06:18:16.844 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: 505763+0000 mon.smithi007 (mon.0) 417 : cluster [DBG] 2024-01-18T06:18:16.844 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: osdmap e20: 8 total, 2 up, 8 in 2024-01-18T06:18:16.844 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: audit 2024-01-18T06:18:16.844 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: 2024-01-18T06:18:15.506148+0000 mon.smithi007 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:16.844 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: audit 2024-01-18T06:18:15.506502+0000 2024-01-18T06:18:16.844 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: mon.smithi007 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T06:18:16.845 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: audit 2024-01-18T06:18:15.506808+0000 mon.smithi007 (mon. 2024-01-18T06:18:16.845 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: 0) 420 : audit [INF] from='osd.1 [v2:172.21.15.7:6802/1536560282,v1:172.21.15.7:6803/1536560282]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-01-18T06:18:16.845 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: audit 2024-01-18T06:18:16.845 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: 2024-01-18T06:18:15.510589+0000 mon.smithi007 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:16.845 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: 2024-01-18T06:18:16.845 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: audit 2024-01-18T06:18: 2024-01-18T06:18:16.845 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: 15.510745+0000 mon.smithi007 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:16.845 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: audit 2024-01-18T06:18:15.510896+0000 mon.smithi007 (mon. 2024-01-18T06:18:16.845 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: 0) 423 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:16.845 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: audit 2024-01-18T06:18:16.845 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: 2024-01-18T06:18:15.511056+0000 mon.smithi007 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:16.845 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: audit 2024-01-18T06:18:16.845 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:16 smithi007 conmon[35366]: 2024-01-18T06:18:15.511197+0000 mon.smithi007 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:17 smithi181 conmon[39919]: cluster 2024-01-18T06:18:15.854819+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:18:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:17 smithi181 conmon[39919]: 14182) 98 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-18T06:18:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:17 smithi181 conmon[39919]: audit 2024-01-18T06:18:16.507534+0000 mon.smithi007 (mon.0) 426 : audit [INF] from='osd.1 [v2:172.21.15.7:6802/1536560282,v1:172.21.15.7:6803/1536560282]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-01-18T06:18:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:17 smithi181 conmon[39919]: cluster 2024-01-18T06:18:16.507594+0000 mon.smithi007 (mon.0) 427 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-18T06:18:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:17 smithi181 conmon[39919]: audit 2024-01-18T06:18:16.507699+0000 mon.smithi007 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:17 smithi181 conmon[39919]: audit 2024-01-18T06:18:16.508464+0000 mon.smithi007 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:17 smithi181 conmon[39919]: audit 2024-01-18T06:18:16.508980+0000 mon.smithi007 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:17 smithi181 conmon[39919]: audit 2024-01-18T06:18:16.509139+0000 mon.smithi007 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:17 smithi181 conmon[39919]: audit 2024-01-18T06:18:16.509284+0000 mon.smithi007 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:17.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:17 smithi181 conmon[39919]: audit 2024-01-18T06:18:16.509464+0000 mon.smithi007 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:17.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:17 smithi181 conmon[39919]: audit 2024-01-18T06:18:16.515898+0000 mon.smithi007 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:17.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:17 smithi007 conmon[35366]: cluster 2024-01-18T06:18:15.854819+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:18:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:17 smithi007 conmon[35366]: ) 98 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-18T06:18:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:17 smithi007 conmon[35366]: audit 2024-01-18T06:18:16.507534+0000 mon.smithi007 (mon.0) 426 : audit [INF] from='osd.1 [v2:172.21.15.7:6802/1536560282,v1:172.21.15.7:6803/1536560282]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-01-18T06:18:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:17 smithi007 conmon[35366]: cluster 2024-01-18T06:18:16.507594+0000 mon.smithi007 (mon.0) 427 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-18T06:18:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:17 smithi007 conmon[35366]: audit 2024-01-18T06:18:16.507699+0000 mon.smithi007 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:17 smithi007 conmon[35366]: audit 2024-01-18T06:18:16.508464+0000 mon.smithi007 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:17 smithi007 conmon[35366]: audit 2024-01-18T06:18:16.508980+0000 mon.smithi007 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:17 smithi007 conmon[35366]: audit 2024-01-18T06:18:16.509139+0000 mon.smithi007 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:17 smithi007 conmon[35366]: audit 2024-01-18T06:18:16.509284+0000 mon.smithi007 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:17 smithi007 conmon[35366]: audit 2024-01-18T06:18:16.509464+0000 mon.smithi007 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:17.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:17 smithi007 conmon[35366]: audit 2024-01-18T06:18:16.515898+0000 mon.smithi007 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:18.745 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: cluster 2024-01-18T06: 2024-01-18T06:18:18.746 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: 18:15.613669+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T06:18:18.746 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: cluster 2024-01-18T06:18:15.613729+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:18.746 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: audit 2024-01-18T06:18:17.512083+0000 mon.smithi007 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:18.746 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: cluster 2024-01-18T06:18:17.515505+0000 mon.smithi007 (mon.0) 436 : cluster [INF] osd.1 [v2:172.21.15.7:6802/1536560282,v1:172.21.15.7:6803/1536560282] boot 2024-01-18T06:18:18.746 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: cluster 2024-01-18T06:18:17.515539+0000 mon.smithi007 (mon.0) 437 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-18T06:18:18.746 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: audit 2024-01-18T06:18:17.516110+0000 mon.smithi007 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:18.746 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: audit 2024-01-18T06:18:17.516505+0000 mon.smithi007 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:18.746 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: audit 2024-01-18T06:18:17.519741+0000 mon.smithi007 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:18.746 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: audit 2024-01-18T06:18:17.520038+0000 mon.smithi007 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:18.746 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: audit 2024-01-18T06:18:17.520314+0000 mon.smithi007 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:18.746 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: audit 2024-01-18T06:18:17.520633+0000 mon.smithi007 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:18.746 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: audit 2024-01-18T06:18:17.520981+0000 mon.smithi007 (mon.0) 444 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T06:18:18.746 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: audit 2024-01-18T06:18:17.533850+0000 mon.smithi181 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.181:6816/3782742946,v1:172.21.15.181:6817/3782742946]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T06:18:18.747 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:18 smithi007 conmon[35366]: audit 2024-01-18T06:18:18.010477+0000 mon.smithi007 (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T06:18:18.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: cluster 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: 2024-01-18T06:18:15.613669+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: cluster 2024-01-18T06:18:15.613729+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: audit 2024-01-18T06:18:17.512083+0000 mon.smithi007 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: cluster 2024-01-18T06:18:17.515505+0000 mon.smithi007 (mon.0) 436 : cluster [INF] osd.1 [v2:172.21.15.7:6802/1536560282,v1:172.21.15.7:6803/1536560282] boot 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: cluster 2024-01-18T06:18:17.515539+0000 mon.smithi007 (mon.0) 437 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: audit 2024-01-18T06:18:17.516110+0000 mon.smithi007 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: audit 2024-01-18T06:18:17.516505+0000 mon.smithi007 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: audit 2024-01-18T06:18:17.519741+0000 mon.smithi007 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: audit 2024-01-18T06:18:17.520038+0000 mon.smithi007 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: audit 2024-01-18T06:18:17.520314+0000 mon.smithi007 (mon 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: .0) 442 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: audit 2024-01-18T06:18:17.520633+0000 mon.smithi007 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: audit 2024 2024-01-18T06:18:18.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: -01-18T06:18:17.520981+0000 mon.smithi007 (mon. 2024-01-18T06:18:18.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: 0) 444 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T06:18:18.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: audit 2024-01-18T06:18:17.533850 2024-01-18T06:18:18.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: +0000 mon.smithi181 (mon.1) 15 : audit 2024-01-18T06:18:18.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: [INF] from='osd.4 [v2:172.21.15.181:6816/3782742946,v1:172.21.15.181:6817/3782742946]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T06:18:18.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: audit 2024-01-18T06:18:18.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: 2024-01-18T06:18:18. 2024-01-18T06:18:18.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: 010477+0000 mon.smithi007 (mon.0 2024-01-18T06:18:18.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: ) 445 : audit 2024-01-18T06:18:18.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:18 smithi181 conmon[39919]: [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T06:18:19.620 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:18:19.788 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: cluster 2024-01-18T06:18:17 2024-01-18T06:18:19.788 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: .855111+0000 mgr.smithi007.eulhwp (mgr.14182) 99 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-18T06:18:19.788 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024-01-18T06:18:18.526378+0000 mon.smithi007 (mon.0) 446 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-18T06:18:19.788 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024-01-18T06:18:18.526458+0000 mon.smithi007 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T06:18:19.788 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: cluster 2024-01-18T06:18:18.526534+0000 mon.smithi007 (mon.0) 448 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-18T06:18:19.788 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024-01-18T06:18:18.526732+0000 mon.smithi007 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:19.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024-01-18T06:18:18.527295+0000 mon.smithi007 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:19.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024-01-18T06:18:18.527552+0000 mon.smithi007 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:19.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024-01-18T06:18:18.527867+0000 mon.smithi007 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:19.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024-01-18T06:18:18.528180+0000 mon.smithi007 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:19.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024-01-18T06:18:18.528971+0000 mon.smithi007 (mon 2024-01-18T06:18:19.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: .0) 454 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T06:18:19.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024-01-18T06:18:18.530444+0000 mon.smithi181 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.181:6816/3782742946,v1:172.21.15.181:6817/3782742946]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:19.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024-01-18T06:18 2024-01-18T06:18:19.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: :18.530794+0000 mon.smithi007 (mon.0) 455 : 2024-01-18T06:18:19.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:19.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024-01-18T06: 2024-01-18T06:18:19.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: 18:18.998430+0000 mon.smithi007 (mon.0 2024-01-18T06:18:19.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: ) 456 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:19.790 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:18:19.790 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: 01-18T06:18:18.999206 2024-01-18T06:18:19.790 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 457 : audit 2024-01-18T06:18:19.790 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T06:18:19.790 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024-01- 2024-01-18T06:18:19.790 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: 18T06:18:18.999857+0000 2024-01-18T06:18:19.790 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: mon.smithi007 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:19.790 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:19 smithi007 conmon[35366]: audit 2024-01-18T06:18:19.430884+0000 mon.smithi007 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:19.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: cluster 2024-01-18T06:18:17.855111+0000 mgr.smithi007.eulhwp (mgr.14182) 99 : 2024-01-18T06:18:19.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-18T06:18:19.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024-01-18T06:18:18.526378+0000 mon.smithi007 (mon.0) 446 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-18T06:18:19.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024-01-18T06:18:18.526458+0000 mon.smithi007 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T06:18:19.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: cluster 2024-01-18T06:18:18.526534+0000 mon.smithi007 (mon.0) 448 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-18T06:18:19.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024-01-18T06:18:18.526732+0000 mon.smithi007 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:19.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024-01-18T06:18:18.527295+0000 mon.smithi007 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:19.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 2024-01-18T06:18:18.527552+0000 mon.smithi007 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:19.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024-01-18T 2024-01-18T06:18:19.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 06:18:18.527867+0000 mon.smithi007 2024-01-18T06:18:19.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: (mon.0) 452 : audit [DBG] 2024-01-18T06:18:19.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:19.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024-01-18 2024-01-18T06:18:19.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: T06:18:18.528180+0000 2024-01-18T06:18:19.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: mon.smithi007 (mon.0) 453 : audit 2024-01-18T06:18:19.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:19.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 2024-01-18 2024-01-18T06:18:19.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: T06:18:18.528971+0000 mon.smithi007 2024-01-18T06:18:19.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: (mon.0) 454 : audit [INF] 2024-01-18T06:18:19.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T06:18:19.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024 2024-01-18T06:18:19.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: -01-18T06:18:18 2024-01-18T06:18:19.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: .530444+0000 mon.smithi181 (mon.1) 2024-01-18T06:18:19.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 16 : audit [INF] from='osd.4 [v2:172.21.15.181:6816/3782742946,v1:172.21.15.181:6817/3782742946]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:19.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 2024-01-18T06:18: 2024-01-18T06:18:19.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 18.530794+0000 mon.smithi007 (mon. 2024-01-18T06:18:19.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:19.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 2024-01-18T06:18:19.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 2024-01-18T06:18 2024-01-18T06:18:19.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: :18.998430+0000 mon.smithi007 ( 2024-01-18T06:18:19.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: mon.0) 456 : audit [INF] 2024-01-18T06:18:19.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:19.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024 2024-01-18T06:18:19.793 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: -01-18T06:18:18 2024-01-18T06:18:19.794 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: .999206+0000 mon.smithi007 (mon. 2024-01-18T06:18:19.794 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 0) 457 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T06:18:19.794 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 2024-01-18T06:18:19.794 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024-01 2024-01-18T06:18:19.794 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: -18T06:18:18. 2024-01-18T06:18:19.794 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 999857+0000 mon.smithi007 (mon.0) 458 2024-01-18T06:18:19.794 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:19.794 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.794 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 2024-01 2024-01-18T06:18:19.794 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: -18T06:18:19. 2024-01-18T06:18:19.794 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: 430884+0000 mon.smithi007 (mon.0 2024-01-18T06:18:19.794 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:19 smithi181 conmon[39919]: ) 459 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:20.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:20 smithi181 conmon[39919]: cephadm 2024-01-18T06:18:19.000430+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:18:20.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:20 smithi181 conmon[39919]: .14182) 100 : cephadm [INF] Deploying daemon osd.5 on smithi007 2024-01-18T06:18:20.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:20 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.532408+0000 mon.smithi007 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T06:18:20.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:20 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.532494+0000 mon.smithi007 (mon.0) 461 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-01-18T06:18:20.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:20 smithi181 conmon[39919]: cluster 2024-01-18T06:18:19.532600+0000 mon.smithi007 (mon.0) 462 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-18T06:18:20.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:20 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.532738+0000 mon.smithi007 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:20.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:20 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.533059+0000 mon.smithi007 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:20.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:20 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.533293+0000 mon.smithi007 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:20.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:20 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.533506+0000 mon.smithi007 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:20.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:20 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.533709+0000 mon.smithi007 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:20.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:20 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.535780+0000 mon.smithi007 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:20.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:20 smithi181 conmon[39919]: audit 2024-01-18T06:18:19.620693+0000 mon.smithi181 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.7:0/3282817614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:20.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: cephadm 2024-01-18T06:18:19.000430+0000 mgr.smithi007.eulhwp (mgr.14182) 100 : cephadm [INF] 2024-01-18T06:18:20.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: Deploying daemon osd.5 on smithi007 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: audit 2024-01-18T06:18:19.532408+0000 mon.smithi007 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: audit 2024-01-18T06:18:19.532494+0000 mon.smithi007 (mon.0) 461 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: cluster 2024-01-18T06:18:19.532600+0000 mon.smithi007 (mon.0) 462 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: audit 2024-01-18T06:18:19.532738+0000 mon.smithi007 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: audit 2024-01-18T06:18:19.533059+0000 mon.smithi007 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: audit 2024-01-18T06 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: :18:19.533293+0000 mon.smithi007 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: audit 2024-01-18T06:18:19.533506+0000 mon.smithi007 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: audit 2024-01-18T06:18:19.533709+0000 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: mon.smithi007 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: audit 2024-01-18T 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: 06:18:19.535780+0000 mon.smithi007 (mon.0) 468 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:20.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: audit 2024-01-18T06:18 2024-01-18T06:18:20.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: :19.620693+0000 mon.smithi181 (mon.1) 17 : audit 2024-01-18T06:18:20.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:20 smithi007 conmon[35366]: [DBG] from='client.? 172.21.15.7:0/3282817614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:21.109 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":24,"num_osds":8,"num_up_osds":3,"osd_up_since":1705558697,"num_in_osds":8,"osd_in_since":1705558676,"num_remapped_pgs":0} 2024-01-18T06:18:21.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:21 smithi181 conmon[39919]: cluster 2024-01-18T06:18:18.561921+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T06:18:21.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:21 smithi181 conmon[39919]: cluster 2024-01-18T06:18:18.561967+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:21.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:21 smithi181 conmon[39919]: cluster 2024-01-18T06:18:19.855608+0000 mgr.smithi007.eulhwp (mgr.14182) 101 : cluster [DBG] pgmap v72: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T06:18:21.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:21 smithi181 conmon[39919]: cluster 2024-01-18T06:18:20.537241+0000 mon.smithi007 (mon.0) 469 : cluster [INF] osd.4 [v2:172.21.15.181:6816/3782742946,v1:172.21.15.181:6817/3782742946] boot 2024-01-18T06:18:21.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:21 smithi181 conmon[39919]: cluster 2024-01-18T06:18:20.537293+0000 mon.smithi007 (mon.0) 470 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-18T06:18:21.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:21 smithi181 conmon[39919]: audit 2024-01-18T06:18:20.537786+0000 mon.smithi007 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:21.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:21 smithi181 conmon[39919]: audit 2024-01-18T06:18:20.538196+0000 mon.smithi007 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:21.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:21 smithi181 conmon[39919]: audit 2024-01-18T06:18:20.538419+0000 mon.smithi007 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:21.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:21 smithi181 conmon[39919]: audit 2024-01-18T06:18:20.538610+0000 mon.smithi007 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:21.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:21 smithi181 conmon[39919]: audit 2024-01-18T06:18:20.538797+0000 mon.smithi007 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:21.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:21 smithi007 conmon[35366]: cluster 2024-01-18T06:18:18.561921+0000 osd.4 ( 2024-01-18T06:18:21.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:21 smithi007 conmon[35366]: osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T06:18:21.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:21 smithi007 conmon[35366]: cluster 2024-01-18T06:18:18.561967+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:21.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:21 smithi007 conmon[35366]: cluster 2024-01-18T06:18:19.855608+0000 mgr.smithi007.eulhwp (mgr.14182) 101 : cluster [DBG] pgmap v72: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T06:18:21.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:21 smithi007 conmon[35366]: cluster 2024-01-18T06:18:20.537241+0000 mon.smithi007 (mon.0) 469 : cluster [INF] osd.4 [v2:172.21.15.181:6816/3782742946,v1:172.21.15.181:6817/3782742946] boot 2024-01-18T06:18:21.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:21 smithi007 conmon[35366]: cluster 2024-01-18T06:18:20.537293+0000 mon.smithi007 (mon.0) 470 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-18T06:18:21.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:21 smithi007 conmon[35366]: audit 2024-01-18T06:18:20.537786+0000 mon.smithi007 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:21.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:21 smithi007 conmon[35366]: audit 2024-01-18T06:18:20.538196+0000 mon.smithi007 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T06:18:21.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:21 smithi007 conmon[35366]: audit 2024-01-18T06:18:20.538419+0000 mon.smithi007 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:21.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:21 smithi007 conmon[35366]: audit 2024-01-18T06:18:20.538610+0000 mon.smithi007 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:21.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:21 smithi007 conmon[35366]: audit 2024-01-18T06:18:20.538797+0000 mon.smithi007 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:22.110 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:18:22.857 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:22 smithi007 conmon[35366]: cluster 2024-01-18T06:18:21.542340 2024-01-18T06:18:22.857 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:22 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 476 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-18T06:18:22.857 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:22 smithi007 conmon[35366]: audit 2024-01-18T06:18:21.542515+0000 mon.smithi007 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:22.857 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:22 smithi007 conmon[35366]: audit 2024-01-18T06:18:21.542929+0000 mon.smithi007 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:22.857 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:22 smithi007 conmon[35366]: audit 2024-01-18T06:18:21.543205+0000 mon.smithi007 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:22.858 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:22 smithi007 conmon[35366]: audit 2024-01-18T06:18:21.543470+0000 mon.smithi007 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:22.858 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:22 smithi007 conmon[35366]: audit 2024-01-18T06:18:22.107028+0000 mon.smithi007 (mon.0) 481 : audit [INF] from='osd.3 [v2:172.21.15.7:6810/2499333216,v1:172.21.15.7:6811/2499333216]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T06:18:22.858 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:22 smithi007 conmon[35366]: audit 2024-01-18T06:18:22.191899+0000 mon.smithi007 (mon. 2024-01-18T06:18:22.858 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:22 smithi007 conmon[35366]: 0) 482 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:23.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:22 smithi181 conmon[39919]: cluster 2024-01-18T06:18:21.542340+0000 mon.smithi007 (mon.0) 476 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-18T06:18:23.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:22 smithi181 conmon[39919]: audit 2024-01-18T06:18:21.542515+0000 mon.smithi007 ( 2024-01-18T06:18:23.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:22 smithi181 conmon[39919]: mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:23.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:22 smithi181 conmon[39919]: audit 2024-01-18T06:18:21.542929+0000 mon.smithi007 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:23.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:22 smithi181 conmon[39919]: audit 2024-01-18T06:18:21.543205+0000 mon.smithi007 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:23.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:22 smithi181 conmon[39919]: audit 2024-01-18T06:18:21.543470+0000 mon.smithi007 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:23.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:22 smithi181 conmon[39919]: audit 2024-01-18T06:18:22.107028+0000 mon.smithi007 (mon.0) 481 : audit [INF] from='osd.3 [v2:172.21.15.7:6810/2499333216,v1:172.21.15.7:6811/2499333216]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T06:18:23.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:22 smithi181 conmon[39919]: audit 2024-01-18T06:18:22.191899+0000 mon.smithi007 (mon.0) 482 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:23.840 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:23 smithi007 conmon[35366]: cluster 2024-01-18T06:18:21.855894+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:18:23.840 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:23 smithi007 conmon[35366]: .14182) 102 : cluster [DBG] pgmap v75: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T06:18:23.840 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:23 smithi007 conmon[35366]: audit 2024-01-18T06:18:22.550393+0000 mon.smithi007 (mon.0) 483 : audit [INF] from='osd.3 [v2:172.21.15.7:6810/2499333216,v1:172.21.15.7:6811/2499333216]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T06:18:23.840 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:23 smithi007 conmon[35366]: cluster 2024-01-18T06:18:22.550451+0000 mon.smithi007 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-18T06:18:23.840 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:23 smithi007 conmon[35366]: audit 2024-01-18T06:18:22.550622+0000 mon.smithi007 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:23.840 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:23 smithi007 conmon[35366]: audit 2024-01-18T06:18:22.551040+0000 mon.smithi007 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:23.841 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:23 smithi007 conmon[35366]: audit 2024-01-18T06:18:22.551239+0000 mon.smithi007 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:23.841 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:23 smithi007 conmon[35366]: audit 2024-01-18T06:18:22.551465+0000 mon.smithi007 (mon.0) 488 : audit [INF] from='osd.3 [v2:172.21.15.7:6810/2499333216,v1:172.21.15.7:6811/2499333216]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-01-18T06:18:23.841 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:23 smithi007 conmon[35366]: audit 2024-01-18T06:18:22.551752+0000 mon.smithi007 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:23.841 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:23 smithi007 conmon[35366]: audit 2024-01-18T06:18:22.595193+0000 mon.smithi181 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.181:6824/2248269875,v1:172.21.15.181:6825/2248269875]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T06:18:23.841 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:23 smithi007 conmon[35366]: audit 2024-01-18T06:18:22.595681+0000 mon.smithi007 (mon.0) 490 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T06:18:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: cluster 2024-01-18T06:18:21.855894+0000 mgr.smithi007.eulhwp (mgr.14182) 102 : cluster 2024-01-18T06:18:24.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: [DBG] pgmap v75: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T06:18:24.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: audit 2024-01-18T06:18:22.550393+0000 mon.smithi007 (mon.0) 483 : audit [INF] from='osd.3 [v2:172.21.15.7:6810/2499333216,v1:172.21.15.7:6811/2499333216]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T06:18:24.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: cluster 2024-01-18T06:18:24.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 2024-01-18T06:18:22.550451+0000 mon.smithi007 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-18T06:18:24.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: audit 2024-01-18T06:18:24.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 2024-01- 2024-01-18T06:18:24.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 18T06:18:22.550622+0000 mon.smithi007 2024-01-18T06:18:24.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:24.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: audit 2024-01-18T06:18:24.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 2024-01- 2024-01-18T06:18:24.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 18T06:18:22.551040+0000 2024-01-18T06:18:24.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: mon.smithi007 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: audit 2024-01-18T 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 06:18:22.551239+0000 mon.smithi007 ( 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: audit 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 2024-01-18T06: 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 18:22.551465+0000 mon.smithi007 (mon 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: .0) 488 : audit [INF] from='osd.3 [v2:172.21.15.7:6810/2499333216,v1:172.21.15.7:6811/2499333216]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: audit 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 2024-01 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: -18T06:18:22.551752+0000 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: mon.smithi007 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: audit 2024 2024-01-18T06:18:24.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: -01-18T06:18:22. 2024-01-18T06:18:24.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 595193+0000 mon.smithi181 (mon.1) 18 : audit 2024-01-18T06:18:24.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: [INF] from='osd.6 [v2:172.21.15.181:6824/2248269875,v1:172.21.15.181:6825/2248269875]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T06:18:24.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: audit 2024-01-18T06:18:24.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 2024-01-18T06:18:22. 2024-01-18T06:18:24.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: 595681+0000 mon.smithi007 (mon.0) 490 : audit [INF] 2024-01-18T06:18:24.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:23 smithi181 conmon[39919]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T06:18:24.561 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:18:24.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: audit 2024-01-18T06:18:23 2024-01-18T06:18:24.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: .552098+0000 mon.smithi007 (mon.0) 491 : audit [INF] from='osd.3 [v2:172.21.15.7:6810/2499333216,v1:172.21.15.7:6811/2499333216]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-01-18T06:18:24.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: audit 2024-01-18T06:18:23.552184+0000 mon.smithi007 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T06:18:24.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: cluster 2024-01-18T06:18:23.552272+0000 mon.smithi007 (mon.0) 493 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-01-18T06:18:24.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: audit 2024-01-18T06:18:23.552734+0000 mon.smithi007 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:24.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: audit 2024-01-18T06:18:23.553101+0000 mon.smithi007 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:24.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: audit 2024-01-18T06:18:23.553354+0000 mon.smithi181 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.181:6824/2248269875,v1:172.21.15.181:6825/2248269875]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:24.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: audit 2024-01-18T06:18:23.558089+0000 mon.smithi007 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:24.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: audit 2024-01-18T06:18:23.558611+0000 mon.smithi007 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:24.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: audit 2024-01-18T06:18:23.558874+0000 mon.smithi007 (mon.0 2024-01-18T06:18:24.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: ) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:24.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: audit 2024-01-18T06:18:23.559285+0000 mon.smithi007 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:24.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: audit 2024-01 2024-01-18T06:18:24.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: -18T06:18:24.553570+0000 mon.smithi007 (mon.0) 500 : audit 2024-01-18T06:18:24.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-01-18T06:18:24.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: cluster 2024-01-18T06:18:24. 2024-01-18T06:18:24.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: 553687+0000 mon.smithi007 (mon.0) 501 : cluster [INF] osd.3 [v2:172.21.15.7:6810/2499333216,v1:172.21.15.7:6811/2499333216] boot 2024-01-18T06:18:24.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: 2024-01-18T06:18:24.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: cluster 2024 2024-01-18T06:18:24.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: -01-18T06:18:24.553706+0000 2024-01-18T06:18:24.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: mon.smithi007 (mon.0) 502 : 2024-01-18T06:18:24.797 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:24 smithi007 conmon[35366]: cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-18T06:18:25.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: audit 2024-01-18T06:18:23.552098+0000 mon.smithi007 (mon.0) 491 : audit [INF] from='osd.3 [v2:172.21.15.7:6810/2499333216,v1:172.21.15.7:6811/2499333216]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-01-18T06:18:25.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 2024-01-18T06:18:25.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: audit 2024-01-18T06:18:23.552184+0000 mon.smithi007 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T06:18:25.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: cluster 2024-01-18T06:18:23.552272+0000 mon.smithi007 (mon.0) 493 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-01-18T06:18:25.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: audit 2024-01-18T06:18:23.552734+0000 mon.smithi007 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:25.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: audit 2024-01-18T06:18:23. 2024-01-18T06:18:25.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 553101+0000 mon.smithi007 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:25.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: audit 2024-01-18T06:18 2024-01-18T06:18:25.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: :23.553354+0000 mon.smithi181 (mon.1) 19 2024-01-18T06:18:25.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: : audit [INF] from='osd.6 [v2:172.21.15.181:6824/2248269875,v1:172.21.15.181:6825/2248269875]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:25.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: audit 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 2024-01-18T06: 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 18:23.558089+0000 mon.smithi007 (mon.0) 496 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 01-18T06:18:23. 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 558611+0000 mon.smithi007 (mon.0) 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 497 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: audit 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 2024-01-18T 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 06:18:23.558874+0000 mon.smithi007 (mon 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: .0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]: dispatch 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: audit 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 2024-01-18T06 2024-01-18T06:18:25.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: :18:23.559285+0000 mon.smithi007 (mon.0) 2024-01-18T06:18:25.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 499 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:25.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: audit 2024-01-18T06:18:25.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 2024-01-18T06:18 2024-01-18T06:18:25.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: :24.553570+0000 mon.smithi007 (mon.0) 500 : 2024-01-18T06:18:25.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi181", "root=default"]}]': finished 2024-01-18T06:18:25.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: cluster 2024-01-18T06:18:25.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 2024-01-18T06:18 2024-01-18T06:18:25.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: :24.553687+0000 mon.smithi007 (mon.0) 501 2024-01-18T06:18:25.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: : cluster [INF] osd.3 [v2:172.21.15.7:6810/2499333216,v1:172.21.15.7:6811/2499333216] boot 2024-01-18T06:18:25.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: cluster 2024 2024-01-18T06:18:25.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: -01-18T06:18: 2024-01-18T06:18:25.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: 24.553706+0000 mon.smithi007 (mon.0) 502 2024-01-18T06:18:25.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:24 smithi181 conmon[39919]: : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-18T06:18:25.476 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":29,"num_osds":8,"num_up_osds":5,"osd_up_since":1705558704,"num_in_osds":8,"osd_in_since":1705558676,"num_remapped_pgs":1} 2024-01-18T06:18:25.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: cluster 2024-01-18T06:18:23.108730+0000 2024-01-18T06:18:25.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T06:18:25.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: cluster 2024-01-18T06:18:23.108812+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:25.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: cluster 2024-01-18T06:18:23.856201+0000 mgr.smithi007.eulhwp (mgr.14182) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T06:18:25.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: audit 2024-01-18T06:18:24.554107+0000 mon.smithi007 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:25.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: audit 2024-01-18T06:18:24.554970+0000 mon.smithi007 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:25.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: audit 2024-01-18T06:18:24.555153+0000 mon.smithi007 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:25.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: audit 2024-01-18T06:18:24.555343+0000 2024-01-18T06:18:25.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: mon.smithi007 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:25.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: audit 2024-01-18T06:18:24.560714+0000 mon.smithi007 (mon. 2024-01-18T06:18:25.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: 0) 507 : audit [DBG] from='client.? 172.21.15.7:0/809213813' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:25.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: audit 2024-01-18T06:18:25.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: 2024-01-18T 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: 06:18: 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: 24.567507+0000 mon.smithi007 (mon.0 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: ) 508 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: cluster 2024 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: -01-18 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: T06 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: :18:25.555018+0000 mon.smithi007 ( 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: mon.0) 509 : cluster [INF] 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: osd.6 [v2:172.21.15.181:6824/2248269875,v1:172.21.15.181:6825/2248269875] boot 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: cluster 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: 2024-01-18T06:18:25 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: .555056+0000 mon.smithi007 (mon.0 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: ) 510 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: 2024-01-18T06:18:25.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: audit 2024-01 2024-01-18T06:18:25.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: -18T06:18:25.555189 2024-01-18T06:18:25.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 2024-01-18T06:18:25.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: 511 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:25.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: audit 2024-01-18T06:18:25.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: 2024-01- 2024-01-18T06:18:25.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: 18T06:18:25.555648+0000 2024-01-18T06:18:25.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: mon.smithi007 (mon.0) 512 : 2024-01-18T06:18:25.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:25.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:18:25.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: 01-18T06:18:25. 2024-01-18T06:18:25.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: 555989+0000 mon.smithi007 (mon.0) 2024-01-18T06:18:25.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:25 smithi007 conmon[35366]: 513 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:26.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: cluster 2024-01-18T06:18:23.108730+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T06:18:26.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: cluster 2024-01-18T06:18:23.108812+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:26.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: cluster 2024-01-18T06:18:23.856201+0000 mgr.smithi007.eulhwp (mgr.14182) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T06:18:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: audit 2024-01-18T06:18:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: 2024-01-18T06:18:24.554107+0000 mon.smithi007 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T06:18:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: audit 2024-01-18T06:18:24.554970 2024-01-18T06:18:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: audit 2024-01-18T06:18:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: 2024-01-18T06:18: 2024-01-18T06:18:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: 24.555153+0000 mon.smithi007 (mon.0) 505 : 2024-01-18T06:18:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:18:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: 01-18T06:18:24.555343+0000 mon.smithi007 ( 2024-01-18T06:18:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: audit 2024-01- 2024-01-18T06:18:26.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: 18T06:18:24.560714+0000 2024-01-18T06:18:26.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: mon.smithi007 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.7:0/809213813' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:26.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: audit 2024-01-18T06:18 2024-01-18T06:18:26.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: :24.567507+0000 mon.smithi007 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:26.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: cluster 2024-01-18T06:18:26.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: 2024-01-18T06:18:25.555018+0000 mon.smithi007 (mon.0) 509 : cluster [INF] osd.6 [v2:172.21.15.181:6824/2248269875,v1:172.21.15.181:6825/2248269875] boot 2024-01-18T06:18:26.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: cluster 2024-01-18T06:18:25.555056+0000 mon.smithi007 (mon.0) 510 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-18T06:18:26.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: audit 2024-01-18T 2024-01-18T06:18:26.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: 06:18:25.555189+0000 mon.smithi007 (mon.0) 511 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:26.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: audit 2024-01-18T06:18:25. 2024-01-18T06:18:26.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: 555648+0000 mon.smithi007 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T06:18:26.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: audit 2024-01-18T06:18:25.555989+0000 mon.smithi007 (mon. 2024-01-18T06:18:26.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:25 smithi181 conmon[39919]: 0) 513 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:26.478 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:18:26.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:26 smithi007 conmon[35366]: cluster 2024-01-18T06:18:23. 2024-01-18T06:18:26.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:26 smithi007 conmon[35366]: 586501+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T06:18:26.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:26 smithi007 conmon[35366]: cluster 2024-01-18T06:18:23.586547+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:26.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:26 smithi007 conmon[35366]: cluster 2024-01-18T06:18:26.557058+0000 mon.smithi007 (mon.0) 514 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-18T06:18:26.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:26 smithi007 conmon[35366]: audit 2024-01-18T06:18:26.557228+0000 mon.smithi007 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:26.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:26 smithi007 conmon[35366]: audit 2024-01-18T06:18:26.557495+0000 mon.smithi007 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:27.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: cluster 2024-01-18T06:18:23.586501+0000 osd.6 (osd.6) 1 : cluster [DBG] 2024-01-18T06:18:27.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: purged_snaps scrub starts 2024-01-18T06:18:27.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: cluster 2024-01-18T06:18:23.586547+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:27.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: cluster 2024-01-18T06: 2024-01-18T06:18:27.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: 18:26.557058+0000 mon.smithi007 (mon.0 2024-01-18T06:18:27.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: ) 514 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-18T06:18:27.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: audit 2024-01-18T06:18:27.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: 2024-01 2024-01-18T06:18:27.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: -18T06:18:26.557228+0000 2024-01-18T06:18:27.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: mon.smithi007 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:27.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: audit 2024-01-18T06:18:27.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: 2024-01- 2024-01-18T06:18:27.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: 18T06:18:26.557495+0000 mon.smithi007 2024-01-18T06:18:27.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:26 smithi181 conmon[39919]: (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:28.017 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:27 smithi007 conmon[35366]: cluster 2024-01-18T06:18:25.856675+0000 mgr.smithi007.eulhwp (mgr.14182) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T06:18:28.017 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:27 smithi007 conmon[35366]: audit 2024-01-18T06:18:26.703396+0000 mon.smithi007 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:28.017 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:27 smithi007 conmon[35366]: audit 2024-01-18T06:18:26.704286+0000 mon.smithi007 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T06:18:28.017 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:27 smithi007 conmon[35366]: audit 2024-01-18T06:18:26.704955+0000 mon.smithi007 (mon.0) 519 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:28.017 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:27 smithi007 conmon[35366]: cephadm 2024-01-18T06:18:26.705511+0000 mgr.smithi007.eulhwp (mgr.14182) 105 : cephadm [INF] Deploying daemon osd.7 on smithi007 2024-01-18T06:18:28.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:27 smithi181 conmon[39919]: cluster 2024-01-18T06:18:25.856675+0000 mgr.smithi007.eulhwp (mgr.14182) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T06:18:28.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:27 smithi181 conmon[39919]: 2024-01-18T06:18:28.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:27 smithi181 conmon[39919]: audit 2024-01-18T06:18:26.703396+0000 mon.smithi007 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:28.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:27 smithi181 conmon[39919]: audit 2024-01-18T06:18:28.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:27 smithi181 conmon[39919]: 2024-01-18T06:18:26.704286+0000 mon.smithi007 (mon.0) 518 : audit [INF] 2024-01-18T06:18:28.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:27 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T06:18:28.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:27 smithi181 conmon[39919]: audit 2024-01-18T06 2024-01-18T06:18:28.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:27 smithi181 conmon[39919]: :18:26.704955+0000 mon.smithi007 (mon 2024-01-18T06:18:28.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:27 smithi181 conmon[39919]: .0) 519 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:28.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:27 smithi181 conmon[39919]: cephadm 2024 2024-01-18T06:18:28.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:27 smithi181 conmon[39919]: -01-18T06:18:26 2024-01-18T06:18:28.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:27 smithi181 conmon[39919]: .705511+0000 mgr.smithi007.eulhwp (mgr.14182) 105 : cephadm 2024-01-18T06:18:28.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:27 smithi181 conmon[39919]: [INF] Deploying daemon osd.7 on smithi007 2024-01-18T06:18:29.225 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:18:29.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:29 smithi007 conmon[35366]: cluster 2024-01-18T06:18:27.857103+0000 mgr.smithi007.eulhwp (mgr.14182) 106 : cluster [DBG] pgmap v83: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T06:18:29.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:29 smithi007 conmon[35366]: audit 2024-01-18T06:18:29.225439+0000 mon.smithi007 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.7:0/147453234' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:30.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:29 smithi181 conmon[39919]: cluster 2024-01-18T06:18:27.857103+0000 mgr.smithi007.eulhwp (mgr.14182) 106 : cluster [DBG] pgmap v83: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T06:18:30.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:29 smithi181 conmon[39919]: audit 2024-01-18T06:18:29.225439+0000 mon.smithi007 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.7:0/147453234' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:30.087 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1705558705,"num_in_osds":8,"osd_in_since":1705558676,"num_remapped_pgs":0} 2024-01-18T06:18:30.978 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:30 smithi007 conmon[35366]: audit 2024-01-18T06:18:29.864831+0000 mon.smithi007 (mon.0) 521 : audit [INF] from='osd.5 [v2:172.21.15.7:6818/2257461524,v1:172.21.15.7:6819/2257461524]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T06:18:31.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:30 smithi181 conmon[39919]: audit 2024-01-18T06:18:29.864831+0000 mon.smithi007 (mon.0) 521 : audit [INF] from='osd.5 [v2:172.21.15.7:6818/2257461524,v1:172.21.15.7:6819/2257461524]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T06:18:31.088 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:18:32.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:31 smithi181 conmon[39919]: cluster 2024-01-18T06:18:29.857553+0000 mgr.smithi007.eulhwp (mgr.14182) 107 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T06:18:32.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:31 smithi181 conmon[39919]: audit 2024-01-18T06:18:30.715371+0000 mon.smithi007 (mon.0 2024-01-18T06:18:32.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:31 smithi181 conmon[39919]: ) 522 : audit [INF] from='osd.5 [v2:172.21.15.7:6818/2257461524,v1:172.21.15.7:6819/2257461524]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T06:18:32.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:31 smithi181 conmon[39919]: cluster 2024-01-18T06:18:30.715481+0000 mon.smithi007 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-18T06:18:32.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:31 smithi181 conmon[39919]: audit 2024-01-18T06:18:30.715637+0000 mon.smithi007 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:32.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:31 smithi181 conmon[39919]: audit 2024-01-18T06:18:30.716032+0000 mon.smithi007 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:32.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:31 smithi181 conmon[39919]: audit 2024-01-18T06: 2024-01-18T06:18:32.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:31 smithi181 conmon[39919]: 18:30.716279+0000 mon.smithi007 (mon.0) 526 : 2024-01-18T06:18:32.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:31 smithi181 conmon[39919]: audit [INF] from='osd.5 [v2:172.21.15.7:6818/2257461524,v1:172.21.15.7:6819/2257461524]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-01-18T06:18:32.042 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: cluster 2024-01-18T06:18:29.857553 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 107 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: audit 2024-01-18T06:18:30.715371+0000 mon.smithi007 (mon.0) 522 : audit [INF] from='osd.5 [v2:172.21.15.7:6818/2257461524,v1:172.21.15.7:6819/2257461524]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: cluster 2024-01-18T06:18:30.715481+0000 mon.smithi007 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: audit 2024 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: -01-18T06:18:30.715637+0000 mon.smithi007 ( 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: mon.0) 524 : audit [DBG] 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: audit 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: 2024-01-18T06:18 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: :30.716032+0000 mon.smithi007 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: 01-18T06:18:30.716279+0000 mon.smithi007 2024-01-18T06:18:32.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:31 smithi007 conmon[35366]: (mon.0) 526 : audit [INF] from='osd.5 [v2:172.21.15.7:6818/2257461524,v1:172.21.15.7:6819/2257461524]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-01-18T06:18:32.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:32 smithi007 conmon[35366]: audit 2024-01-18T06:18:31.717267+0000 mon.smithi007 ( 2024-01-18T06:18:32.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:32 smithi007 conmon[35366]: mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.7:6818/2257461524,v1:172.21.15.7:6819/2257461524]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-01-18T06:18:32.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:32 smithi007 conmon[35366]: cluster 2024-01-18T06:18:31.717319+0000 mon.smithi007 (mon.0) 528 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-18T06:18:32.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:32 smithi007 conmon[35366]: audit 2024-01-18T06:18:31.717700+0000 mon.smithi007 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:32.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:32 smithi007 conmon[35366]: audit 2024-01-18T06:18:31.717923+0000 mon.smithi007 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:32.863 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:32 smithi007 conmon[35366]: audit 2024-01-18T06:18:31.722934+0000 mon.smithi007 (mon.0) 531 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:33.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:32 smithi181 conmon[39919]: audit 2024-01-18T06:18:31.717267+0000 mon.smithi007 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.7:6818/2257461524,v1:172.21.15.7:6819/2257461524]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-01-18T06:18:33.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:32 smithi181 conmon[39919]: cluster 2024-01-18T06:18:31.717319+0000 mon.smithi007 (mon.0) 2024-01-18T06:18:33.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:32 smithi181 conmon[39919]: 528 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-18T06:18:33.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:32 smithi181 conmon[39919]: audit 2024-01-18T06:18:31.717700+0000 mon.smithi007 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:33.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:32 smithi181 conmon[39919]: audit 2024-01-18T06:18:31.717923+0000 mon.smithi007 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:33.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:32 smithi181 conmon[39919]: audit 2024-01-18T06:18:31.722934+0000 mon.smithi007 (mon.0 2024-01-18T06:18:33.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:32 smithi181 conmon[39919]: ) 531 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:33.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:33 smithi007 conmon[35366]: cluster 2024-01-18T06:18:30.905529+0000 osd.5 ( 2024-01-18T06:18:33.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:33 smithi007 conmon[35366]: osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T06:18:33.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:33 smithi007 conmon[35366]: cluster 2024-01-18T06:18:30.905638+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:33.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:33 smithi007 conmon[35366]: cluster 2024-01-18T06:18:31.857868+0000 mgr.smithi007.eulhwp (mgr.14182) 108 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T06:18:33.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:33 smithi007 conmon[35366]: audit 2024-01-18T06:18:32.722560+0000 mon.smithi007 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:33.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:33 smithi007 conmon[35366]: cluster 2024-01-18T06:18:32.725845+0000 mon.smithi007 (mon.0) 533 : cluster [INF] osd.5 [v2:172.21.15.7:6818/2257461524,v1:172.21.15.7:6819/2257461524] boot 2024-01-18T06:18:33.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:33 smithi007 conmon[35366]: cluster 2024-01-18T06:18:32.725870+0000 mon.smithi007 (mon.0) 534 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-18T06:18:33.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:33 smithi007 conmon[35366]: audit 2024-01-18T06:18:32.726278+0000 mon.smithi007 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:33.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:33 smithi007 conmon[35366]: audit 2024-01-18T06:18:32.726531+0000 mon.smithi007 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:33.946 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:18:34.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: cluster 2024-01-18T06:18:30.905529+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T06:18:34.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: cluster 2024-01-18T06:18:30.905638+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:34.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: cluster 2024-01-18T06:18:31.857868+0000 mgr.smithi007.eulhwp (mgr.14182) 108 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: audit 2024-01-18T06:18 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: :32.722560+0000 mon.smithi007 (mon.0) 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: 532 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: cluster 2024- 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: 01-18T06:18:32.725845+0000 mon.smithi007 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: (mon.0) 533 : cluster [INF] 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: osd.5 [v2:172.21.15.7:6818/2257461524,v1:172.21.15.7:6819/2257461524] boot 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: cluster 2024 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: -01-18T06:18:32. 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: 725870+0000 mon.smithi007 (mon.0) 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: 534 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: 01-18T06:18:32.726278+0000 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: mon.smithi007 (mon.0) 535 : audit 2024-01-18T06:18:34.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T06:18:34.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: audit 2024-01- 2024-01-18T06:18:34.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: 18T06:18:32.726531+0000 mon.smithi007 ( 2024-01-18T06:18:34.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:34.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:33 smithi181 conmon[39919]: 2024-01-18T06:18:34.757 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1705558712,"num_in_osds":8,"osd_in_since":1705558676,"num_remapped_pgs":0} 2024-01-18T06:18:35.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:34 smithi181 conmon[39919]: cluster 2024-01-18T06:18:33.732066+0000 mon.smithi007 (mon.0) 537 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-18T06:18:35.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:34 smithi181 conmon[39919]: audit 2024-01-18T06:18:35.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:34 smithi181 conmon[39919]: 2024-01-18T06:18:33.732238+0000 mon.smithi007 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:35.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:34 smithi181 conmon[39919]: audit 2024-01-18T06:18:33.947493+0000 mon.smithi007 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.7:0/3046663513' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:35.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:34 smithi007 conmon[35366]: cluster 2024-01 2024-01-18T06:18:35.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:34 smithi007 conmon[35366]: -18T06:18:33.732066+0000 mon.smithi007 (mon.0) 537 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-18T06:18:35.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:34 smithi007 conmon[35366]: audit 2024-01-18T06:18:33.732238+0000 mon.smithi007 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:35.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:34 smithi007 conmon[35366]: audit 2024-01-18T06:18:33.947493+0000 mon.smithi007 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.7:0/3046663513' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:35.758 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:18:36.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:35 smithi181 conmon[39919]: cluster 2024-01-18T06:18:33.858172+0000 mgr.smithi007.eulhwp (mgr.14182) 109 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T06:18:36.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:35 smithi181 conmon[39919]: audit 2024-01-18T06:18:34.862744+0000 mon.smithi007 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:35 smithi007 conmon[35366]: cluster 2024-01-18T06:18:33.858172+0000 mgr.smithi007.eulhwp (mgr.14182) 109 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T06:18:36.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:35 smithi007 conmon[35366]: audit 2024-01-18T06:18:34.862744+0000 mon.smithi007 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:37.033 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:36 smithi007 conmon[35366]: cluster 2024-01-18T06:18:35.858475+0000 mgr.smithi007.eulhwp (mgr.14182) 110 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T06:18:37.033 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:36 smithi007 conmon[35366]: 2024-01-18T06:18:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:36 smithi181 conmon[39919]: cluster 2024-01-18T06:18:35.858475+0000 mgr.smithi007.eulhwp (mgr.14182) 110 : cluster 2024-01-18T06:18:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:36 smithi181 conmon[39919]: [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T06:18:39.058 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:18:39.258 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:38 smithi007 conmon[35366]: cluster 2024-01-18T06:18:37.858734+0000 mgr.smithi007.eulhwp (mgr.14182) 111 : cluster [DBG] 2024-01-18T06:18:39.258 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:38 smithi007 conmon[35366]: pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T06:18:39.258 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:38 smithi007 conmon[35366]: audit 2024-01-18T06:18:38.053504+0000 mon.smithi007 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.7:6826/153851955,v1:172.21.15.7:6827/153851955]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T06:18:39.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:38 smithi181 conmon[39919]: cluster 2024-01-18T06:18:37.858734+0000 mgr.smithi007.eulhwp (mgr.14182) 111 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T06:18:39.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:38 smithi181 conmon[39919]: audit 2024-01-18T06:18:39.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:38 smithi181 conmon[39919]: 2024-01-18T06:18:38.053504+0000 mon.smithi007 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.7:6826/153851955,v1:172.21.15.7:6827/153851955]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T06:18:39.680 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1705558712,"num_in_osds":8,"osd_in_since":1705558676,"num_remapped_pgs":0} 2024-01-18T06:18:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: audit 2024-01-18T06:18: 2024-01-18T06:18:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: 38.917758+0000 mon.smithi007 (mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.7:6826/153851955,v1:172.21.15.7:6827/153851955]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T06:18:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: cluster 2024-01-18T06:18:38.917805+0000 mon.smithi007 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-18T06:18:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: audit 2024-01-18T06:18:38.917920+0000 mon.smithi007 (mon.0) 544 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: audit 2024-01-18T06:18:38.918277+0000 mon.smithi007 (mon.0) 545 : audit [INF] from='osd.7 [v2:172.21.15.7:6826/153851955,v1:172.21.15.7:6827/153851955]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-01-18T06:18:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: audit 2024-01-18T06:18:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: 2024-01-18T06:18:39.006219+0000 mon.smithi007 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: 2024-01-18T06:18:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: audit 2024-01-18T 2024-01-18T06:18:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: 06:18:39.008127+0000 2024-01-18T06:18:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: mon.smithi007 (mon.0) 547 : 2024-01-18T06:18:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:18:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: audit 2024 2024-01-18T06:18:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: -01-18T06:18: 2024-01-18T06:18:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: 39.058848+0000 mon.smithi007 (mon 2024-01-18T06:18:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: .0) 548 : audit [DBG] 2024-01-18T06:18:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:39 smithi181 conmon[39919]: from='client.? 172.21.15.7:0/4038713949' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:40.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:39 smithi007 conmon[35366]: audit 2024-01-18T06:18:38.917758+0000 mon.smithi007 (mon.0) 2024-01-18T06:18:40.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:39 smithi007 conmon[35366]: 542 : audit [INF] from='osd.7 [v2:172.21.15.7:6826/153851955,v1:172.21.15.7:6827/153851955]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T06:18:40.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:39 smithi007 conmon[35366]: cluster 2024-01-18T06:18:38.917805+0000 mon.smithi007 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-18T06:18:40.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:39 smithi007 conmon[35366]: audit 2024-01-18T06:18:38.917920+0000 mon.smithi007 (mon.0) 544 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:40.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:39 smithi007 conmon[35366]: audit 2024-01-18T06:18:38.918277+0000 mon.smithi007 (mon.0) 545 : audit [INF] from='osd.7 [v2:172.21.15.7:6826/153851955,v1:172.21.15.7:6827/153851955]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]: dispatch 2024-01-18T06:18:40.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:39 smithi007 conmon[35366]: audit 2024-01-18T06:18:39.006219+0000 mon.smithi007 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:40.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:39 smithi007 conmon[35366]: audit 2024-01-18T06:18:39.008127+0000 mon.smithi007 (mon.0) 547 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:18:40.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:39 smithi007 conmon[35366]: audit 2024-01-18T06:18:39.058848+0000 mon.smithi007 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.7:0/4038713949' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:40.682 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T06:18:41.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:40 smithi007 conmon[35366]: cluster 2024-01-18T06:18:39.859047+0000 mgr.smithi007.eulhwp (mgr.14182) 112 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T06:18:41.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:40 smithi007 conmon[35366]: audit 2024-01-18T06:18:39.919964+0000 mon.smithi007 (mon.0) 549 : audit [INF] from='osd.7 [v2:172.21.15.7:6826/153851955,v1:172.21.15.7:6827/153851955]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-01-18T06:18:41.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:40 smithi007 conmon[35366]: cluster 2024-01-18T06:18:39.920051+0000 mon.smithi007 (mon.0) 550 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-18T06:18:41.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:40 smithi007 conmon[35366]: audit 2024-01-18T06:18:39.920398+0000 mon.smithi007 (mon.0) 551 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:41.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:40 smithi007 conmon[35366]: audit 2024-01-18T06:18:39.926073+0000 mon.smithi007 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:41.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:40 smithi007 conmon[35366]: audit 2024-01-18T06:18:40.615227+0000 mon.smithi007 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:41.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:40 smithi007 conmon[35366]: cluster 2024-01-18T06:18:40.848206+0000 mon.smithi007 (mon.0) 554 : cluster [INF] osd.7 [v2:172.21.15.7:6826/153851955,v1:172.21.15.7:6827/153851955] boot 2024-01-18T06:18:41.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:40 smithi007 conmon[35366]: cluster 2024-01-18T06:18:40.848239+0000 mon.smithi007 (mon.0) 555 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T06:18:41.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:40 smithi007 conmon[35366]: audit 2024-01-18T06:18:40.848663+0000 mon.smithi007 (mon.0) 556 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:41.286 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: cluster 2024-01-18T06:18:39.859047+0000 mgr.smithi007.eulhwp (mgr.14182) 112 : cluster 2024-01-18T06:18:41.286 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T06:18:41.286 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: audit 2024-01-18T06:18:39.919964+0000 mon.smithi007 (mon.0) 549 : audit [INF] from='osd.7 [v2:172.21.15.7:6826/153851955,v1:172.21.15.7:6827/153851955]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi007", "root=default"]}]': finished 2024-01-18T06:18:41.286 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: cluster 2024-01-18T 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: 06:18:39.920051+0000 mon.smithi007 (mon.0) 550 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: audit 2024-01-18T06:18 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: :39.920398+0000 mon.smithi007 (mon.0) 551 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: audit 2024-01-18T06:18:39.926073+0000 mon.smithi007 (mon 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: .0) 552 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: audit 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: 2024-01-18T06:18:40.615227+0000 mon.smithi007 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: cluster 2024-01-18T06 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: :18:40.848206+0000 mon.smithi007 (mon.0 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: ) 554 : cluster [INF] osd.7 [v2:172.21.15.7:6826/153851955,v1:172.21.15.7:6827/153851955] boot 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: cluster 2024-01-18T06:18:40.848239 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 555 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: audit 2024-01-18T06 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: :18:40.848663+0000 mon.smithi007 (mon.0) 556 : audit 2024-01-18T06:18:41.287 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:40 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T06:18:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:41 smithi007 conmon[35366]: cluster 2024-01-18T06:18:39.048452+0000 osd.7 (osd.7) 1 : cluster 2024-01-18T06:18:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:41 smithi007 conmon[35366]: [DBG] purged_snaps scrub starts 2024-01-18T06:18:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:41 smithi007 conmon[35366]: cluster 2024-01-18T06:18:39.048504+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:41 smithi007 conmon[35366]: cluster 2024-01-18T06:18:41.853570+0000 mon.smithi007 (mon.0) 557 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T06:18:42.236 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:41 smithi181 conmon[39919]: cluster 2024-01-18T06:18:39.048452+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T06:18:42.236 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:41 smithi181 conmon[39919]: cluster 2024-01-18T06:18:39.048504+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T06:18:42.236 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:41 smithi181 conmon[39919]: cluster 2024-01-18T06:18:41.853570+0000 mon.smithi007 (mon.0) 557 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T06:18:43.271 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:42 smithi181 conmon[39919]: cluster 2024-01-18T06:18:41.859342+0000 mgr.smithi007.eulhwp (mgr.14182) 113 : cluster [DBG] pgmap v98: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:43.271 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:42 smithi181 conmon[39919]: cluster 2024-01-18T06:18:42.857953+0000 mon.smithi007 (mon.0) 558 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T06:18:43.316 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:18:43.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:42 smithi007 conmon[35366]: cluster 2024-01-18T06:18:41.859342+0000 mgr.smithi007.eulhwp (mgr.14182) 113 : cluster [DBG] pgmap v98: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:43.343 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:42 smithi007 conmon[35366]: cluster 2024-01-18T06:18:42.857953+0000 mon.smithi007 (mon.0) 558 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T06:18:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:43 smithi007 conmon[35366]: audit 2024-01-18T06:18:43.317276+0000 mon.smithi007 (mon 2024-01-18T06:18:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:43 smithi007 conmon[35366]: .0) 559 : audit [DBG] from='client.? 172.21.15.7:0/1664703846' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:44.268 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":40,"num_osds":8,"num_up_osds":8,"osd_up_since":1705558720,"num_in_osds":8,"osd_in_since":1705558676,"num_remapped_pgs":0} 2024-01-18T06:18:44.268 INFO:tasks.cephadm:Setting up client nodes... 2024-01-18T06:18:44.269 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T06:18:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:43 smithi181 conmon[39919]: audit 2024-01-18T06:18:43.317276+0000 mon.smithi007 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.7:0/1664703846' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T06:18:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:45 smithi007 conmon[35366]: cluster 2024-01-18T06:18:43.859844 2024-01-18T06:18:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:45 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 114 : cluster [DBG] pgmap v100: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:45 smithi007 conmon[35366]: cephadm 2024-01-18T06:18:44.103593+0000 mgr.smithi007.eulhwp (mgr.14182) 115 : cephadm [INF] Detected new or changed devices on smithi181 2024-01-18T06:18:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:45 smithi007 conmon[35366]: audit 2024-01-18T06:18:44.110367+0000 mon.smithi007 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:45 smithi007 conmon[35366]: audit 2024-01-18T06:18:44.381781+0000 mon.smithi007 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:45 smithi007 conmon[35366]: audit 2024-01-18T06:18:44.416907+0000 mon.smithi007 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:45 smithi007 conmon[35366]: audit 2024-01-18T06:18:44.417774+0000 mon.smithi007 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:45 smithi007 conmon[35366]: audit 2024-01-18T06:18:44.418490+0000 mon.smithi007 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:45 smithi007 conmon[35366]: audit 2024-01-18T06:18:44.419207+0000 mon.smithi007 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:45 smithi007 conmon[35366]: cephadm 2024-01-18T06:18:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:45 smithi007 conmon[35366]: 2024-01-18T06:18:44.419779+0000 mgr.smithi007.eulhwp (mgr.14182) 116 : cephadm [INF] Adjusting osd_memory_target on smithi181 to 3990M 2024-01-18T06:18:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:45 smithi007 conmon[35366]: audit 2024-01-18T06:18:44.423664+0000 mon.smithi007 (mon. 2024-01-18T06:18:45.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:45 smithi007 conmon[35366]: 0) 566 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:45.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:45 smithi181 conmon[39919]: cluster 2024-01-18T06:18:43.859844+0000 mgr.smithi007.eulhwp (mgr.14182) 114 : cluster 2024-01-18T06:18:45.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:45 smithi181 conmon[39919]: [DBG] pgmap v100: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:45.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:45 smithi181 conmon[39919]: cephadm 2024-01-18T06:18:44.103593+0000 mgr.smithi007.eulhwp (mgr.14182) 115 : cephadm [INF] Detected new or changed devices on smithi181 2024-01-18T06:18:45.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:45 smithi181 conmon[39919]: audit 2024-01-18T06:18:44.110367+0000 mon.smithi007 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:45.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:45 smithi181 conmon[39919]: audit 2024-01-18T06:18:44.381781+0000 mon.smithi007 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:45.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:45 smithi181 conmon[39919]: audit 2024-01-18T06:18:44.416907+0000 mon.smithi007 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:45.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:45 smithi181 conmon[39919]: audit 2024-01-18T06:18:44.417774+0000 mon.smithi007 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:45.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:45 smithi181 conmon[39919]: audit 2024-01-18T06:18:44.418490+0000 mon.smithi007 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:45.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:45 smithi181 conmon[39919]: audit 2024-01-18T06:18:44.419207+0000 mon.smithi007 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:45.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:45 smithi181 conmon[39919]: cephadm 2024-01-18T06:18:44.419779+0000 mgr.smithi007.eulhwp (mgr.14182) 116 : cephadm [INF] Adjusting osd_memory_target on smithi181 to 3990M 2024-01-18T06:18:45.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:45 smithi181 conmon[39919]: audit 2024-01-18T06:18:44.423664+0000 mon.smithi007 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:46.748 INFO:teuthology.orchestra.run.smithi007.stdout:[client.0] 2024-01-18T06:18:46.748 INFO:teuthology.orchestra.run.smithi007.stdout: key = AQDGwqhlE4RpLBAA6Mkwq++4h/vyn8Uveq4tAA== 2024-01-18T06:18:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:46 smithi007 conmon[35366]: cluster 2024-01-18T06:18:45.860158+0000 mgr.smithi007.eulhwp (mgr.14182) 117 : cluster [DBG] pgmap v101: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:46 smithi007 conmon[35366]: audit 2024-01-18T06:18:46.744900+0000 mon.smithi007 (mon.0) 567 : audit [INF] from='client.? 172.21.15.7:0/1023059838' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T06:18:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:46 smithi007 conmon[35366]: audit 2024-01-18T06:18:46.748536+0000 mon.smithi007 (mon.0) 568 : audit [INF] from='client.? 172.21.15.7:0/1023059838' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T06:18:47.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:46 smithi181 conmon[39919]: cluster 2024-01-18T06:18:45.860158+0000 mgr.smithi007.eulhwp (mgr.14182) 117 : cluster [DBG] pgmap v101: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:47.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:46 smithi181 conmon[39919]: 2024-01-18T06:18:47.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:46 smithi181 conmon[39919]: audit 2024-01-18T06:18:46.744900+0000 mon.smithi007 (mon.0) 567 : audit [INF] from='client.? 172.21.15.7:0/1023059838' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T06:18:47.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:46 smithi181 conmon[39919]: audit 2024-01-18T06:18:47.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:46 smithi181 conmon[39919]: 2024-01-18T06:18:46.748536+0000 mon.smithi007 (mon.0) 568 : audit [INF] from='client.? 172.21.15.7:0/1023059838' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T06:18:47.720 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:18:47.720 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-18T06:18:47.720 DEBUG:teuthology.orchestra.run.smithi007:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-18T06:18:47.771 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T06:18:49.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:48 smithi181 conmon[39919]: cluster 2024-01-18T06:18:47.860563+0000 mgr.smithi007.eulhwp (mgr.14182) 118 2024-01-18T06:18:49.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:48 smithi181 conmon[39919]: : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:49.315 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:48 smithi007 conmon[35366]: cluster 2024-01-18T06:18:47.860563+0000 mgr.smithi007.eulhwp (mgr.14182) 118 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:49.828 INFO:teuthology.orchestra.run.smithi181.stdout:[client.1] 2024-01-18T06:18:49.829 INFO:teuthology.orchestra.run.smithi181.stdout: key = AQDJwqhlZjM0MRAAzmdzqrLn3nFbIZeBKXTfPw== 2024-01-18T06:18:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:49 smithi007 conmon[35366]: audit 2024-01-18T06:18:49.824741+0000 mon.smithi181 (mon.1) 20 2024-01-18T06:18:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:49 smithi007 conmon[35366]: : audit [INF] from='client.? 172.21.15.181:0/2451866774' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T06:18:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:49 smithi007 conmon[35366]: audit 2024-01-18T06:18:49.825323+0000 mon.smithi007 (mon.0) 569 : 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 2024-01-18T06:18:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:49 smithi007 conmon[35366]: audit 2024-01-18T06:18:49.829356+0000 mon.smithi007 (mon.0) 570 : 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 2024-01-18T06:18:50.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:49 smithi181 conmon[39919]: audit 2024-01-18T06:18:49.824741+0000 mon.smithi181 (mon.1) 20 : audit [INF] from='client.? 172.21.15.181:0/2451866774' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T06:18:50.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:49 smithi181 conmon[39919]: audit 2024-01-18T06:18:49.825323+0000 mon.smithi007 (mon.0) 569 : 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 2024-01-18T06:18:50.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:49 smithi181 conmon[39919]: audit 2024-01-18T06:18:49.829356+0000 mon.smithi007 (mon.0) 570 : 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 2024-01-18T06:18:50.440 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-01-18T06:18:50.440 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-18T06:18:50.441 DEBUG:teuthology.orchestra.run.smithi181:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-18T06:18:50.482 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T06:18:50.932 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:18:51.425 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: cluster 2024-01-18T06:18:49.860991+0000 mgr.smithi007.eulhwp (mgr.14182) 119 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:51.425 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: cephadm 2024-01-18T06:18:50.146704+0000 mgr.smithi007.eulhwp (mgr.14182) 120 : cephadm [INF] Detected new or changed devices on smithi007 2024-01-18T06:18:51.425 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50.152842+0000 mon.smithi007 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:51.425 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50.499141+0000 mon.smithi007 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:51.425 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50.499956+0000 mon.smithi007 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:51.425 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50.500676+0000 mon.smithi007 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:51.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50.501373+0000 mon.smithi007 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:51.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: cephadm 2024-01-18T06:18:50.501976+0000 mgr.smithi007.eulhwp (mgr.14182) 121 : cephadm [INF] Adjusting osd_memory_target on smithi007 to 3223M 2024-01-18T06:18:51.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50.506174+0000 mon.smithi007 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:51.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50.507981+0000 mon.smithi007 (mon.0) 577 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:51.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50 2024-01-18T06:18:51.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: .508680+0000 mon.smithi007 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:18:51.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50.512985+0000 mon.smithi007 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:51.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50.517839+0000 mon.smithi007 (mon.0) 580 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:18:51.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50.521391+0000 mon.smithi007 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T06:18:51.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50.522480+0000 mon.smithi007 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T06:18:51.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50.522750+0000 mon.smithi007 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:51.426 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:51 smithi007 conmon[35366]: audit 2024-01-18T06:18:50.523330+0000 mon.smithi007 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:51.459 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: cluster 2024-01-18T06:18:49.860991+0000 mgr.smithi007.eulhwp (mgr.14182) 119 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:51.459 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: cephadm 2024-01 2024-01-18T06:18:51.459 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: -18T06:18:50.146704+0000 mgr.smithi007.eulhwp (mgr.14182) 120 : cephadm [INF] Detected new or changed devices on smithi007 2024-01-18T06:18:51.459 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18:50.152842+0000 mon.smithi007 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:51.459 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18:50.499141+0000 mon.smithi007 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:51.459 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18:50.499956+0000 mon.smithi007 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:51.459 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18:50.500676+0000 mon.smithi007 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:51.459 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18:50.501373+0000 mon.smithi007 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:18:51.460 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: cephadm 2024-01-18T06:18:50.501976+0000 mgr.smithi007.eulhwp (mgr.14182) 121 : cephadm [INF] Adjusting osd_memory_target on smithi007 to 3223M 2024-01-18T06:18:51.460 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18:50.506174+0000 mon.smithi007 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:51.460 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18:50.507981+0000 mon.smithi007 (mon.0) 577 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:51.460 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18:50.508680+0000 mon.smithi007 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:18:51.460 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18:50.512985+0000 mon.smithi007 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:18:51.460 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18:50.517839+0000 mon.smithi007 (mon.0) 580 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:18:51.460 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18:50.521391+0000 mon.smithi007 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T06:18:51.460 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18 2024-01-18T06:18:51.460 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: :50.522480+0000 mon.smithi007 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T06:18:51.460 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18:50.522750+0000 mon.smithi007 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:51.460 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: audit 2024-01-18T06:18:50.523330+0000 mon.smithi007 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:18:51.460 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:51 smithi181 conmon[39919]: 2024-01-18T06:18:53.408 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:53 smithi007 conmon[35366]: cluster 2024-01-18T06:18:51.861429+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:18:53.408 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:53 smithi007 conmon[35366]: ) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:53.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:53 smithi181 conmon[39919]: cluster 2024-01-18T06:18:51.861429+0000 mgr.smithi007.eulhwp (mgr.14182) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:53.812 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:18:53.812 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":40,"fsid":"b8639cec-b5c8-11ee-95ae-87774f69a715","created":"2024-01-18T06:14:30.750967+0000","modified":"2024-01-18T06:18:42.850731+0000","last_up_change":"2024-01-18T06:18:40.844198+0000","last_in_change":"2024-01-18T06:17:56.052628+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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":"2024-01-18T06:18:18.010145+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"525de20a-0762-4c83-b7d6-c0b7851c380b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6800","nonce":2378007110},{"type":"v1","addr":"172.21.15.181:6801","nonce":2378007110}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6802","nonce":2378007110},{"type":"v1","addr":"172.21.15.181:6803","nonce":2378007110}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6806","nonce":2378007110},{"type":"v1","addr":"172.21.15.181:6807","nonce":2378007110}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6804","nonce":2378007110},{"type":"v1","addr":"172.21.15.181:6805","nonce":2378007110}]},"public_addr":"172.21.15.181:6801/2378007110","cluster_addr":"172.21.15.181:6803/2378007110","heartbeat_back_addr":"172.21.15.181:6807/2378007110","heartbeat_front_addr":"172.21.15.181:6805/2378007110","state":["exists","up"]},{"osd":1,"uuid":"d992d5ba-0664-41cd-962e-7ec2a1cef04c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6802","nonce":1536560282},{"type":"v1","addr":"172.21.15.7:6803","nonce":1536560282}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6804","nonce":1536560282},{"type":"v1","addr":"172.21.15.7:6805","nonce":1536560282}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6808","nonce":1536560282},{"type":"v1","addr":"172.21.15.7:6809","nonce":1536560282}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6806","nonce":1536560282},{"type":"v1","addr":"172.21.15.7:6807","nonce":1536560282}]},"public_addr":"172.21.15.7:6803/1536560282","cluster_addr":"172.21.15.7:6805/1536560282","heartbeat_back_addr":"172.21.15.7:6809/1536560282","heartbeat_front_addr":"172.21.15.7:6807/1536560282","state":["exists","up"]},{"osd":2,"uuid":"248139bd-d14d-4915-8e82-439be2a1ba05","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6808","nonce":3271083859},{"type":"v1","addr":"172.21.15.181:6809","nonce":3271083859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6810","nonce":3271083859},{"type":"v1","addr":"172.21.15.181:6811","nonce":3271083859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6814","nonce":3271083859},{"type":"v1","addr":"172.21.15.181:6815","nonce":3271083859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6812","nonce":3271083859},{"type":"v1","addr":"172.21.15.181:6813","nonce":3271083859}]},"public_addr":"172.21.15.181:6809/3271083859","cluster_addr":"172.21.15.181:6811/3271083859","heartbeat_back_addr":"172.21.15.181:6815/3271083859","heartbeat_front_addr":"172.21.15.181:6813/3271083859","state":["exists","up"]},{"osd":3,"uuid":"e9371d4a-f6b5-4a74-999e-c18a0d3f88d9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6810","nonce":2499333216},{"type":"v1","addr":"172.21.15.7:6811","nonce":2499333216}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6812","nonce":2499333216},{"type":"v1","addr":"172.21.15.7:6813","nonce":2499333216}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6816","nonce":2499333216},{"type":"v1","addr":"172.21.15.7:6817","nonce":2499333216}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6814","nonce":2499333216},{"type":"v1","addr":"172.21.15.7:6815","nonce":2499333216}]},"public_addr":"172.21.15.7:6811/2499333216","cluster_addr":"172.21.15.7:6813/2499333216","heartbeat_back_addr":"172.21.15.7:6817/2499333216","heartbeat_front_addr":"172.21.15.7:6815/2499333216","state":["exists","up"]},{"osd":4,"uuid":"77b69553-6371-43fc-a841-582e59d36e8f","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.181:6816","nonce":3782742946},{"type":"v1","addr":"172.21.15.181:6817","nonce":3782742946}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6818","nonce":3782742946},{"type":"v1","addr":"172.21.15.181:6819","nonce":3782742946}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6822","nonce":3782742946},{"type":"v1","addr":"172.21.15.181:6823","nonce":3782742946}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6820","nonce":3782742946},{"type":"v1","addr":"172.21.15.181:6821","nonce":3782742946}]},"public_addr":"172.21.15.181:6817/3782742946","cluster_addr":"172.21.15.181:6819/3782742946","heartbeat_back_addr":"172.21.15.181:6823/3782742946","heartbeat_front_addr":"172.21.15.181:6821/3782742946","state":["exists","up"]},{"osd":5,"uuid":"555895f2-dc5f-4f9f-97c6-846d88009545","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6818","nonce":2257461524},{"type":"v1","addr":"172.21.15.7:6819","nonce":2257461524}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6820","nonce":2257461524},{"type":"v1","addr":"172.21.15.7:6821","nonce":2257461524}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6824","nonce":2257461524},{"type":"v1","addr":"172.21.15.7:6825","nonce":2257461524}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6822","nonce":2257461524},{"type":"v1","addr":"172.21.15.7:6823","nonce":2257461524}]},"public_addr":"172.21.15.7:6819/2257461524","cluster_addr":"172.21.15.7:6821/2257461524","heartbeat_back_addr":"172.21.15.7:6825/2257461524","heartbeat_front_addr":"172.21.15.7:6823/2257461524","state":["exists","up"]},{"osd":6,"uuid":"6f9981b4-ed04-4c56-b3ab-686386bc84ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6824","nonce":2248269875},{"type":"v1","addr":"172.21.15.181:6825","nonce":2248269875}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6826","nonce":2248269875},{"type":"v1","addr":"172.21.15.181:6827","nonce":2248269875}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6830","nonce":2248269875},{"type":"v1","addr":"172.21.15.181:6831","nonce":2248269875}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6828","nonce":2248269875},{"type":"v1","addr":"172.21.15.181:6829","nonce":2248269875}]},"public_addr":"172.21.15.181:6825/2248269875","cluster_addr":"172.21.15.181:6827/2248269875","heartbeat_back_addr":"172.21.15.181:6831/2248269875","heartbeat_front_addr":"172.21.15.181:6829/2248269875","state":["exists","up"]},{"osd":7,"uuid":"5b802d6d-e8ae-4ecb-a4f7-2c966e689d55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6826","nonce":153851955},{"type":"v1","addr":"172.21.15.7:6827","nonce":153851955}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6828","nonce":153851955},{"type":"v1","addr":"172.21.15.7:6829","nonce":153851955}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6832","nonce":153851955},{"type":"v1","addr":"172.21.15.7:6833","nonce":153851955}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6830","nonce":153851955},{"type":"v1","addr":"172.21.15.7:6831","nonce":153851955}]},"public_addr":"172.21.15.7:6827/153851955","cluster_addr":"172.21.15.7:6829/153851955","heartbeat_back_addr":"172.21.15.7:6833/153851955","heartbeat_front_addr":"172.21.15.7:6831/153851955","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":"2024-01-18T06:18:08.858745+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":"2024-01-18T06:18:15.613732+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":"2024-01-18T06:18:13.743114+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":"2024-01-18T06:18:23.108817+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":"2024-01-18T06:18:18.561969+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":"2024-01-18T06:18:30.905643+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":"2024-01-18T06:18:23.586549+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":"2024-01-18T06:18:39.048506+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.7:0/412512473":"2024-01-19T06:16:21.832550+0000","172.21.15.7:6801/3291891339":"2024-01-19T06:16:21.832550+0000","172.21.15.7:6800/3291891339":"2024-01-19T06:16:21.832550+0000","172.21.15.7:0/3151723596":"2024-01-19T06:16:21.832550+0000","172.21.15.7:0/2973714583":"2024-01-19T06:15:25.541566+0000","172.21.15.7:6801/3571242346":"2024-01-19T06:15:25.541566+0000","172.21.15.7:0/2270116653":"2024-01-19T06:15:25.541566+0000","172.21.15.7:6800/3571242346":"2024-01-19T06:15:25.541566+0000","172.21.15.7:6800/2260725381":"2024-01-19T06:14:57.006399+0000","172.21.15.7:6801/2260725381":"2024-01-19T06:14:57.006399+0000","172.21.15.7:0/3972240792":"2024-01-19T06:14:57.006399+0000","172.21.15.7:0/1397226416":"2024-01-19T06:14:57.006399+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}} 2024-01-18T06:18:54.414 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:54 smithi181 conmon[39919]: audit 2024-01-18T06:18:53.810308+0000 mon.smithi007 (mon.0) 585 : audit 2024-01-18T06:18:54.414 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:54 smithi181 conmon[39919]: [DBG] from='client.? 172.21.15.7:0/1654944121' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T06:18:54.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:54 smithi007 conmon[35366]: audit 2024-01-18T06:18:53.810308+0000 mon.smithi007 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.7:0/1654944121' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T06:18:54.793 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-18T06:18:18.010145+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-18T06:18:54.793 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-18T06:18:55.364 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:18:55.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:55 smithi181 conmon[39919]: cluster 2024-01-18T06:18:53 2024-01-18T06:18:55.395 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:55 smithi181 conmon[39919]: .861783+0000 mgr.smithi007.eulhwp (mgr.14182) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:55.598 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:55 smithi007 conmon[35366]: cluster 2024-01-18T06:18:53.861783+0000 mgr.smithi007.eulhwp (mgr.14182) 123 2024-01-18T06:18:55.598 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:55 smithi007 conmon[35366]: : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:57.001 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:56 smithi007 conmon[35366]: cluster 2024-01-18T06:18:55.862108+0000 mgr.smithi007.eulhwp (mgr.14182) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:57.122 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:56 smithi181 conmon[39919]: cluster 2024-01-18T06:18:55.862108+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:18:57.122 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:56 smithi181 conmon[39919]: .14182) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:57.483 INFO:teuthology.orchestra.run.smithi007.stdout:pg_num: 1 2024-01-18T06:18:58.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:57 smithi181 conmon[39919]: audit 2024-01-18T06:18:57.483796+0000 mon.smithi007 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.7:0/1555778027' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T06:18:58.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:57 smithi007 conmon[35366]: audit 2024-01-18T06:18:57.483796+0000 mon.smithi007 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.7:0/1555778027' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T06:18:58.720 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-18T06:18:58.721 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-18T06:18:58.721 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph mgr dump --format=json 2024-01-18T06:18:59.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:18:58 smithi007 conmon[35366]: cluster 2024-01-18T06:18:57.862418+0000 mgr.smithi007.eulhwp (mgr.14182) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:18:59.178 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:18:59.256 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:18:58 smithi181 conmon[39919]: cluster 2024-01-18T06:18:57.862418+0000 mgr.smithi007.eulhwp (mgr.14182) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:00.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:00 smithi181 conmon[39919]: audit 2024-01-18T06:18:59.277659+0000 mon.smithi007 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:19:00.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:00 smithi007 conmon[35366]: audit 2024-01-18T06:18:59.277659+0000 mon.smithi007 2024-01-18T06:19:00.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:00 smithi007 conmon[35366]: (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:19:01.406 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:19:01.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:01 smithi181 conmon[39919]: cluster 2024-01-18T06:18:59.862820+0000 mgr.smithi007.eulhwp (mgr.14182) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:01.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:01 smithi007 conmon[35366]: cluster 2024-01-18T06:18:59.862820+0000 mgr.smithi007.eulhwp (mgr.14182) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:02.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:02 smithi181 conmon[39919]: audit 2024-01-18T06:19:01.402621+0000 mon.smithi007 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.7:0/3236549100' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T06:19:02.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:02 smithi007 conmon[35366]: audit 2024-01-18T06:19:01.402621+0000 mon.smithi007 (mon.0 2024-01-18T06:19:02.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:02 smithi007 conmon[35366]: ) 588 : audit [DBG] from='client.? 172.21.15.7:0/3236549100' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T06:19:02.697 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi007.eulhwp","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6800","nonce":3572825371},{"type":"v1","addr":"172.21.15.7:6801","nonce":3572825371}]},"active_addr":"172.21.15.7:6801/3572825371","active_change":"2024-01-18T06:16:21.832687+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi181.vdrlru","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.7:8443/","prometheus":"http://172.21.15.7: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.7:0","nonce":804971440}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.7:0","nonce":740782137}]}]} 2024-01-18T06:19:02.701 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-18T06:19:02.701 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-18T06:19:02.701 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T06:19:03.140 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:03.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:03 smithi181 conmon[39919]: cluster 2024-01-18T06:19:01.863265+0000 mgr.smithi007.eulhwp (mgr.14182) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:03.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:03 smithi007 conmon[35366]: cluster 2024-01-18T06:19:01.863265+0000 mgr.smithi007.eulhwp (mgr.14182) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:05.656 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:19:05.656 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":40,"fsid":"b8639cec-b5c8-11ee-95ae-87774f69a715","created":"2024-01-18T06:14:30.750967+0000","modified":"2024-01-18T06:18:42.850731+0000","last_up_change":"2024-01-18T06:18:40.844198+0000","last_in_change":"2024-01-18T06:17:56.052628+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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":"2024-01-18T06:18:18.010145+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"525de20a-0762-4c83-b7d6-c0b7851c380b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6800","nonce":2378007110},{"type":"v1","addr":"172.21.15.181:6801","nonce":2378007110}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6802","nonce":2378007110},{"type":"v1","addr":"172.21.15.181:6803","nonce":2378007110}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6806","nonce":2378007110},{"type":"v1","addr":"172.21.15.181:6807","nonce":2378007110}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6804","nonce":2378007110},{"type":"v1","addr":"172.21.15.181:6805","nonce":2378007110}]},"public_addr":"172.21.15.181:6801/2378007110","cluster_addr":"172.21.15.181:6803/2378007110","heartbeat_back_addr":"172.21.15.181:6807/2378007110","heartbeat_front_addr":"172.21.15.181:6805/2378007110","state":["exists","up"]},{"osd":1,"uuid":"d992d5ba-0664-41cd-962e-7ec2a1cef04c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6802","nonce":1536560282},{"type":"v1","addr":"172.21.15.7:6803","nonce":1536560282}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6804","nonce":1536560282},{"type":"v1","addr":"172.21.15.7:6805","nonce":1536560282}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6808","nonce":1536560282},{"type":"v1","addr":"172.21.15.7:6809","nonce":1536560282}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6806","nonce":1536560282},{"type":"v1","addr":"172.21.15.7:6807","nonce":1536560282}]},"public_addr":"172.21.15.7:6803/1536560282","cluster_addr":"172.21.15.7:6805/1536560282","heartbeat_back_addr":"172.21.15.7:6809/1536560282","heartbeat_front_addr":"172.21.15.7:6807/1536560282","state":["exists","up"]},{"osd":2,"uuid":"248139bd-d14d-4915-8e82-439be2a1ba05","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6808","nonce":3271083859},{"type":"v1","addr":"172.21.15.181:6809","nonce":3271083859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6810","nonce":3271083859},{"type":"v1","addr":"172.21.15.181:6811","nonce":3271083859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6814","nonce":3271083859},{"type":"v1","addr":"172.21.15.181:6815","nonce":3271083859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6812","nonce":3271083859},{"type":"v1","addr":"172.21.15.181:6813","nonce":3271083859}]},"public_addr":"172.21.15.181:6809/3271083859","cluster_addr":"172.21.15.181:6811/3271083859","heartbeat_back_addr":"172.21.15.181:6815/3271083859","heartbeat_front_addr":"172.21.15.181:6813/3271083859","state":["exists","up"]},{"osd":3,"uuid":"e9371d4a-f6b5-4a74-999e-c18a0d3f88d9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6810","nonce":2499333216},{"type":"v1","addr":"172.21.15.7:6811","nonce":2499333216}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6812","nonce":2499333216},{"type":"v1","addr":"172.21.15.7:6813","nonce":2499333216}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6816","nonce":2499333216},{"type":"v1","addr":"172.21.15.7:6817","nonce":2499333216}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6814","nonce":2499333216},{"type":"v1","addr":"172.21.15.7:6815","nonce":2499333216}]},"public_addr":"172.21.15.7:6811/2499333216","cluster_addr":"172.21.15.7:6813/2499333216","heartbeat_back_addr":"172.21.15.7:6817/2499333216","heartbeat_front_addr":"172.21.15.7:6815/2499333216","state":["exists","up"]},{"osd":4,"uuid":"77b69553-6371-43fc-a841-582e59d36e8f","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.181:6816","nonce":3782742946},{"type":"v1","addr":"172.21.15.181:6817","nonce":3782742946}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6818","nonce":3782742946},{"type":"v1","addr":"172.21.15.181:6819","nonce":3782742946}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6822","nonce":3782742946},{"type":"v1","addr":"172.21.15.181:6823","nonce":3782742946}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6820","nonce":3782742946},{"type":"v1","addr":"172.21.15.181:6821","nonce":3782742946}]},"public_addr":"172.21.15.181:6817/3782742946","cluster_addr":"172.21.15.181:6819/3782742946","heartbeat_back_addr":"172.21.15.181:6823/3782742946","heartbeat_front_addr":"172.21.15.181:6821/3782742946","state":["exists","up"]},{"osd":5,"uuid":"555895f2-dc5f-4f9f-97c6-846d88009545","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6818","nonce":2257461524},{"type":"v1","addr":"172.21.15.7:6819","nonce":2257461524}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6820","nonce":2257461524},{"type":"v1","addr":"172.21.15.7:6821","nonce":2257461524}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6824","nonce":2257461524},{"type":"v1","addr":"172.21.15.7:6825","nonce":2257461524}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6822","nonce":2257461524},{"type":"v1","addr":"172.21.15.7:6823","nonce":2257461524}]},"public_addr":"172.21.15.7:6819/2257461524","cluster_addr":"172.21.15.7:6821/2257461524","heartbeat_back_addr":"172.21.15.7:6825/2257461524","heartbeat_front_addr":"172.21.15.7:6823/2257461524","state":["exists","up"]},{"osd":6,"uuid":"6f9981b4-ed04-4c56-b3ab-686386bc84ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6824","nonce":2248269875},{"type":"v1","addr":"172.21.15.181:6825","nonce":2248269875}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6826","nonce":2248269875},{"type":"v1","addr":"172.21.15.181:6827","nonce":2248269875}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6830","nonce":2248269875},{"type":"v1","addr":"172.21.15.181:6831","nonce":2248269875}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6828","nonce":2248269875},{"type":"v1","addr":"172.21.15.181:6829","nonce":2248269875}]},"public_addr":"172.21.15.181:6825/2248269875","cluster_addr":"172.21.15.181:6827/2248269875","heartbeat_back_addr":"172.21.15.181:6831/2248269875","heartbeat_front_addr":"172.21.15.181:6829/2248269875","state":["exists","up"]},{"osd":7,"uuid":"5b802d6d-e8ae-4ecb-a4f7-2c966e689d55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6826","nonce":153851955},{"type":"v1","addr":"172.21.15.7:6827","nonce":153851955}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6828","nonce":153851955},{"type":"v1","addr":"172.21.15.7:6829","nonce":153851955}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6832","nonce":153851955},{"type":"v1","addr":"172.21.15.7:6833","nonce":153851955}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6830","nonce":153851955},{"type":"v1","addr":"172.21.15.7:6831","nonce":153851955}]},"public_addr":"172.21.15.7:6827/153851955","cluster_addr":"172.21.15.7:6829/153851955","heartbeat_back_addr":"172.21.15.7:6833/153851955","heartbeat_front_addr":"172.21.15.7:6831/153851955","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":"2024-01-18T06:18:08.858745+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":"2024-01-18T06:18:15.613732+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":"2024-01-18T06:18:13.743114+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":"2024-01-18T06:18:23.108817+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":"2024-01-18T06:18:18.561969+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":"2024-01-18T06:18:30.905643+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":"2024-01-18T06:18:23.586549+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":"2024-01-18T06:18:39.048506+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.7:0/412512473":"2024-01-19T06:16:21.832550+0000","172.21.15.7:6801/3291891339":"2024-01-19T06:16:21.832550+0000","172.21.15.7:6800/3291891339":"2024-01-19T06:16:21.832550+0000","172.21.15.7:0/3151723596":"2024-01-19T06:16:21.832550+0000","172.21.15.7:0/2973714583":"2024-01-19T06:15:25.541566+0000","172.21.15.7:6801/3571242346":"2024-01-19T06:15:25.541566+0000","172.21.15.7:0/2270116653":"2024-01-19T06:15:25.541566+0000","172.21.15.7:6800/3571242346":"2024-01-19T06:15:25.541566+0000","172.21.15.7:6800/2260725381":"2024-01-19T06:14:57.006399+0000","172.21.15.7:6801/2260725381":"2024-01-19T06:14:57.006399+0000","172.21.15.7:0/3972240792":"2024-01-19T06:14:57.006399+0000","172.21.15.7:0/1397226416":"2024-01-19T06:14:57.006399+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}} 2024-01-18T06:19:05.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:05 smithi181 conmon[39919]: cluster 2024-01-18T06:19:03.863792+0000 mgr.smithi007.eulhwp (mgr.14182) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:05.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:05 smithi181 conmon[39919]: audit 2024-01-18T06 2024-01-18T06:19:05.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:05 smithi181 conmon[39919]: :19:04.489589+0000 mon.smithi007 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:19:05.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:05 smithi007 conmon[35366]: cluster 2024-01-18T06:19:03.863792+0000 mgr.smithi007.eulhwp (mgr.14182) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:05.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:05 smithi007 conmon[35366]: audit 2024-01-18T06:19:04.489589+0000 mon.smithi007 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:19:06.378 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-18T06:19:06.378 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T06:19:06.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:06 smithi007 conmon[35366]: audit 2024-01-18T06:19:05.655771+0000 mon.smithi007 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.7:0/1679942017' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T06:19:06.766 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:06.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:06 smithi181 conmon[39919]: audit 2024-01-18T06:19:05.655771+0000 mon.smithi007 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.7:0/1679942017' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T06:19:07.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:07 smithi181 conmon[39919]: cluster 2024-01-18T06:19:05.864162+0000 mgr.smithi007.eulhwp (mgr.14182) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:07.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:07 smithi007 conmon[35366]: cluster 2024-01-18T06:19:05.864162+0000 mgr.smithi007.eulhwp (mgr.14182) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:08.602 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:19:08.602 INFO:teuthology.orchestra.run.smithi007.stdout:{"epoch":40,"fsid":"b8639cec-b5c8-11ee-95ae-87774f69a715","created":"2024-01-18T06:14:30.750967+0000","modified":"2024-01-18T06:18:42.850731+0000","last_up_change":"2024-01-18T06:18:40.844198+0000","last_in_change":"2024-01-18T06:17:56.052628+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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":"2024-01-18T06:18:18.010145+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"525de20a-0762-4c83-b7d6-c0b7851c380b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6800","nonce":2378007110},{"type":"v1","addr":"172.21.15.181:6801","nonce":2378007110}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6802","nonce":2378007110},{"type":"v1","addr":"172.21.15.181:6803","nonce":2378007110}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6806","nonce":2378007110},{"type":"v1","addr":"172.21.15.181:6807","nonce":2378007110}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6804","nonce":2378007110},{"type":"v1","addr":"172.21.15.181:6805","nonce":2378007110}]},"public_addr":"172.21.15.181:6801/2378007110","cluster_addr":"172.21.15.181:6803/2378007110","heartbeat_back_addr":"172.21.15.181:6807/2378007110","heartbeat_front_addr":"172.21.15.181:6805/2378007110","state":["exists","up"]},{"osd":1,"uuid":"d992d5ba-0664-41cd-962e-7ec2a1cef04c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6802","nonce":1536560282},{"type":"v1","addr":"172.21.15.7:6803","nonce":1536560282}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6804","nonce":1536560282},{"type":"v1","addr":"172.21.15.7:6805","nonce":1536560282}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6808","nonce":1536560282},{"type":"v1","addr":"172.21.15.7:6809","nonce":1536560282}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6806","nonce":1536560282},{"type":"v1","addr":"172.21.15.7:6807","nonce":1536560282}]},"public_addr":"172.21.15.7:6803/1536560282","cluster_addr":"172.21.15.7:6805/1536560282","heartbeat_back_addr":"172.21.15.7:6809/1536560282","heartbeat_front_addr":"172.21.15.7:6807/1536560282","state":["exists","up"]},{"osd":2,"uuid":"248139bd-d14d-4915-8e82-439be2a1ba05","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6808","nonce":3271083859},{"type":"v1","addr":"172.21.15.181:6809","nonce":3271083859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6810","nonce":3271083859},{"type":"v1","addr":"172.21.15.181:6811","nonce":3271083859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6814","nonce":3271083859},{"type":"v1","addr":"172.21.15.181:6815","nonce":3271083859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6812","nonce":3271083859},{"type":"v1","addr":"172.21.15.181:6813","nonce":3271083859}]},"public_addr":"172.21.15.181:6809/3271083859","cluster_addr":"172.21.15.181:6811/3271083859","heartbeat_back_addr":"172.21.15.181:6815/3271083859","heartbeat_front_addr":"172.21.15.181:6813/3271083859","state":["exists","up"]},{"osd":3,"uuid":"e9371d4a-f6b5-4a74-999e-c18a0d3f88d9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6810","nonce":2499333216},{"type":"v1","addr":"172.21.15.7:6811","nonce":2499333216}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6812","nonce":2499333216},{"type":"v1","addr":"172.21.15.7:6813","nonce":2499333216}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6816","nonce":2499333216},{"type":"v1","addr":"172.21.15.7:6817","nonce":2499333216}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6814","nonce":2499333216},{"type":"v1","addr":"172.21.15.7:6815","nonce":2499333216}]},"public_addr":"172.21.15.7:6811/2499333216","cluster_addr":"172.21.15.7:6813/2499333216","heartbeat_back_addr":"172.21.15.7:6817/2499333216","heartbeat_front_addr":"172.21.15.7:6815/2499333216","state":["exists","up"]},{"osd":4,"uuid":"77b69553-6371-43fc-a841-582e59d36e8f","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.181:6816","nonce":3782742946},{"type":"v1","addr":"172.21.15.181:6817","nonce":3782742946}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6818","nonce":3782742946},{"type":"v1","addr":"172.21.15.181:6819","nonce":3782742946}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6822","nonce":3782742946},{"type":"v1","addr":"172.21.15.181:6823","nonce":3782742946}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6820","nonce":3782742946},{"type":"v1","addr":"172.21.15.181:6821","nonce":3782742946}]},"public_addr":"172.21.15.181:6817/3782742946","cluster_addr":"172.21.15.181:6819/3782742946","heartbeat_back_addr":"172.21.15.181:6823/3782742946","heartbeat_front_addr":"172.21.15.181:6821/3782742946","state":["exists","up"]},{"osd":5,"uuid":"555895f2-dc5f-4f9f-97c6-846d88009545","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6818","nonce":2257461524},{"type":"v1","addr":"172.21.15.7:6819","nonce":2257461524}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6820","nonce":2257461524},{"type":"v1","addr":"172.21.15.7:6821","nonce":2257461524}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6824","nonce":2257461524},{"type":"v1","addr":"172.21.15.7:6825","nonce":2257461524}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6822","nonce":2257461524},{"type":"v1","addr":"172.21.15.7:6823","nonce":2257461524}]},"public_addr":"172.21.15.7:6819/2257461524","cluster_addr":"172.21.15.7:6821/2257461524","heartbeat_back_addr":"172.21.15.7:6825/2257461524","heartbeat_front_addr":"172.21.15.7:6823/2257461524","state":["exists","up"]},{"osd":6,"uuid":"6f9981b4-ed04-4c56-b3ab-686386bc84ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6824","nonce":2248269875},{"type":"v1","addr":"172.21.15.181:6825","nonce":2248269875}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6826","nonce":2248269875},{"type":"v1","addr":"172.21.15.181:6827","nonce":2248269875}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6830","nonce":2248269875},{"type":"v1","addr":"172.21.15.181:6831","nonce":2248269875}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.181:6828","nonce":2248269875},{"type":"v1","addr":"172.21.15.181:6829","nonce":2248269875}]},"public_addr":"172.21.15.181:6825/2248269875","cluster_addr":"172.21.15.181:6827/2248269875","heartbeat_back_addr":"172.21.15.181:6831/2248269875","heartbeat_front_addr":"172.21.15.181:6829/2248269875","state":["exists","up"]},{"osd":7,"uuid":"5b802d6d-e8ae-4ecb-a4f7-2c966e689d55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6826","nonce":153851955},{"type":"v1","addr":"172.21.15.7:6827","nonce":153851955}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6828","nonce":153851955},{"type":"v1","addr":"172.21.15.7:6829","nonce":153851955}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6832","nonce":153851955},{"type":"v1","addr":"172.21.15.7:6833","nonce":153851955}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.7:6830","nonce":153851955},{"type":"v1","addr":"172.21.15.7:6831","nonce":153851955}]},"public_addr":"172.21.15.7:6827/153851955","cluster_addr":"172.21.15.7:6829/153851955","heartbeat_back_addr":"172.21.15.7:6833/153851955","heartbeat_front_addr":"172.21.15.7:6831/153851955","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":"2024-01-18T06:18:08.858745+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":"2024-01-18T06:18:15.613732+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":"2024-01-18T06:18:13.743114+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":"2024-01-18T06:18:23.108817+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":"2024-01-18T06:18:18.561969+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":"2024-01-18T06:18:30.905643+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":"2024-01-18T06:18:23.586549+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":"2024-01-18T06:18:39.048506+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.7:0/412512473":"2024-01-19T06:16:21.832550+0000","172.21.15.7:6801/3291891339":"2024-01-19T06:16:21.832550+0000","172.21.15.7:6800/3291891339":"2024-01-19T06:16:21.832550+0000","172.21.15.7:0/3151723596":"2024-01-19T06:16:21.832550+0000","172.21.15.7:0/2973714583":"2024-01-19T06:15:25.541566+0000","172.21.15.7:6801/3571242346":"2024-01-19T06:15:25.541566+0000","172.21.15.7:0/2270116653":"2024-01-19T06:15:25.541566+0000","172.21.15.7:6800/3571242346":"2024-01-19T06:15:25.541566+0000","172.21.15.7:6800/2260725381":"2024-01-19T06:14:57.006399+0000","172.21.15.7:6801/2260725381":"2024-01-19T06:14:57.006399+0000","172.21.15.7:0/3972240792":"2024-01-19T06:14:57.006399+0000","172.21.15.7:0/1397226416":"2024-01-19T06:14:57.006399+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}} 2024-01-18T06:19:09.319 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-18T06:19:09.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:09 smithi007 conmon[35366]: cluster 2024-01-18T06:19:07.864698+0000 mgr.smithi007.eulhwp (mgr.14182) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:09.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:09 smithi007 conmon[35366]: audit 2024-01-18T06:19:08.601999+0000 mon.smithi007 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.7:0/889286117' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T06:19:09.703 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:09.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:09 smithi181 conmon[39919]: cluster 2024-01-18T06:19:07.864698+0000 mgr.smithi007.eulhwp (mgr.14182) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:09.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:09 smithi181 conmon[39919]: audit 2024-01-18T06:19:08.601999+0000 2024-01-18T06:19:09.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:09 smithi181 conmon[39919]: mon.smithi007 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.7:0/889286117' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T06:19:11.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:11 smithi181 conmon[39919]: cluster 2024-01-18T06:19:09.865145+0000 mgr.smithi007.eulhwp (mgr.14182) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:11.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:11 smithi007 conmon[35366]: cluster 2024-01-18T06:19:09.865145+0000 mgr.smithi007.eulhwp (mgr.14182) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:12.116 INFO:teuthology.orchestra.run.smithi007.stdout:68719476752 2024-01-18T06:19:12.117 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-18T06:19:12.495 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:13.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:13 smithi181 conmon[39919]: cluster 2024-01-18T06:19:11.865811+0000 mgr.smithi007.eulhwp (mgr.14182) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:13.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:13 smithi007 conmon[35366]: cluster 2024-01-18T06:19:11.865811+0000 mgr.smithi007.eulhwp (mgr.14182) 132 2024-01-18T06:19:13.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:13 smithi007 conmon[35366]: : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:14.991 INFO:teuthology.orchestra.run.smithi007.stdout:94489280526 2024-01-18T06:19:14.991 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-18T06:19:15.370 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:15.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:15 smithi181 conmon[39919]: cluster 2024-01-18T06:19:13.866168+0000 mgr.smithi007.eulhwp (mgr.14182) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:15.833 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:15 smithi007 conmon[35366]: cluster 2024-01-18T06:19:13.866168+0000 mgr.smithi007.eulhwp (mgr.14182) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:17.141 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:16 smithi007 conmon[35366]: cluster 2024-01-18T06:19:15.866509+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:19:17.141 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:16 smithi007 conmon[35366]: 14182) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:17.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:16 smithi181 conmon[39919]: cluster 2024-01-18T06:19:15.866509+0000 mgr.smithi007.eulhwp (mgr.14182) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:17.784 INFO:teuthology.orchestra.run.smithi007.stdout:85899345935 2024-01-18T06:19:17.784 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-18T06:19:18.165 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:19.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:18 smithi007 conmon[35366]: cluster 2024-01-18T06:19:17.866842+0000 mgr.smithi007.eulhwp (mgr.14182) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:19.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:18 smithi181 conmon[39919]: cluster 2024-01-18T06:19:17.866842+0000 mgr.smithi007.eulhwp (mgr.14182) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:20.560 INFO:teuthology.orchestra.run.smithi007.stdout:124554051598 2024-01-18T06:19:20.560 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-18T06:19:20.949 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:21.212 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:20 smithi007 conmon[35366]: cluster 2024-01-18T06:19:19.867134+0000 mgr.smithi007.eulhwp (mgr.14182) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:21.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:20 smithi181 conmon[39919]: cluster 2024-01-18T06:19:19.867134+0000 mgr.smithi007.eulhwp (mgr.14182) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:21.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:20 smithi181 conmon[39919]: 2024-01-18T06:19:23.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:22 smithi007 conmon[35366]: cluster 2024-01-18T06:19:21.867558+0000 mgr.smithi007.eulhwp (mgr.14182) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:23.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:22 smithi181 conmon[39919]: cluster 2024-01-18T06:19:21.867558+0000 mgr.smithi007.eulhwp (mgr.14182) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:23.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:22 smithi181 conmon[39919]: 2024-01-18T06:19:23.382 INFO:teuthology.orchestra.run.smithi007.stdout:107374182414 2024-01-18T06:19:23.382 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-18T06:19:23.765 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:25.213 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:24 smithi007 conmon[35366]: cluster 2024-01-18T06:19:23.868012+0000 mgr.smithi007.eulhwp (mgr.14182) 138 : cluster 2024-01-18T06:19:25.213 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:24 smithi007 conmon[35366]: [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:25.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:24 smithi181 conmon[39919]: cluster 2024-01-18T06:19:23.868012+0000 mgr.smithi007.eulhwp (mgr.14182) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:26.189 INFO:teuthology.orchestra.run.smithi007.stdout:146028888078 2024-01-18T06:19:26.190 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-18T06:19:26.578 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:27.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:26 smithi007 conmon[35366]: cluster 2024-01-18T06:19:25.868570+0000 mgr.smithi007.eulhwp (mgr.14182) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:27.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:26 smithi181 conmon[39919]: cluster 2024-01-18T06:19:25.868570+0000 mgr.smithi007.eulhwp (mgr.14182) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:29.048 INFO:teuthology.orchestra.run.smithi007.stdout:128849018895 2024-01-18T06:19:29.049 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-18T06:19:29.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:28 smithi181 conmon[39919]: cluster 2024-01-18T06:19:27.868963+0000 mgr.smithi007.eulhwp (mgr.14182) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:29.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:28 smithi007 conmon[35366]: cluster 2024-01-18T06:19:27.868963+0000 mgr.smithi007.eulhwp (mgr.14182) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:29.433 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:31.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:30 smithi007 conmon[35366]: cluster 2024-01-18T06:19:29.869316+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:19:31.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:30 smithi007 conmon[35366]: mgr.14182) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:31.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:30 smithi181 conmon[39919]: cluster 2024-01-18T06:19:29.869316+0000 mgr.smithi007.eulhwp (mgr.14182) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:31.830 INFO:teuthology.orchestra.run.smithi007.stdout:163208757261 2024-01-18T06:19:31.831 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-18T06:19:32.214 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:33.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:32 smithi181 conmon[39919]: cluster 2024-01-18T06:19:31.869678+0000 mgr.smithi007.eulhwp (mgr.14182) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:33.351 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:32 smithi007 conmon[35366]: cluster 2024-01-18T06:19:31.869678+0000 mgr.smithi007.eulhwp (mgr.14182) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:34.069 INFO:teuthology.orchestra.run.smithi007.stdout:68719476756 2024-01-18T06:19:34.762 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476752 got 68719476756 for osd.0 2024-01-18T06:19:34.762 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-18T06:19:35.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:34 smithi007 conmon[35366]: cluster 2024-01-18T06:19:33.869979+0000 mgr.smithi007.eulhwp (mgr.14182) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:35.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:34 smithi007 conmon[35366]: audit 2024-01-18T06:19:34.069835+0000 mon.smithi007 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.7:0/3555174635' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T06:19:35.146 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:35.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:34 smithi181 conmon[39919]: cluster 2024-01-18T06:19:33.869979+0000 mgr.smithi007.eulhwp (mgr.14182) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:35.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:34 smithi181 conmon[39919]: audit 2024-01-18T06:19:34.069835+0000 mon.smithi007 (mon. 2024-01-18T06:19:35.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:34 smithi181 conmon[39919]: 0) 592 : audit [DBG] from='client.? 172.21.15.7:0/3555174635' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T06:19:37.076 INFO:teuthology.orchestra.run.smithi007.stdout:94489280530 2024-01-18T06:19:37.100 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:36 smithi007 conmon[35366]: cluster 2024-01-18T06:19:35.870565+0000 mgr.smithi007.eulhwp 2024-01-18T06:19:37.100 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:36 smithi007 conmon[35366]: (mgr.14182) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:36 smithi181 conmon[39919]: cluster 2024-01-18T06:19:35.870565+0000 mgr.smithi007.eulhwp (mgr.14182) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:37.755 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280526 got 94489280530 for osd.1 2024-01-18T06:19:37.755 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-18T06:19:38.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:37 smithi007 conmon[35366]: audit 2024-01-18T06:19:37.077566+0000 mon.smithi007 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.7:0/1075613595' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T06:19:38.142 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:38.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:37 smithi181 conmon[39919]: audit 2024-01-18T06:19:37.077566+0000 mon.smithi007 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.7:0/1075613595' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T06:19:38.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:37 smithi181 conmon[39919]: 2024-01-18T06:19:39.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:38 smithi007 conmon[35366]: cluster 2024-01-18T06:19:37.870873+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:19:39.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:38 smithi007 conmon[35366]: .14182) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:39.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:38 smithi181 conmon[39919]: cluster 2024-01-18T06:19:37.870873+0000 mgr.smithi007.eulhwp (mgr.14182) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:40.062 INFO:teuthology.orchestra.run.smithi007.stdout:85899345939 2024-01-18T06:19:40.746 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345935 got 85899345939 for osd.2 2024-01-18T06:19:40.747 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-18T06:19:41.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:40 smithi007 conmon[35366]: cluster 2024-01-18T06:19:39.871162+0000 mgr.smithi007.eulhwp (mgr.14182) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:41.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:40 smithi007 conmon[35366]: audit 2024-01-18T06:19:40.062115+0000 mon.smithi007 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.7:0/3934188493' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T06:19:41.136 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:41.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:40 smithi181 conmon[39919]: cluster 2024-01-18T06:19:39.871162+0000 mgr.smithi007.eulhwp (mgr.14182) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:41.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:40 smithi181 conmon[39919]: audit 2024-01-18T06:19:40.062115+0000 mon.smithi007 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.7:0/3934188493' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T06:19:43.029 INFO:teuthology.orchestra.run.smithi007.stdout:124554051602 2024-01-18T06:19:43.247 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:42 smithi007 conmon[35366]: cluster 2024-01-18T06:19:41.871760+0000 mgr.smithi007.eulhwp (mgr.14182) 147 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:43.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:42 smithi181 conmon[39919]: cluster 2024-01-18T06:19:41.871760+0000 mgr.smithi007.eulhwp (mgr.14182) 147 : cluster 2024-01-18T06:19:43.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:42 smithi181 conmon[39919]: [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:43.744 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051598 got 124554051602 for osd.3 2024-01-18T06:19:43.744 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-18T06:19:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:43 smithi007 conmon[35366]: audit 2024-01-18T06:19: 2024-01-18T06:19:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:43 smithi007 conmon[35366]: 43.029691+0000 mon.smithi007 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.7:0/4154726585' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T06:19:44.129 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:43 smithi181 conmon[39919]: audit 2024-01-18T06:19:43.029691+0000 mon.smithi007 (mon.0) 595 : audit 2024-01-18T06:19:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:43 smithi181 conmon[39919]: [DBG] from='client.? 172.21.15.7:0/4154726585' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T06:19:45.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:44 smithi007 conmon[35366]: cluster 2024-01-18T06:19:43.872099+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:19:45.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:44 smithi007 conmon[35366]: 148 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:44 smithi181 conmon[39919]: cluster 2024-01-18T06:19:43.872099+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:19:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:44 smithi181 conmon[39919]: 148 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:45.987 INFO:teuthology.orchestra.run.smithi007.stdout:107374182418 2024-01-18T06:19:46.718 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182414 got 107374182418 for osd.4 2024-01-18T06:19:46.718 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-18T06:19:47.103 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:46 smithi007 conmon[35366]: cluster 2024-01-18T06:19:45.872399+0000 mgr.smithi007.eulhwp (mgr.14182) 149 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:46 smithi007 conmon[35366]: audit 2024-01-18T06:19:45.987484+0000 mon.smithi007 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.7:0/3684247915' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T06:19:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:46 smithi181 conmon[39919]: cluster 2024-01-18T06:19:45.872399+0000 mgr.smithi007.eulhwp (mgr.14182) 149 : cluster 2024-01-18T06:19:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:46 smithi181 conmon[39919]: [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:46 smithi181 conmon[39919]: audit 2024-01-18T06:19:45.987484+0000 mon.smithi007 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.7:0/3684247915' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T06:19:48.964 INFO:teuthology.orchestra.run.smithi007.stdout:146028888082 2024-01-18T06:19:49.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:48 smithi181 conmon[39919]: cluster 2024-01-18T06:19:47.872872+0000 mgr.smithi007.eulhwp (mgr.14182) 150 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:49.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:48 smithi007 conmon[35366]: cluster 2024-01-18T06:19:47.872872+0000 mgr.smithi007.eulhwp (mgr.14182) 150 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:49.685 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888078 got 146028888082 for osd.5 2024-01-18T06:19:49.685 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-18T06:19:50.071 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:50.281 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:49 smithi007 conmon[35366]: audit 2024-01- 2024-01-18T06:19:50.281 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:49 smithi007 conmon[35366]: 18T06:19:48.964937+0000 mon.smithi007 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.7:0/603810253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T06:19:50.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:49 smithi181 conmon[39919]: audit 2024-01-18T06:19:48.964937+0000 mon.smithi007 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.7:0/603810253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T06:19:50.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:49 smithi181 conmon[39919]: 2024-01-18T06:19:51.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:50 smithi181 conmon[39919]: cluster 2024-01-18T06:19:49.873191+0000 mgr.smithi007.eulhwp (mgr.14182) 151 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:51.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:50 smithi007 conmon[35366]: cluster 2024-01-18T06:19:49.873191 2024-01-18T06:19:51.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:50 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 151 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:51.843 INFO:teuthology.orchestra.run.smithi007.stdout:128849018899 2024-01-18T06:19:52.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:51 smithi181 conmon[39919]: audit 2024-01-18T06:19:51.843136+0000 mon.smithi007 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.7:0/4270075457' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T06:19:52.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:51 smithi007 conmon[35366]: audit 2024-01-18T06:19:51.843136+0000 mon.smithi007 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.7:0/4270075457' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T06:19:52.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:51 smithi007 conmon[35366]: 2024-01-18T06:19:52.604 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018895 got 128849018899 for osd.6 2024-01-18T06:19:52.605 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-18T06:19:52.993 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:53.248 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:52 smithi007 conmon[35366]: cluster 2024-01-18T06:19:51.873735+0000 mgr.smithi007.eulhwp (mgr.14182) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:53.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:52 smithi181 conmon[39919]: cluster 2024-01-18T06:19:51.873735+0000 mgr.smithi007.eulhwp (mgr.14182) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:54.803 INFO:teuthology.orchestra.run.smithi007.stdout:163208757265 2024-01-18T06:19:55.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:54 smithi007 conmon[35366]: cluster 2024-01-18T06:19:53.874262+0000 mgr.smithi007.eulhwp (mgr.14182) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:55.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:54 smithi007 conmon[35366]: audit 2024-01-18T06:19:54.804016+0000 mon.smithi007 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.7:0/2033204456' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T06:19:55.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:54 smithi181 conmon[39919]: cluster 2024-01-18T06:19:53.874262+0000 mgr.smithi007.eulhwp (mgr.14182) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:55.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:54 smithi181 conmon[39919]: audit 2024-01-18T06:19:55.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:54 smithi181 conmon[39919]: 2024-01-18T06:19:54.804016+0000 mon.smithi007 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.7:0/2033204456' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T06:19:55.485 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757261 got 163208757265 for osd.7 2024-01-18T06:19:55.485 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-18T06:19:55.485 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T06:19:55.872 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:57.088 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:56 smithi007 conmon[35366]: cluster 2024-01-18T06:19:55.874623+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:19:57.088 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:56 smithi007 conmon[35366]: 154 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:57.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:56 smithi181 conmon[39919]: cluster 2024-01-18T06:19:55.874623+0000 mgr.smithi007.eulhwp (mgr.14182) 154 : cluster [DBG] 2024-01-18T06:19:57.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:56 smithi181 conmon[39919]: pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:57.822 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:19:57.823 INFO:teuthology.orchestra.run.smithi007.stderr:dumped all 2024-01-18T06:19:58.508 INFO:teuthology.orchestra.run.smithi007.stdout:{"pg_ready":true,"pg_map":{"version":136,"stamp":"2024-01-18T06:19:55.874456+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":2379896,"kb_used_data":3128,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548552,"statfs":{"total":767926730752,"available":765489717248,"internally_reserved":0,"allocated":3203072,"data_stored":1247012,"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":40,"state":"active+clean","last_fresh":"2024-01-18T06:18:43.062649+0000","last_change":"2024-01-18T06:18:43.062649+0000","last_active":"2024-01-18T06:18:43.062649+0000","last_peered":"2024-01-18T06:18:43.062649+0000","last_clean":"2024-01-18T06:18:43.062649+0000","last_became_active":"2024-01-18T06:18:43.062239+0000","last_became_peered":"2024-01-18T06:18:43.062239+0000","last_unstale":"2024-01-18T06:18:43.062649+0000","last_undegraded":"2024-01-18T06:18:43.062649+0000","last_fullsized":"2024-01-18T06:18:43.062649+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T06:18:18.517506+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T06:18:18.517506+0000","last_clean_scrub_stamp":"2024-01-18T06:18:18.517506+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757265,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155778,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.67400000000000004}]},{"osd":1,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.52100000000000002}]},{"osd":2,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.59499999999999997}]},{"osd":3,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.48199999999999998}]},{"osd":4,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.96999999999999997,"5min":0.96999999999999997,"15min":0.96999999999999997},"last":0.69799999999999995}]},{"osd":5,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.61899999999999999}]},{"osd":6,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.038,"5min":1.038,"15min":1.038},"last":0.63100000000000001}]}]},{"osd":5,"up_from":34,"seq":146028888084,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.58099999999999996}]},{"osd":1,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.40899999999999997}]},{"osd":2,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.64100000000000001}]},{"osd":3,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.75,"5min":1.75,"15min":1.75},"last":0.47299999999999998}]},{"osd":4,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.0960000000000001,"5min":1.0960000000000001,"15min":1.0960000000000001},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.198,"5min":1.198,"15min":1.198},"last":0.70799999999999996}]},{"osd":6,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":1.0640000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.1299999999999999,"5min":1.1299999999999999,"15min":1.1299999999999999},"last":0.72399999999999998}]},{"osd":7,"last update":"Thu Jan 18 06:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.629},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":0.66400000000000003}]}]},{"osd":2,"up_from":20,"seq":85899345943,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:18 2024","interfaces":[{"interface":"back","average":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.28000000000000003}]},{"osd":1,"last update":"Thu Jan 18 06:19:23 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.78100000000000003}]},{"osd":3,"last update":"Thu Jan 18 06:19:27 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.80200000000000005},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.69199999999999995}]},{"osd":4,"last update":"Thu Jan 18 06:19:23 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.36699999999999999}]},{"osd":5,"last update":"Thu Jan 18 06:19:33 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.83399999999999996},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.60499999999999998}]},{"osd":6,"last update":"Thu Jan 18 06:19:27 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.434},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.42699999999999999}]},{"osd":7,"last update":"Thu Jan 18 06:19:45 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.84599999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476760,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":154676,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 18 06:19:18 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.443}]},{"osd":2,"last update":"Thu Jan 18 06:19:18 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"last":0.377},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.316}]},{"osd":3,"last update":"Thu Jan 18 06:19:29 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.49199999999999999}]},{"osd":4,"last update":"Thu Jan 18 06:19:23 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.42699999999999999}]},{"osd":5,"last update":"Thu Jan 18 06:19:39 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.505}]},{"osd":6,"last update":"Thu Jan 18 06:19:29 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.39500000000000002}]},{"osd":7,"last update":"Thu Jan 18 06:19:43 2024","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.52600000000000002}]}]},{"osd":1,"up_from":22,"seq":94489280534,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:18 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"last":0.621}]},{"osd":2,"last update":"Thu Jan 18 06:19:18 2024","interfaces":[{"interface":"back","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.135,"5min":1.135,"15min":1.135},"last":0.751},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.64500000000000002}]},{"osd":3,"last update":"Thu Jan 18 06:19:26 2024","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.52900000000000003}]},{"osd":4,"last update":"Thu Jan 18 06:19:23 2024","interfaces":[{"interface":"back","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.153,"5min":1.153,"15min":1.153},"last":0.67000000000000004}]},{"osd":5,"last update":"Thu Jan 18 06:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.071,"5min":1.071,"15min":1.071},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.58599999999999997}]},{"osd":6,"last update":"Thu Jan 18 06:19:26 2024","interfaces":[{"interface":"back","average":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.1970000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.67600000000000005}]},{"osd":7,"last update":"Thu Jan 18 06:19:41 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.302,"5min":1.302,"15min":1.302},"last":0.72799999999999998}]}]},{"osd":4,"up_from":25,"seq":107374182420,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:24 2024","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.376}]},{"osd":1,"last update":"Thu Jan 18 06:19:24 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.64200000000000002}]},{"osd":2,"last update":"Thu Jan 18 06:19:24 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.435},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.34799999999999998}]},{"osd":3,"last update":"Thu Jan 18 06:19:26 2024","interfaces":[{"interface":"back","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.58599999999999997}]},{"osd":5,"last update":"Thu Jan 18 06:19:36 2024","interfaces":[{"interface":"back","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.57299999999999995}]},{"osd":6,"last update":"Thu Jan 18 06:19:26 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.47599999999999998}]},{"osd":7,"last update":"Thu Jan 18 06:19:41 2024","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.68500000000000005}]}]},{"osd":3,"up_from":29,"seq":124554051605,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:25 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.439},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.54000000000000004}]},{"osd":1,"last update":"Thu Jan 18 06:19:25 2024","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.42099999999999999}]},{"osd":2,"last update":"Thu Jan 18 06:19:25 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.52800000000000002}]},{"osd":4,"last update":"Thu Jan 18 06:19:25 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.625},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.64400000000000002}]},{"osd":5,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.56599999999999995}]},{"osd":6,"last update":"Thu Jan 18 06:19:25 2024","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.5},{"interface":"front","average":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"min":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.022,"5min":1.022,"15min":1.022},"last":0.58799999999999997}]},{"osd":7,"last update":"Thu Jan 18 06:19:40 2024","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.67800000000000005}]}]},{"osd":6,"up_from":30,"seq":128849018901,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.29799999999999999},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.38500000000000001}]},{"osd":1,"last update":"Thu Jan 18 06:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.505}]},{"osd":2,"last update":"Thu Jan 18 06:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.374},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.45600000000000002}]},{"osd":3,"last update":"Thu Jan 18 06:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.61599999999999999}]},{"osd":4,"last update":"Thu Jan 18 06:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"last":0.47499999999999998}]},{"osd":5,"last update":"Thu Jan 18 06:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.90600000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"last":0.63},{"interface":"front","average":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.55800000000000005}]},{"osd":7,"last update":"Thu Jan 18 06:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.59399999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-18T06:19:58.509 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T06:19:58.896 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:19:59.222 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:58 smithi007 conmon[35366]: audit 2024-01-18T06:19:57.819473+0000 mgr.smithi007.eulhwp (mgr.14182) 155 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:19:59.222 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:19:58 smithi007 conmon[35366]: cluster 2024-01-18T06:19:57.875070+0000 mgr.smithi007.eulhwp (mgr.14182) 156 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:19:59.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:58 smithi181 conmon[39919]: audit 2024-01-18T06:19:57.819473+0000 mgr.smithi007.eulhwp (mgr.14182) 155 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:19:59.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:58 smithi181 conmon[39919]: 2024-01-18T06:19:59.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:19:58 smithi181 conmon[39919]: cluster 2024-01-18T06:19:57.875070+0000 mgr.smithi007.eulhwp (mgr.14182) 156 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:00.851 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:20:00.851 INFO:teuthology.orchestra.run.smithi007.stderr:dumped all 2024-01-18T06:20:01.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:00 smithi181 conmon[39919]: cluster 2024-01-18T06:19:59.875552+0000 mgr.smithi007.eulhwp (mgr.14182) 157 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:01.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:00 smithi181 conmon[39919]: 2024-01-18T06:20:01.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:00 smithi181 conmon[39919]: cluster 2024-01-18T06:20:00.000092+0000 mon.smithi007 (mon.0) 600 : cluster [INF] overall HEALTH_OK 2024-01-18T06:20:01.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:00 smithi007 conmon[35366]: cluster 2024-01-18T06:19:59.875552+0000 mgr.smithi007.eulhwp (mgr.14182) 157 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:01.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:00 smithi007 conmon[35366]: cluster 2024-01-18T06:20:00.000092+0000 mon.smithi007 (mon.0) 600 : cluster [INF] overall HEALTH_OK 2024-01-18T06:20:01.600 INFO:teuthology.orchestra.run.smithi007.stdout:{"pg_ready":true,"pg_map":{"version":138,"stamp":"2024-01-18T06:19:59.875314+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":2379896,"kb_used_data":3128,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548552,"statfs":{"total":767926730752,"available":765489717248,"internally_reserved":0,"allocated":3203072,"data_stored":1247012,"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":40,"state":"active+clean","last_fresh":"2024-01-18T06:18:43.062649+0000","last_change":"2024-01-18T06:18:43.062649+0000","last_active":"2024-01-18T06:18:43.062649+0000","last_peered":"2024-01-18T06:18:43.062649+0000","last_clean":"2024-01-18T06:18:43.062649+0000","last_became_active":"2024-01-18T06:18:43.062239+0000","last_became_peered":"2024-01-18T06:18:43.062239+0000","last_unstale":"2024-01-18T06:18:43.062649+0000","last_undegraded":"2024-01-18T06:18:43.062649+0000","last_fullsized":"2024-01-18T06:18:43.062649+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T06:18:18.517506+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T06:18:18.517506+0000","last_clean_scrub_stamp":"2024-01-18T06:18:18.517506+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757266,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155778,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.497}]},{"osd":1,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.55200000000000005}]},{"osd":2,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.57599999999999996}]},{"osd":3,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.68999999999999995}]},{"osd":4,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.96999999999999997,"5min":0.96999999999999997,"15min":0.96999999999999997},"last":0.66000000000000003}]},{"osd":5,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.71199999999999997}]},{"osd":6,"last update":"Thu Jan 18 06:19:46 2024","interfaces":[{"interface":"back","average":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.038,"5min":1.038,"15min":1.038},"last":0.72499999999999998}]}]},{"osd":5,"up_from":34,"seq":146028888085,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.55000000000000004}]},{"osd":1,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.372},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.39700000000000002}]},{"osd":2,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.50900000000000001}]},{"osd":3,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.75,"5min":1.75,"15min":1.75},"last":0.47299999999999998}]},{"osd":4,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.0960000000000001,"5min":1.0960000000000001,"15min":1.0960000000000001},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.198,"5min":1.198,"15min":1.198},"last":0.56799999999999995}]},{"osd":6,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":1.0640000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.1299999999999999,"5min":1.1299999999999999,"15min":1.1299999999999999},"last":0.53000000000000003}]},{"osd":7,"last update":"Thu Jan 18 06:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.64800000000000002},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":0.62}]}]},{"osd":2,"up_from":20,"seq":85899345943,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:18 2024","interfaces":[{"interface":"back","average":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.28000000000000003}]},{"osd":1,"last update":"Thu Jan 18 06:19:23 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.78100000000000003}]},{"osd":3,"last update":"Thu Jan 18 06:19:27 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.80200000000000005},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.69199999999999995}]},{"osd":4,"last update":"Thu Jan 18 06:19:23 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.36699999999999999}]},{"osd":5,"last update":"Thu Jan 18 06:19:33 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.83399999999999996},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.60499999999999998}]},{"osd":6,"last update":"Thu Jan 18 06:19:27 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.434},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.42699999999999999}]},{"osd":7,"last update":"Thu Jan 18 06:19:45 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.84599999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476761,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":154676,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 18 06:19:18 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.57199999999999995}]},{"osd":2,"last update":"Thu Jan 18 06:19:18 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.34100000000000003}]},{"osd":3,"last update":"Thu Jan 18 06:19:29 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.65800000000000003}]},{"osd":4,"last update":"Thu Jan 18 06:19:23 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.51600000000000001}]},{"osd":5,"last update":"Thu Jan 18 06:19:39 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.64600000000000002}]},{"osd":6,"last update":"Thu Jan 18 06:19:29 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.54500000000000004}]},{"osd":7,"last update":"Thu Jan 18 06:19:43 2024","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.622},{"interface":"front","average":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.60999999999999999}]}]},{"osd":1,"up_from":22,"seq":94489280535,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:18 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"last":0.621}]},{"osd":2,"last update":"Thu Jan 18 06:19:18 2024","interfaces":[{"interface":"back","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.135,"5min":1.135,"15min":1.135},"last":0.751},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.64500000000000002}]},{"osd":3,"last update":"Thu Jan 18 06:19:26 2024","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.52900000000000003}]},{"osd":4,"last update":"Thu Jan 18 06:19:23 2024","interfaces":[{"interface":"back","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.153,"5min":1.153,"15min":1.153},"last":0.67000000000000004}]},{"osd":5,"last update":"Thu Jan 18 06:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.071,"5min":1.071,"15min":1.071},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.58599999999999997}]},{"osd":6,"last update":"Thu Jan 18 06:19:26 2024","interfaces":[{"interface":"back","average":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.1970000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.67600000000000005}]},{"osd":7,"last update":"Thu Jan 18 06:19:41 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":1.302,"5min":1.302,"15min":1.302},"last":0.72799999999999998}]}]},{"osd":4,"up_from":25,"seq":107374182421,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:24 2024","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.26800000000000002},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.40600000000000003}]},{"osd":1,"last update":"Thu Jan 18 06:19:24 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.55700000000000005}]},{"osd":2,"last update":"Thu Jan 18 06:19:24 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.37},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.30399999999999999}]},{"osd":3,"last update":"Thu Jan 18 06:19:26 2024","interfaces":[{"interface":"back","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.66100000000000003}]},{"osd":5,"last update":"Thu Jan 18 06:19:36 2024","interfaces":[{"interface":"back","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.57999999999999996}]},{"osd":6,"last update":"Thu Jan 18 06:19:26 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.34999999999999998}]},{"osd":7,"last update":"Thu Jan 18 06:19:41 2024","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.61499999999999999}]}]},{"osd":3,"up_from":29,"seq":124554051606,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:25 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.749}]},{"osd":1,"last update":"Thu Jan 18 06:19:25 2024","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.53200000000000003}]},{"osd":2,"last update":"Thu Jan 18 06:19:25 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.76800000000000002}]},{"osd":4,"last update":"Thu Jan 18 06:19:25 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.75600000000000001}]},{"osd":5,"last update":"Thu Jan 18 06:19:35 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.52000000000000002}]},{"osd":6,"last update":"Thu Jan 18 06:19:25 2024","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"min":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.022,"5min":1.022,"15min":1.022},"last":0.78300000000000003}]},{"osd":7,"last update":"Thu Jan 18 06:19:40 2024","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.58199999999999996}]}]},{"osd":6,"up_from":30,"seq":128849018901,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":156093,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 06:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.29799999999999999},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.38500000000000001}]},{"osd":1,"last update":"Thu Jan 18 06:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.505}]},{"osd":2,"last update":"Thu Jan 18 06:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.374},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.45600000000000002}]},{"osd":3,"last update":"Thu Jan 18 06:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.61599999999999999}]},{"osd":4,"last update":"Thu Jan 18 06:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"last":0.47499999999999998}]},{"osd":5,"last update":"Thu Jan 18 06:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.90600000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"last":0.63},{"interface":"front","average":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.55800000000000005}]},{"osd":7,"last update":"Thu Jan 18 06:19:44 2024","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.59399999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-18T06:20:01.601 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-18T06:20:01.601 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-18T06:20:01.601 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-18T06:20:01.601 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph health --format=json 2024-01-18T06:20:01.989 INFO:teuthology.orchestra.run.smithi007.stderr:Inferring config /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/mon.smithi007/config 2024-01-18T06:20:02.238 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:01 smithi007 conmon[35366]: audit 2024-01-18T06:20:00.848272+0000 mgr.smithi007.eulhwp (mgr.14182) 158 : audit [DBG] 2024-01-18T06:20:02.238 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:01 smithi007 conmon[35366]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:01 smithi181 conmon[39919]: audit 2024-01-18T06:20:00.848272+0000 mgr.smithi007.eulhwp (mgr.14182) 158 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:03.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:02 smithi007 conmon[35366]: cluster 2024-01-18T06:20:01.875864+0000 mgr.smithi007.eulhwp (mgr.14182) 159 : cluster [DBG] 2024-01-18T06:20:03.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:02 smithi007 conmon[35366]: pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:03.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:02 smithi181 conmon[39919]: cluster 2024-01-18T06:20:01.875864+0000 mgr.smithi007.eulhwp (mgr.14182) 159 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:03.813 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:20:04.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:03 smithi007 conmon[35366]: audit 2024-01-18T06:20:03.813423+0000 mon.smithi007 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.7:0/235258320' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T06:20:04.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:03 smithi181 conmon[39919]: audit 2024-01-18T06:20:03.813423+0000 mon.smithi007 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.7:0/235258320' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T06:20:04.559 INFO:teuthology.orchestra.run.smithi007.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-18T06:20:04.560 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-18T06:20:04.560 INFO:tasks.cephadm:Setup complete, yielding 2024-01-18T06:20:04.560 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T06:20:04.570 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi007.front.sepia.ceph.com 2024-01-18T06:20:04.570 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- bash -c 'ceph orch status' 2024-01-18T06:20:05.159 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:04 smithi007 conmon[35366]: cluster 2024-01-18T06:20:03.876150+0000 mgr.smithi007.eulhwp (mgr.14182) 160 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:05.159 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:04 smithi007 conmon[35366]: 2024-01-18T06:20:05.159 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:04 smithi007 conmon[35366]: audit 2024-01-18T06:20:04.492306+0000 mon.smithi007 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:20:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:04 smithi181 conmon[39919]: cluster 2024-01-18T06:20:03.876150+0000 mgr.smithi007.eulhwp (mgr.14182) 160 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:04 smithi181 conmon[39919]: audit 2024-01-18T06:20:04.492306+0000 mon.smithi007 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:20:07.245 INFO:teuthology.orchestra.run.smithi007.stdout:Backend: cephadm 2024-01-18T06:20:07.245 INFO:teuthology.orchestra.run.smithi007.stdout:Available: Yes 2024-01-18T06:20:07.245 INFO:teuthology.orchestra.run.smithi007.stdout:Paused: No 2024-01-18T06:20:07.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:07 smithi181 conmon[39919]: cluster 2024-01-18T06:20:05.876510+0000 mgr.smithi007.eulhwp (mgr.14182) 161 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:07.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:07 smithi181 conmon[39919]: audit 2024-01-18T06:20:06.142681+0000 mon.smithi007 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:07.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:07 smithi007 conmon[35366]: cluster 2024-01-18T06:20:05.876510+0000 mgr.smithi007.eulhwp (mgr.14182) 161 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:07.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:07 smithi007 conmon[35366]: audit 2024-01-18T06:20:06.142681+0000 mon.smithi007 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:08.292 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-18T06:20:08.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:08 smithi181 conmon[39919]: audit 2024-01-18T06:20:07.245693+0000 mgr.smithi007.eulhwp (mgr.14182) 162 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:08.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:08 smithi181 conmon[39919]: 2024-01-18T06:20:08.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:08 smithi007 conmon[35366]: audit 2024-01-18T06:20:07.245693+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:20:08.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:08 smithi007 conmon[35366]: 162 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:09.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:09 smithi007 conmon[35366]: cluster 2024-01-18T06:20:07.876886+0000 mgr.smithi007.eulhwp (mgr.14182) 163 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:09.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:09 smithi181 conmon[39919]: cluster 2024-01-18T06:20:07.876886+0000 mgr.smithi007.eulhwp (mgr.14182) 163 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:11.007 INFO:teuthology.orchestra.run.smithi007.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-18T06:20:11.007 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager.smithi007 smithi007 *:9093,9094 running (2m) 0s ago 4m 24.4M - 0.23.0 ba2b418f427c 1bcbe43799ba 2024-01-18T06:20:11.007 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi007 smithi007 running (4m) 0s ago 4m 7285k - 16.2.14-454-g491b5e13 5debfd7ac2a7 e79183ae3cb9 2024-01-18T06:20:11.007 INFO:teuthology.orchestra.run.smithi007.stdout:crash.smithi181 smithi181 running (3m) 4s ago 3m 7411k - 16.2.14-454-g491b5e13 5debfd7ac2a7 3fab093e136a 2024-01-18T06:20:11.007 INFO:teuthology.orchestra.run.smithi007.stdout:grafana.smithi007 smithi007 *:3000 running (2m) 0s ago 4m 48.4M - 8.3.5 dad864ee21e9 37a3f283c969 2024-01-18T06:20:11.007 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi007.eulhwp smithi007 *:9283 running (5m) 0s ago 5m 451M - 16.2.14-454-g491b5e13 5debfd7ac2a7 f1af5baee89f 2024-01-18T06:20:11.007 INFO:teuthology.orchestra.run.smithi007.stdout:mgr.smithi181.vdrlru smithi181 *:8443,9283 running (3m) 4s ago 3m 395M - 16.2.14-454-g491b5e13 5debfd7ac2a7 c88e999f6f3f 2024-01-18T06:20:11.007 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi007 smithi007 running (5m) 0s ago 5m 91.7M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 c0d2e3d9cf3f 2024-01-18T06:20:11.008 INFO:teuthology.orchestra.run.smithi007.stdout:mon.smithi181 smithi181 running (3m) 4s ago 3m 82.8M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 79de3ae0c19a 2024-01-18T06:20:11.008 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi007 smithi007 *:9100 running (3m) 0s ago 3m 22.3M - 1.3.1 1dbe0e931976 208dab51551a 2024-01-18T06:20:11.008 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter.smithi181 smithi181 *:9100 running (3m) 4s ago 3m 25.1M - 1.3.1 1dbe0e931976 9c6499db451f 2024-01-18T06:20:11.008 INFO:teuthology.orchestra.run.smithi007.stdout:osd.0 smithi181 running (2m) 4s ago 2m 37.8M 3990M 16.2.14-454-g491b5e13 5debfd7ac2a7 0cca7e4daa68 2024-01-18T06:20:11.008 INFO:teuthology.orchestra.run.smithi007.stdout:osd.1 smithi007 running (119s) 0s ago 119s 38.8M 3223M 16.2.14-454-g491b5e13 5debfd7ac2a7 a2eee2294cf7 2024-01-18T06:20:11.008 INFO:teuthology.orchestra.run.smithi007.stdout:osd.2 smithi181 running (2m) 4s ago 2m 38.1M 3990M 16.2.14-454-g491b5e13 5debfd7ac2a7 4d3932c3782e 2024-01-18T06:20:11.008 INFO:teuthology.orchestra.run.smithi007.stdout:osd.3 smithi007 running (112s) 0s ago 112s 35.7M 3223M 16.2.14-454-g491b5e13 5debfd7ac2a7 319fabb62be7 2024-01-18T06:20:11.008 INFO:teuthology.orchestra.run.smithi007.stdout:osd.4 smithi181 running (117s) 4s ago 116s 34.6M 3990M 16.2.14-454-g491b5e13 5debfd7ac2a7 06003be8f6bb 2024-01-18T06:20:11.008 INFO:teuthology.orchestra.run.smithi007.stdout:osd.5 smithi007 running (104s) 0s ago 104s 34.6M 3223M 16.2.14-454-g491b5e13 5debfd7ac2a7 40e16a610674 2024-01-18T06:20:11.008 INFO:teuthology.orchestra.run.smithi007.stdout:osd.6 smithi181 running (111s) 4s ago 111s 34.7M 3990M 16.2.14-454-g491b5e13 5debfd7ac2a7 f1caeb058357 2024-01-18T06:20:11.008 INFO:teuthology.orchestra.run.smithi007.stdout:osd.7 smithi007 running (97s) 0s ago 96s 37.8M 3223M 16.2.14-454-g491b5e13 5debfd7ac2a7 00798c63a3e9 2024-01-18T06:20:11.008 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus.smithi007 smithi007 *:9095 running (2m) 0s ago 3m 50.6M - 2.33.4 514e6a882f6e e2c81b0561fe 2024-01-18T06:20:11.697 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:11 smithi007 conmon[35366]: cluster 2024-01-18T06:20:09.877317+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:20:11.697 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:11 smithi007 conmon[35366]: ) 164 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:11.697 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:11 smithi007 conmon[35366]: audit 2024-01-18T06:20:10.634619+0000 mon.smithi007 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:11.697 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:11 smithi007 conmon[35366]: audit 2024-01-18T06:20:10.986725+0000 mon.smithi007 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:20:11.697 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:11 smithi007 conmon[35366]: audit 2024-01-18T06:20:10.987496 2024-01-18T06:20:11.697 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:11 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:20:11.698 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:11 smithi007 conmon[35366]: 2024-01-18T06:20:11.698 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:11 smithi007 conmon[35366]: audit 2024-01-18T06:20:11.698 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:11 smithi007 conmon[35366]: 2024-01-18T06:20: 2024-01-18T06:20:11.698 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:11 smithi007 conmon[35366]: 10.991965+0000 mon.smithi007 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:11.698 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:11 smithi007 conmon[35366]: audit 2024-01-18T06:20:10.995816+0000 mon.smithi007 (mon.0) 608 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:20:11.700 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-18T06:20:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:11 smithi181 conmon[39919]: cluster 2024-01-18T06:20:09.877317+0000 mgr.smithi007.eulhwp (mgr.14182) 164 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:11 smithi181 conmon[39919]: audit 2024-01-18T06:20:10.634619+0000 mon.smithi007 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:11 smithi181 conmon[39919]: audit 2024-01-18T06:20:10.986725+0000 mon.smithi007 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:20:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:11 smithi181 conmon[39919]: audit 2024-01-18T06:20:10.987496+0000 mon.smithi007 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:20:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:11 smithi181 conmon[39919]: audit 2024-01-18T06: 2024-01-18T06:20:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:11 smithi181 conmon[39919]: 20:10.991965+0000 mon.smithi007 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:12.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:11 smithi181 conmon[39919]: audit 2024-01-18T06:20:10.995816 2024-01-18T06:20:12.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:11 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 608 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:20:13.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:12 smithi181 conmon[39919]: audit 2024-01-18T06:20:10.994405+0000 mgr.smithi007.eulhwp (mgr.14182) 165 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:12 smithi007 conmon[35366]: audit 2024-01-18T06:20:10.994405+0000 mgr.smithi007.eulhwp (mgr.14182) 165 : audit 2024-01-18T06:20:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:12 smithi007 conmon[35366]: [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:13.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:13 smithi007 conmon[35366]: cluster 2024-01-18T06:20:11.877636+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:20:13.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:13 smithi007 conmon[35366]: 166 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:13.868 INFO:teuthology.orchestra.run.smithi007.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-18T06:20:13.869 INFO:teuthology.orchestra.run.smithi007.stdout:alertmanager ?:9093,9094 1/1 3s ago 4m count:1 2024-01-18T06:20:13.869 INFO:teuthology.orchestra.run.smithi007.stdout:crash 2/2 7s ago 5m * 2024-01-18T06:20:13.869 INFO:teuthology.orchestra.run.smithi007.stdout:grafana ?:3000 1/1 3s ago 5m count:1 2024-01-18T06:20:13.869 INFO:teuthology.orchestra.run.smithi007.stdout:mgr 2/2 7s ago 5m count:2 2024-01-18T06:20:13.869 INFO:teuthology.orchestra.run.smithi007.stdout:mon 2/2 7s ago 3m smithi007:172.21.15.7=smithi007;smithi181:172.21.15.181=smithi181;count:2 2024-01-18T06:20:13.869 INFO:teuthology.orchestra.run.smithi007.stdout:node-exporter ?:9100 2/2 7s ago 5m * 2024-01-18T06:20:13.869 INFO:teuthology.orchestra.run.smithi007.stdout:osd.all-available-devices 8 7s ago 3m * 2024-01-18T06:20:13.869 INFO:teuthology.orchestra.run.smithi007.stdout:prometheus ?:9095 1/1 3s ago 5m count:1 2024-01-18T06:20:14.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:13 smithi181 conmon[39919]: cluster 2024-01-18T06:20:11.877636+0000 mgr.smithi007.eulhwp (mgr.14182) 166 : cluster 2024-01-18T06:20:14.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:13 smithi181 conmon[39919]: [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:14.514 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-18T06:20:15.851 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:15 smithi007 conmon[35366]: audit 2024-01-18T06:20:13.866095+0000 mgr.smithi007.eulhwp (mgr.14182) 167 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:15.852 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:15 smithi007 conmon[35366]: cluster 2024-01-18T06:20:13.877905+0000 mgr.smithi007.eulhwp (mgr.14182) 168 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:16.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:15 smithi181 conmon[39919]: audit 2024-01-18T06:20:13.866095+0000 mgr.smithi007.eulhwp (mgr.14182) 167 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:16.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:15 smithi181 conmon[39919]: cluster 2024-01-18T06:20:13.877905+0000 mgr.smithi007.eulhwp (mgr.14182) 168 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:HOST ADDR LABELS STATUS 2024-01-18T06:20:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 172.21.15.7 2024-01-18T06:20:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:smithi181 172.21.15.181 2024-01-18T06:20:16.530 INFO:teuthology.orchestra.run.smithi007.stdout:2 hosts in cluster 2024-01-18T06:20:17.227 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:16 smithi007 conmon[35366]: cluster 2024-01-18T06:20:15.878214+0000 mgr.smithi007.eulhwp (mgr.14182) 169 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:17.227 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:16 smithi007 conmon[35366]: audit 2024-01-18T06:20:16.530834+0000 mgr.smithi007.eulhwp (mgr.14182) 170 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:17.247 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-18T06:20:17.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:16 smithi181 conmon[39919]: cluster 2024-01-18T06:20:15.878214+0000 mgr.smithi007.eulhwp (mgr.14182) 169 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:17.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:16 smithi181 conmon[39919]: audit 2024-01-18T06:20:16.530834+0000 mgr.smithi007.eulhwp (mgr.14182) 170 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:18.963 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:18 smithi007 conmon[35366]: cluster 2024-01-18T06:20:17.878715+0000 mgr.smithi007.eulhwp (mgr.14182) 171 : cluster [DBG] 2024-01-18T06:20:18.963 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:18 smithi007 conmon[35366]: pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:19.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:18 smithi181 conmon[39919]: cluster 2024-01-18T06:20:17.878715+0000 mgr.smithi007.eulhwp (mgr.14182) 171 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:19.383 INFO:teuthology.orchestra.run.smithi007.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T06:20:19.383 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300GE480DGN 447G 89s ago Has a FileSystem, LVM detected 2024-01-18T06:20:19.383 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 /dev/nvme1n1 ssd Linux_8441c88d2844998d0932 89.4G 89s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:19.383 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 /dev/nvme2n1 ssd Linux_82696de6dee0791b535c 89.4G 89s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:19.383 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 /dev/nvme3n1 ssd Linux_adb73e56c85c236d2afb 89.4G 89s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:19.383 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 /dev/nvme4n1 ssd Linux_41cdd58ebe3451163fd7 89.4G 89s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:19.383 INFO:teuthology.orchestra.run.smithi007.stdout:smithi181 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6246000E400BGN 372G 95s ago Has a FileSystem, LVM detected 2024-01-18T06:20:19.383 INFO:teuthology.orchestra.run.smithi007.stdout:smithi181 /dev/nvme1n1 ssd Linux_f7555d6fcfb3b042ee6e 89.4G 95s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:19.383 INFO:teuthology.orchestra.run.smithi007.stdout:smithi181 /dev/nvme2n1 ssd Linux_91777b701bd8c4d2d0ed 89.4G 95s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:19.383 INFO:teuthology.orchestra.run.smithi007.stdout:smithi181 /dev/nvme3n1 ssd Linux_82c63b790493696c71c1 89.4G 95s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:19.384 INFO:teuthology.orchestra.run.smithi007.stdout:smithi181 /dev/nvme4n1 ssd Linux_d8da850efe7f823ce453 89.4G 95s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:20.106 INFO:teuthology.run_tasks:Running task vip... 2024-01-18T06:20:20.116 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-18T06:20:20.116 INFO:tasks.vip:peername 172.21.15.7 2024-01-18T06:20:20.119 INFO:tasks.vip:172.21.15.7 in 172.21.0.0/20, pos 3846 2024-01-18T06:20:20.123 INFO:tasks.vip:smithi007.front.sepia.ceph.com static 10.0.15.7, vnet 10.0.0.0/16 2024-01-18T06:20:20.123 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-18T06:20:20.123 DEBUG:teuthology.orchestra.run.smithi007:> sudo ip route ls 2024-01-18T06:20:20.154 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:19 smithi007 conmon[35366]: audit 2024-01-18T06:20:19.381972+0000 mgr.smithi007.eulhwp (mgr.14182) 172 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:20.158 INFO:teuthology.orchestra.run.smithi007.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-01-18T06:20:20.159 INFO:teuthology.orchestra.run.smithi007.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.7 metric 100 2024-01-18T06:20:20.160 INFO:tasks.vip:Configuring 10.0.15.7 on smithi007.front.sepia.ceph.com iface ens1f0... 2024-01-18T06:20:20.160 DEBUG:teuthology.orchestra.run.smithi007:> sudo ip addr add 10.0.15.7/16 dev ens1f0 2024-01-18T06:20:20.236 INFO:tasks.vip:peername 172.21.15.181 2024-01-18T06:20:20.239 INFO:tasks.vip:172.21.15.181 in 172.21.0.0/20, pos 4020 2024-01-18T06:20:20.242 INFO:tasks.vip:smithi181.front.sepia.ceph.com static 10.0.15.181, vnet 10.0.0.0/16 2024-01-18T06:20:20.242 DEBUG:teuthology.orchestra.run.smithi181:> sudo ip route ls 2024-01-18T06:20:20.276 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:19 smithi181 conmon[39919]: audit 2024-01-18T06:20:19.381972+0000 mgr.smithi007.eulhwp (mgr.14182) 172 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:20.280 INFO:teuthology.orchestra.run.smithi181.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-18T06:20:20.281 INFO:teuthology.orchestra.run.smithi181.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.181 metric 100 2024-01-18T06:20:20.282 INFO:tasks.vip:Configuring 10.0.15.181 on smithi181.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T06:20:20.282 DEBUG:teuthology.orchestra.run.smithi181:> sudo ip addr add 10.0.15.181/16 dev enp3s0f1 2024-01-18T06:20:20.354 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T06:20:20.364 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi007.front.sepia.ceph.com 2024-01-18T06:20:20.364 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-18T06:20:21.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:20 smithi181 conmon[39919]: cluster 2024-01-18T06:20:19.879215+0000 mgr.smithi007.eulhwp (mgr.14182) 173 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:21.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:20 smithi007 conmon[35366]: cluster 2024-01-18T06:20:19.879215+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:20:21.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:20 smithi007 conmon[35366]: 14182) 173 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:22.576 INFO:teuthology.orchestra.run.smithi007.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T06:20:22.576 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300GE480DGN 447G 92s ago Has a FileSystem, LVM detected 2024-01-18T06:20:22.577 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 /dev/nvme1n1 ssd Linux_8441c88d2844998d0932 89.4G 92s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:22.577 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 /dev/nvme2n1 ssd Linux_82696de6dee0791b535c 89.4G 92s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:22.577 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 /dev/nvme3n1 ssd Linux_adb73e56c85c236d2afb 89.4G 92s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:22.577 INFO:teuthology.orchestra.run.smithi007.stdout:smithi007 /dev/nvme4n1 ssd Linux_41cdd58ebe3451163fd7 89.4G 92s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:22.577 INFO:teuthology.orchestra.run.smithi007.stdout:smithi181 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6246000E400BGN 372G 98s ago Has a FileSystem, LVM detected 2024-01-18T06:20:22.577 INFO:teuthology.orchestra.run.smithi007.stdout:smithi181 /dev/nvme1n1 ssd Linux_f7555d6fcfb3b042ee6e 89.4G 98s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:22.577 INFO:teuthology.orchestra.run.smithi007.stdout:smithi181 /dev/nvme2n1 ssd Linux_91777b701bd8c4d2d0ed 89.4G 98s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:22.577 INFO:teuthology.orchestra.run.smithi007.stdout:smithi181 /dev/nvme3n1 ssd Linux_82c63b790493696c71c1 89.4G 98s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:22.577 INFO:teuthology.orchestra.run.smithi007.stdout:smithi181 /dev/nvme4n1 ssd Linux_d8da850efe7f823ce453 89.4G 98s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T06:20:23.246 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:22 smithi007 conmon[35366]: cluster 2024-01-18T06:20:21.879579+0000 mgr.smithi007.eulhwp (mgr.14182) 174 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:23.247 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:22 smithi007 conmon[35366]: audit 2024-01-18T06:20:22.574726+0000 mgr.smithi007.eulhwp (mgr.14182) 175 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:23.247 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:22 smithi007 conmon[35366]: audit 2024-01-18T06:20:22.596491+0000 mon.smithi007 (mon.0) 609 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:20:23.270 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-01-18T06:20:23.280 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.7/16' 2024-01-18T06:20:23.281 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch apply -i - 2024-01-18T06:20:23.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:22 smithi181 conmon[39919]: cluster 2024-01-18T06:20:21.879579+0000 2024-01-18T06:20:23.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:22 smithi181 conmon[39919]: mgr.smithi007.eulhwp (mgr.14182) 174 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:23.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:22 smithi181 conmon[39919]: audit 2024-01-18T06:20:22.574726+0000 mgr.smithi007.eulhwp (mgr.14182) 175 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:23.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:22 smithi181 conmon[39919]: audit 2024-01-18T06:20:22.596491+0000 mon.smithi007 (mon.0) 609 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:20:25.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:25 smithi181 conmon[39919]: cluster 2024-01-18T06:20:23.879924+0000 mgr.smithi007.eulhwp (mgr.14182) 176 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:25.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:25 smithi181 conmon[39919]: audit 2024-01-18T06:20:24.288142+0000 mon.smithi007 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:25.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:25 smithi007 conmon[35366]: cluster 2024-01-18T06: 2024-01-18T06:20:25.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:25 smithi007 conmon[35366]: 20:23.879924+0000 mgr.smithi007.eulhwp (mgr.14182) 176 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:25.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:25 smithi007 conmon[35366]: audit 2024-01-18T06:20:24.288142+0000 mon.smithi007 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:26.162 INFO:teuthology.orchestra.run.smithi007.stdout:Scheduled rgw.foo update... 2024-01-18T06:20:26.162 INFO:teuthology.orchestra.run.smithi007.stdout:Scheduled ingress.rgw.foo update... 2024-01-18T06:20:27.070 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T06:20:27.081 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2024-01-18T06:20:27.081 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:20:27.243 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:27 smithi181 conmon[39919]: cluster 2024-01-18T06:20:25.880209+0000 mgr.smithi007.eulhwp (mgr.14182) 177 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:27.243 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:27 smithi181 conmon[39919]: audit 2024-01-18T06:20:26.152655+0000 mgr.smithi007.eulhwp (mgr.14182) 178 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:27.243 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:27 smithi181 conmon[39919]: cephadm 2024-01-18T06:20:26.156575+0000 mgr.smithi007.eulhwp (mgr.14182) 179 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-18T06:20:27.243 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:27 smithi181 conmon[39919]: audit 2024-01-18T06:20:26.159934+0000 mon.smithi007 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:27.243 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:27 smithi181 conmon[39919]: cephadm 2024-01-18T06:20:26.160341+0000 mgr.smithi007.eulhwp (mgr.14182) 180 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-01-18T06:20:27.243 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:27 smithi181 conmon[39919]: audit 2024-01-18T06:20:26.162666+0000 mon.smithi007 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:27.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:27 smithi007 conmon[35366]: cluster 2024-01-18T06:20:25.880209+0000 mgr.smithi007.eulhwp (mgr.14182) 177 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:27.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:27 smithi007 conmon[35366]: audit 2024-01-18T06:20:26.152655+0000 mgr.smithi007.eulhwp (mgr.14182) 178 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T06:20:27.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:27 smithi007 conmon[35366]: cephadm 2024-01-18T06:20:26.156575+0000 mgr.smithi007.eulhwp (mgr.14182) 179 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-18T06:20:27.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:27 smithi007 conmon[35366]: audit 2024-01-18T06:20:26.159934+0000 mon.smithi007 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:27.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:27 smithi007 conmon[35366]: cephadm 2024-01-18T06:20:26.160341+0000 mgr.smithi007.eulhwp (mgr.14182) 180 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-01-18T06:20:27.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:27 smithi007 conmon[35366]: audit 2024-01-18T06:20:26.162666+0000 mon.smithi007 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:29.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:28 smithi007 conmon[35366]: cluster 2024-01-18T06:20:27.880612+0000 mgr.smithi007.eulhwp (mgr.14182) 181 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:29.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:28 smithi007 conmon[35366]: audit 2024-01-18T06:20:27.918590+0000 mon.smithi007 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:29.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:28 smithi181 conmon[39919]: cluster 2024-01-18T06:20:27.880612+0000 mgr.smithi007.eulhwp (mgr.14182) 181 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:29.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:28 smithi181 conmon[39919]: audit 2024-01-18T06:20:27.918590+0000 mon.smithi007 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:29.635 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:20:29.635 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:26.156591Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:20:30.239 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:30 smithi007 conmon[35366]: audit 2024-01-18T06:20:29.079663+0000 mon.smithi007 (mon.0) 614 : 2024-01-18T06:20:30.240 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:30 smithi007 conmon[35366]: audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:30.240 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:30 smithi007 conmon[35366]: audit 2024-01-18T06:20:29.632331+0000 mgr.smithi007.eulhwp (mgr.14182) 182 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:30.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:30 smithi181 conmon[39919]: audit 2024-01-18T06:20:29.079663+0000 mon.smithi007 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:30.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:30 smithi181 conmon[39919]: 2024-01-18T06:20:30.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:30 smithi181 conmon[39919]: audit 2024-01-18T06:20:29.632331+0000 mgr.smithi007.eulhwp (mgr.14182) 182 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:30.989 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:20:31.184 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:31 smithi007 conmon[35366]: cluster 2024-01-18T06:20:29.881068+0000 mgr.smithi007.eulhwp (mgr.14182) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:31.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:31 smithi181 conmon[39919]: cluster 2024-01-18T06:20:29.881068+0000 mgr.smithi007.eulhwp (mgr.14182) 183 : cluster 2024-01-18T06:20:31.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:31 smithi181 conmon[39919]: [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:31.991 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:20:33.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:33 smithi007 conmon[35366]: cluster 2024-01-18T06:20:31.881405+0000 mgr.smithi007.eulhwp (mgr.14182) 184 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:33.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:33 smithi181 conmon[39919]: cluster 2024-01-18T06:20:31.881405+0000 mgr.smithi007.eulhwp (mgr.14182) 184 : cluster [DBG] 2024-01-18T06:20:33.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:33 smithi181 conmon[39919]: pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:34.626 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:20:34.626 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:20:35.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: audit 2024-01-18T06:20:33.725339+0000 mon.smithi007 (mon.0) 2024-01-18T06:20:35.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: 615 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:35.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: audit 2024-01-18T06:20:33.726305+0000 mon.smithi007 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:20:35.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: audit 2024-01-18T06:20:33.727070+0000 mon.smithi007 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:20:35.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: audit 2024-01-18T06:20:33.731285+0000 mon.smithi007 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:35.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: audit 2024-01-18T06:20:33.735338+0000 mon.smithi007 (mon.0) 619 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:20:35.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: cephadm 2024-01-18T06:20:33.739795+0000 mgr.smithi007.eulhwp (mgr.14182) 185 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-18T06:20:35.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: audit 2024-01-18T06:20:33.742822+0000 mon.smithi007 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:35.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: audit 2024-01-18T06:20:33.743356+0000 mon.smithi007 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi181.zyeodg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T06:20:35.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: audit 2024-01-18T06:20:35.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: 2024-01-18T06:20:33.746234+0000 mon.smithi007 (mon.0) 622 : audit 2024-01-18T06:20:35.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi181.zyeodg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T06:20:35.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: audit 2024-01-18T06:20: 2024-01-18T06:20:35.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: 33.750340+0000 mon.smithi007 (mon.0) 623 : audit 2024-01-18T06:20:35.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:35.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: audit 2024-01-18T06:20: 2024-01-18T06:20:35.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: 33.751053+0000 mon.smithi007 (mon.0) 624 : audit 2024-01-18T06:20:35.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:20:35.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: cephadm 2024-01-18T06:20:33. 2024-01-18T06:20:35.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: 751695+0000 mgr.smithi007.eulhwp (mgr.14182) 186 : cephadm 2024-01-18T06:20:35.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:34 smithi181 conmon[39919]: [INF] Deploying daemon rgw.foo.smithi181.zyeodg on smithi181 2024-01-18T06:20:35.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:34 smithi007 conmon[35366]: audit 2024-01-18T06:20:33.725339+0000 mon.smithi007 (mon.0) 615 2024-01-18T06:20:35.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:34 smithi007 conmon[35366]: : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:35.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:34 smithi007 conmon[35366]: audit 2024-01-18T06:20:33.726305+0000 mon.smithi007 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:20:35.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:34 smithi007 conmon[35366]: audit 2024-01-18T06:20:33.727070+0000 mon.smithi007 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:20:35.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:34 smithi007 conmon[35366]: audit 2024-01-18T06:20:33.731285+0000 mon.smithi007 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:35.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:34 smithi007 conmon[35366]: audit 2024-01-18T06:20:33.735338+0000 mon.smithi007 (mon.0) 619 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:20:35.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:34 smithi007 conmon[35366]: cephadm 2024-01-18T06:20:33.739795+0000 mgr.smithi007.eulhwp (mgr.14182) 185 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-18T06:20:35.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:34 smithi007 conmon[35366]: audit 2024-01-18T06:20:33.742822+0000 mon.smithi007 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:35.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:34 smithi007 conmon[35366]: audit 2024-01-18T06:20:33.743356+0000 mon.smithi007 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi181.zyeodg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T06:20:35.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:34 smithi007 conmon[35366]: audit 2024-01-18T06:20:33.746234+0000 mon.smithi007 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi181.zyeodg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T06:20:35.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:34 smithi007 conmon[35366]: audit 2024-01-18T06:20:33.750340+0000 mon.smithi007 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:35.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:34 smithi007 conmon[35366]: audit 2024-01-18T06:20:33.751053+0000 mon.smithi007 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:20:35.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:34 smithi007 conmon[35366]: cephadm 2024-01-18T06:20:33.751695+0000 mgr.smithi007.eulhwp (mgr.14182) 186 : cephadm [INF] Deploying daemon rgw.foo.smithi181.zyeodg on smithi181 2024-01-18T06:20:35.346 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:20:36.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:35 smithi181 conmon[39919]: cluster 2024-01-18T06:20:33.881775+0000 2024-01-18T06:20:36.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:35 smithi181 conmon[39919]: mgr.smithi007.eulhwp (mgr.14182) 187 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:36.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:35 smithi181 conmon[39919]: audit 2024-01-18T06:20:34.623469+0000 mgr.smithi007.eulhwp (mgr.14182) 188 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:35 smithi007 conmon[35366]: cluster 2024-01-18T06:20:33.881775+0000 mgr.smithi007.eulhwp (mgr.14182) 187 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:35 smithi007 conmon[35366]: audit 2024-01-18T06:20:34.623469+0000 mgr.smithi007.eulhwp (mgr.14182) 188 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:36.347 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:20:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:37 smithi007 conmon[35366]: cluster 2024-01-18T06:20:35.882114+0000 2024-01-18T06:20:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:37 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 189 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:37 smithi007 conmon[35366]: audit 2024-01-18T06:20:36.403473+0000 mon.smithi007 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:37 smithi007 conmon[35366]: audit 2024-01-18T06:20:36.404764+0000 mon.smithi007 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi007.zkomjz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T06:20:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:37 smithi007 conmon[35366]: audit 2024-01-18T06:20:36.407815+0000 mon.smithi007 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi007.zkomjz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T06:20:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:37 smithi007 conmon[35366]: audit 2024-01-18T06:20:36.411914+0000 mon.smithi007 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:37.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:37 smithi007 conmon[35366]: audit 2024-01-18T06:20:36.412643+0000 mon.smithi007 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:20:37.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:37 smithi007 conmon[35366]: cephadm 2024-01-18T06:20:36.413291+0000 mgr.smithi007.eulhwp (mgr.14182) 190 : cephadm [INF] Deploying daemon rgw.foo.smithi007.zkomjz on smithi007 2024-01-18T06:20:37.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:37 smithi007 conmon[35366]: cluster 2024-01-18T06:20:36.888690+0000 mon.smithi007 (mon.0) 630 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T06:20:37.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:37 smithi007 conmon[35366]: audit 2024-01-18T06:20:36.892644+0000 mon.smithi181 (mon.1) 21 : audit [INF] from='client.? 172.21.15.181:0/1859985393' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T06:20:37.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:37 smithi007 conmon[35366]: audit 2024-01-18T06:20:36.893917+0000 mon.smithi007 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T06:20:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: cluster 2024-01-18T06:20:35.882114+0000 mgr.smithi007.eulhwp (mgr.14182) 189 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: audit 2024-01-18T06:20:36.403473+0000 mon.smithi007 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: audit 2024-01-18T06:20:36.404764+0000 mon.smithi007 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi007.zkomjz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T06:20:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: audit 2024-01-18T06:20:36.407815 2024-01-18T06:20:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 627 : audit 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi007.zkomjz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: 01-18T06:20:36.411914+0000 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: mon.smithi007 (mon.0) 628 : audit 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: audit 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: 2024-01-18T06:20:36 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: .412643+0000 mon.smithi007 (mon.0) 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: 629 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: cephadm 2024- 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: 01-18T06:20:36.413291+0000 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: mgr.smithi007.eulhwp (mgr.14182) 190 : cephadm [INF] 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: Deploying daemon rgw.foo.smithi007.zkomjz on smithi007 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: cluster 2024-01-18T06:20:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: 2024-01-18T06:20:36 2024-01-18T06:20:37.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: .888690+0000 mon.smithi007 (mon.0) 2024-01-18T06:20:37.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: 630 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T06:20:37.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:20:37.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: 01-18T06:20:36.892644+0000 2024-01-18T06:20:37.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: mon.smithi181 (mon.1) 21 : audit [INF] 2024-01-18T06:20:37.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: from='client.? 172.21.15.181:0/1859985393' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T06:20:37.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: audit 2024-01-18T06:20:37.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: 2024-01-18T06:20:36. 2024-01-18T06:20:37.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: 893917+0000 mon.smithi007 (mon.0) 631 : 2024-01-18T06:20:37.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:37 smithi181 conmon[39919]: audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T06:20:39.101 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:38 smithi007 conmon[35366]: cluster 2024-01-18T06:20:37.882483+0000 mgr.smithi007.eulhwp (mgr.14182) 191 : cluster [DBG] 2024-01-18T06:20:39.101 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:38 smithi007 conmon[35366]: pgmap v158: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:39.102 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:38 smithi007 conmon[35366]: audit 2024-01-18T06:20:37.891909+0000 mon.smithi007 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-18T06:20:39.102 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:38 smithi007 conmon[35366]: cluster 2024-01-18T06:20:37.892139+0000 mon.smithi007 (mon.0) 633 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-18T06:20:39.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:38 smithi181 conmon[39919]: cluster 2024-01-18T06:20:37.882483+0000 mgr.smithi007.eulhwp (mgr.14182) 191 : cluster [DBG] pgmap v158: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:39.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:38 smithi181 conmon[39919]: audit 2024-01-18T06:20:39.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:38 smithi181 conmon[39919]: 2024-01-18T06:20:37.891909+0000 mon.smithi007 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-18T06:20:39.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:38 smithi181 conmon[39919]: cluster 2024-01-18T06:20:37.892139+0000 mon.smithi007 (mon.0) 633 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-18T06:20:39.303 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:20:39.303 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:20:40.005 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:20:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:39 smithi181 conmon[39919]: cluster 2024-01-18T06:20:38.896245+0000 mon.smithi007 (mon.0) 634 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-18T06:20:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:39 smithi181 conmon[39919]: audit 2024-01-18T06:20:38.898205+0000 mon.smithi181 (mon.1) 22 : audit [INF] from='client.? 172.21.15.181:0/1859985393' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-18T06:20:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:39 smithi181 conmon[39919]: audit 2024-01-18T06:20:38.898737+0000 2024-01-18T06:20:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:39 smithi181 conmon[39919]: mon.smithi007 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-18T06:20:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:39 smithi181 conmon[39919]: audit 2024-01 2024-01-18T06:20:40.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:39 smithi181 conmon[39919]: -18T06:20:39.297571+0000 mgr.smithi007.eulhwp (mgr.14182) 192 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:40.317 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:39 smithi007 conmon[35366]: cluster 2024-01-18T06:20:38.896245 2024-01-18T06:20:40.317 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:39 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 634 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-18T06:20:40.318 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:39 smithi007 conmon[35366]: audit 2024-01-18T06:20:38.898205+0000 mon.smithi181 (mon.1) 22 : audit [INF] from='client.? 172.21.15.181:0/1859985393' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-18T06:20:40.318 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:39 smithi007 conmon[35366]: audit 2024-01-18T06:20:38.898737+0000 mon.smithi007 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-18T06:20:40.318 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:39 smithi007 conmon[35366]: audit 2024-01-18T06:20:39.297571+0000 mgr.smithi007.eulhwp (mgr.14182) 192 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:41.006 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:20:41.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:40 smithi181 conmon[39919]: audit 2024-01-18T06:20:39.903634+0000 mon.smithi007 ( 2024-01-18T06:20:41.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:40 smithi181 conmon[39919]: mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-18T06:20:41.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:40 smithi181 conmon[39919]: cluster 2024-01-18T06:20:39.903794+0000 mon.smithi007 (mon.0) 637 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-18T06:20:41.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:40 smithi007 conmon[35366]: audit 2024-01-18T06:20:39.903634+0000 mon.smithi007 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-18T06:20:41.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:40 smithi007 conmon[35366]: cluster 2024-01-18T06:20:39.903794+0000 mon.smithi007 (mon.0) 637 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-18T06:20:42.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:41 smithi181 conmon[39919]: cluster 2024-01-18T06:20:39.883057+0000 mgr.smithi007.eulhwp (mgr.14182) 193 : cluster 2024-01-18T06:20:42.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:41 smithi181 conmon[39919]: [DBG] pgmap v161: 65 pgs: 5 creating+peering, 14 active+clean, 46 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:42.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:41 smithi181 conmon[39919]: cluster 2024-01-18T06:20:40.976665+0000 mon.smithi007 (mon.0) 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-18T06:20:42.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:41 smithi181 conmon[39919]: audit 2024-01-18T06:20:40.977206+0000 mon.smithi007 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:42.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:41 smithi181 conmon[39919]: audit 2024-01-18T06:20:40.978524+0000 mon.smithi007 (mon.0) 640 : audit [INF] from='client.? 172.21.15.7:0/3684560343' entity='client.rgw.foo.smithi007.zkomjz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T06:20:42.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:41 smithi181 conmon[39919]: audit 2024-01-18T06:20:40.980283+0000 mon.smithi181 (mon.1) 23 : audit [INF] from='client.? 172.21.15.181:0/1859985393' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T06:20:42.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:41 smithi181 conmon[39919]: audit 2024-01-18T06:20:40.980742+0000 mon.smithi007 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T06:20:42.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:41 smithi181 conmon[39919]: audit 2024-01-18T06:20:40.983063+0000 mon.smithi007 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi181.cedweu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T06:20:42.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:41 smithi181 conmon[39919]: audit 2024-01-18T06:20:40.988174+0000 mon.smithi007 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi181.cedweu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T06:20:42.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:41 smithi181 conmon[39919]: audit 2024-01-18T06:20:40.991916+0000 mon.smithi007 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:42.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:41 smithi181 conmon[39919]: audit 2024-01-18T06:20:40.992623+0000 mon.smithi007 (mon.0) 645 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:20:42.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:41 smithi181 conmon[39919]: cephadm 2024-01-18T06:20:40.993216+0000 mgr.smithi007.eulhwp (mgr.14182) 194 : cephadm [INF] Deploying daemon rgw.foo.smithi181.cedweu on smithi181 2024-01-18T06:20:42.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: cluster 2024-01-18T06:20:39.883057+0000 mgr.smithi007.eulhwp (mgr.14182) 193 : cluster [DBG] pgmap v161: 65 pgs: 5 creating+peering, 14 active+clean, 46 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:20:42.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: cluster 2024-01-18T06:20:42.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: 2024-01-18T06:20:40.976665+0000 mon.smithi007 (mon.0) 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-18T06:20:42.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: audit 2024-01-18T06:20:40.977206+0000 mon.smithi007 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:42.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: audit 2024-01-18T06:20:40.978524+0000 mon.smithi007 (mon.0) 640 : audit [INF] from='client.? 172.21.15.7:0/3684560343' entity='client.rgw.foo.smithi007.zkomjz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T06:20:42.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: audit 2024-01-18T06:20:40.980283+0000 mon.smithi181 (mon.1) 23 : audit [INF] from='client.? 172.21.15.181:0/1859985393' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T06:20:42.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: audit 2024-01-18T06:20:40.980742+0000 mon.smithi007 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T06:20:42.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: audit 2024-01-18T06:20:40.983063+0000 mon.smithi007 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi181.cedweu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T06:20:42.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: audit 2024-01-18T06:20:42.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: 2024-01-18T06:20:40.988174+0000 mon.smithi007 (mon. 2024-01-18T06:20:42.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: 0) 643 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi181.cedweu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T06:20:42.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: audit 2024-01-18T06: 2024-01-18T06:20:42.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: 20:40.991916+0000 mon.smithi007 (mon.0) 2024-01-18T06:20:42.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: 644 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:42.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: audit 2024-01-18T06:20: 2024-01-18T06:20:42.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: 40.992623+0000 mon.smithi007 (mon.0) 645 : 2024-01-18T06:20:42.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:20:42.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: cephadm 2024-01-18T06:20:40 2024-01-18T06:20:42.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: .993216+0000 mgr.smithi007.eulhwp (mgr.14182) 194 : cephadm 2024-01-18T06:20:42.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:41 smithi007 conmon[35366]: [INF] Deploying daemon rgw.foo.smithi181.cedweu on smithi181 2024-01-18T06:20:43.264 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:42 smithi181 conmon[39919]: audit 2024-01-18T06:20:41 2024-01-18T06:20:43.264 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:42 smithi181 conmon[39919]: .982168+0000 mon.smithi007 (mon.0) 646 : audit [INF] from='client.? 172.21.15.7:0/3684560343' entity='client.rgw.foo.smithi007.zkomjz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-18T06:20:43.265 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:42 smithi181 conmon[39919]: audit 2024-01-18T06:20:41.982310+0000 mon.smithi007 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-18T06:20:43.265 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:42 smithi181 conmon[39919]: cluster 2024-01-18T06:20:41.982567+0000 mon.smithi007 (mon.0) 648 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-18T06:20:43.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:42 smithi007 conmon[35366]: audit 2024-01-18T06:20:41. 2024-01-18T06:20:43.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:42 smithi007 conmon[35366]: 982168+0000 mon.smithi007 (mon.0) 646 : audit [INF] from='client.? 172.21.15.7:0/3684560343' entity='client.rgw.foo.smithi007.zkomjz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-18T06:20:43.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:42 smithi007 conmon[35366]: audit 2024-01-18T06:20:41.982310+0000 mon.smithi007 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-18T06:20:43.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:42 smithi007 conmon[35366]: cluster 2024-01-18T06:20:41.982567+0000 mon.smithi007 (mon.0) 648 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-18T06:20:43.403 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:20:43.404 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:20:44.235 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:20:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: cluster 2024-01-18T06:20:41.883479+0000 mgr.smithi007.eulhwp (mgr.14182) 195 : cluster [DBG] pgmap v164: 97 pgs: 8 creating+peering, 52 active+clean, 37 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 685 B/s wr, 3 op/s 2024-01-18T06:20:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: cluster 2024-01-18T06 2024-01-18T06:20:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: :20:42.993583+0000 mon.smithi007 (mon.0) 649 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-18T06:20:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: audit 2024-01-18T06:20:42.997326+0000 mon.smithi181 (mon.1) 24 : audit [INF] from='client.? 172.21.15.181:0/4122434677' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T06:20:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: audit 2024-01-18T06:20:42. 2024-01-18T06:20:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 997632+0000 mon.smithi181 (mon.1) 25 : audit 2024-01-18T06:20:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: [INF] from='client.? 172.21.15.7:0/2526906449' entity='client.rgw.foo.smithi007.zkomjz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T06:20:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: audit 2024-01-18T06:20:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 2024-01-18T06:20 2024-01-18T06:20:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: :42.998157+0000 mon.smithi007 (mon.0) 650 2024-01-18T06:20:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T06:20:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: audit 2024-01-18T06:20:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 2024-01-18T06: 2024-01-18T06:20:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 20:42.998406+0000 mon.smithi007 (mon.0) 2024-01-18T06:20:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 651 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi007.zkomjz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T06:20:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: audit 2024-01-18T06:20:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 2024-01-18T 2024-01-18T06:20:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 06:20:43.401079+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:20:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 14182) 196 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:20:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 01-18T06:20:43 2024-01-18T06:20:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: .502606+0000 mon.smithi007 (mon.0) 652 : 2024-01-18T06:20:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: audit 2024-01 2024-01-18T06:20:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: -18T06:20:43.504098 2024-01-18T06:20:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 653 : 2024-01-18T06:20:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi007.snndeu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T06:20:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: audit 2024-01-18T06:20:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 2024-01-18T06:20:43.507996 2024-01-18T06:20:44.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 2024-01-18T06:20:44.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 654 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi007.snndeu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T06:20:44.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:20:44.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 01-18T06:20:43.512318+0000 mon.smithi007 ( 2024-01-18T06:20:44.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:44.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: audit 2024-01-18T06:20:44.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 2024-01-18T06:20: 2024-01-18T06:20:44.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 43.513344+0000 mon.smithi007 (mon.0) 656 2024-01-18T06:20:44.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:20:44.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: cephadm 2024-01-18T06:20:44.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 2024-01-18T 2024-01-18T06:20:44.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 06:20:43.513979+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:20:44.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:43 smithi181 conmon[39919]: 14182) 197 : cephadm [INF] Deploying daemon rgw.foo.smithi007.snndeu on smithi007 2024-01-18T06:20:44.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: cluster 2024-01-18T06:20:41.883479+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:20:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: ) 195 : cluster [DBG] pgmap v164: 97 pgs: 8 creating+peering, 52 active+clean, 37 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 685 B/s wr, 3 op/s 2024-01-18T06:20:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: cluster 2024-01-18T06:20:42.993583+0000 mon.smithi007 (mon.0) 649 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-18T06:20:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: audit 2024-01-18T06:20:42.997326+0000 mon.smithi181 (mon.1) 24 : audit [INF] from='client.? 172.21.15.181:0/4122434677' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T06:20:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: audit 2024-01-18T06:20:42.997632+0000 mon.smithi181 (mon.1) 25 : audit [INF] from='client.? 172.21.15.7:0/2526906449' entity='client.rgw.foo.smithi007.zkomjz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T06:20:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: audit 2024-01-18T06:20:42.998157+0000 mon.smithi007 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T06:20:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: audit 2024-01-18T06:20:42.998406+0000 mon.smithi007 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi007.zkomjz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T06:20:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: audit 2024-01-18T06:20:43.401079+0000 mgr.smithi007.eulhwp (mgr.14182) 196 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: audit 2024-01-18T06:20:43.502606+0000 mon.smithi007 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: audit 2024-01-18T06:20:43.504098+0000 mon.smithi007 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi007.snndeu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T06:20:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: audit 2024-01-18T06:20:43.507996+0000 mon.smithi007 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi007.snndeu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T06:20:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: audit 2024-01-18T06:20:43.512318+0000 mon.smithi007 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: audit 2024-01-18T06:20:43.513344+0000 mon.smithi007 (mon.0) 656 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:20:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: cephadm 2024-01- 2024-01-18T06:20:44.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:43 smithi007 conmon[35366]: 18T06:20:43.513979+0000 mgr.smithi007.eulhwp (mgr.14182) 197 : cephadm [INF] Deploying daemon rgw.foo.smithi007.snndeu on smithi007 2024-01-18T06:20:45.236 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:20:45.271 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:44 smithi007 conmon[35366]: cluster 2024-01-18T06:20:43.884034+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:20:45.272 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:44 smithi007 conmon[35366]: 198 : cluster [DBG] pgmap v167: 129 pgs: 17 creating+peering, 66 active+clean, 46 unknown; 2.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 3.2 KiB/s wr, 55 op/s 2024-01-18T06:20:45.272 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:44 smithi007 conmon[35366]: audit 2024-01-18T06:20:43.995921+0000 mon.smithi007 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-18T06:20:45.272 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:44 smithi007 conmon[35366]: audit 2024-01-18T06:20:43.996019+0000 mon.smithi007 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi007.zkomjz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-18T06:20:45.272 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:44 smithi007 conmon[35366]: cluster 2024-01-18T06:20:43.996238+0000 mon.smithi007 (mon.0) 659 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-18T06:20:45.272 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:44 smithi007 conmon[35366]: audit 2024-01-18T06:20:43.998606+0000 mon.smithi181 (mon.1) 26 : audit [INF] from='client.? 172.21.15.181:0/4122434677' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T06:20:45.272 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:44 smithi007 conmon[35366]: audit 2024-01-18T06:20:43.999367+0000 mon.smithi007 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T06:20:45.272 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:44 smithi007 conmon[35366]: audit 2024-01-18T06:20:44.001500+0000 mon.smithi181 (mon.1) 27 : audit [INF] from='client.? 172.21.15.7:0/2526906449' entity='client.rgw.foo.smithi007.zkomjz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T06:20:45.272 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:44 smithi007 conmon[35366]: audit 2024-01-18T06:20:44.003018+0000 mon.smithi007 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi007.zkomjz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T06:20:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: cluster 2024-01-18T06:20:43.884034+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:20:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: mgr.14182) 198 : cluster [DBG] pgmap v167: 129 pgs: 17 creating+peering, 66 active+clean, 46 unknown; 2.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 3.2 KiB/s wr, 55 op/s 2024-01-18T06:20:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: audit 2024-01-18T06:20:43.995921+0000 mon.smithi007 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-18T06:20:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: audit 2024-01-18T06:20:43.996019+0000 mon.smithi007 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi007.zkomjz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-18T06:20:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: cluster 2024-01-18 2024-01-18T06:20:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: T06:20:43.996238+0000 mon.smithi007 (mon.0) 659 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-18T06:20:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: audit 2024-01-18T06:20:45.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: 2024-01-18T06:20:43.998606+0000 mon.smithi181 (mon.1) 26 : audit [INF] 2024-01-18T06:20:45.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: from='client.? 172.21.15.181:0/4122434677' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T06:20:45.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: audit 2024-01-18T06:20:43. 2024-01-18T06:20:45.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: 999367+0000 mon.smithi007 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T06:20:45.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: audit 2024-01-18T06:20:44 2024-01-18T06:20:45.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: .001500+0000 mon.smithi181 (mon.1) 27 : audit [INF] from='client.? 172.21.15.7:0/2526906449' entity='client.rgw.foo.smithi007.zkomjz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T06:20:45.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: audit 2024-01-18T06:20:44.003018+0000 mon.smithi007 (mon.0 2024-01-18T06:20:45.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:45 smithi181 conmon[39919]: ) 661 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi007.zkomjz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T06:20:46.181 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:46 smithi007 conmon[35366]: audit 2024-01-18T06:20:44 2024-01-18T06:20:46.181 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:46 smithi007 conmon[35366]: .996827+0000 mon.smithi007 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T06:20:46.181 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:46 smithi007 conmon[35366]: audit 2024-01-18T06:20:44.996888+0000 mon.smithi007 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi007.zkomjz' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T06:20:46.182 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:46 smithi007 conmon[35366]: cluster 2024-01-18T06:20:44.996934+0000 mon.smithi007 (mon.0) 664 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-18T06:20:46.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:46 smithi181 conmon[39919]: audit 2024-01-18T06:20:44.996827+0000 mon.smithi007 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi181.zyeodg' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T06:20:46.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:46 smithi181 conmon[39919]: audit 2024-01-18T06:20:44.996888+0000 mon.smithi007 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi007.zkomjz' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T06:20:46.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:46 smithi181 conmon[39919]: cluster 2024-01-18T06:20:44.996934+0000 mon.smithi007 (mon.0) 664 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-18T06:20:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:47 smithi181 conmon[39919]: cluster 2024-01-18T06:20:45.884504+0000 mgr.smithi007.eulhwp (mgr.14182) 199 : cluster [DBG] pgmap v170: 129 pgs: 12 creating+peering, 99 active+clean, 18 unknown; 3.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 KiB/s rd, 5.5 KiB/s wr, 222 op/s 2024-01-18T06:20:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:47 smithi181 conmon[39919]: 2024-01-18T06:20:47.348 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:47 smithi007 conmon[35366]: cluster 2024-01-18T06:20:45.884504+0000 mgr.smithi007.eulhwp (mgr.14182) 199 : cluster [DBG] pgmap v170: 129 pgs: 12 creating+peering, 99 active+clean, 18 unknown; 3.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 KiB/s rd, 5.5 KiB/s wr, 222 op/s 2024-01-18T06:20:47.349 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:47 smithi007 conmon[35366]: 2024-01-18T06:20:48.086 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:20:48.086 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:20:48.997 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:48 smithi007 conmon[35366]: audit 2024-01-18T06:20:47.695715+0000 mon.smithi007 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:48.997 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:48 smithi007 conmon[35366]: audit 2024-01-18T06: 2024-01-18T06:20:48.997 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:48 smithi007 conmon[35366]: 20:47.703660+0000 mon.smithi007 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:48.997 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:48 smithi007 conmon[35366]: cephadm 2024-01-18T06:20:47.718019+0000 mgr.smithi007.eulhwp (mgr.14182) 200 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi181.rkibty on smithi181 2024-01-18T06:20:49.019 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:20:49.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:48 smithi181 conmon[39919]: audit 2024-01-18T06:20:47.695715+0000 mon.smithi007 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:49.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:48 smithi181 conmon[39919]: audit 2024-01-18T06:20:47.703660+0000 mon.smithi007 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:49.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:48 smithi181 conmon[39919]: cephadm 2024-01-18T06:20:47.718019+0000 mgr.smithi007.eulhwp (mgr.14182) 200 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi181.rkibty on smithi181 2024-01-18T06:20:50.019 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:20:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:49 smithi181 conmon[39919]: cluster 2024-01-18T06:20:47.885006+0000 mgr.smithi007.eulhwp (mgr.14182) 201 : cluster [DBG] pgmap v171: 129 pgs: 9 creating+peering, 120 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 162 KiB/s rd, 5.8 KiB/s wr, 312 op/s 2024-01-18T06:20:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:49 smithi181 conmon[39919]: audit 2024-01-18T06:20:48.083259+0000 mgr.smithi007.eulhwp (mgr.14182) 202 : 2024-01-18T06:20:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:49 smithi181 conmon[39919]: audit [DBG] from='client.24437 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:50.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:49 smithi007 conmon[35366]: cluster 2024-01-18T06:20:47.885006+0000 mgr.smithi007.eulhwp (mgr.14182) 201 2024-01-18T06:20:50.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:49 smithi007 conmon[35366]: : cluster [DBG] pgmap v171: 129 pgs: 9 creating+peering, 120 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 162 KiB/s rd, 5.8 KiB/s wr, 312 op/s 2024-01-18T06:20:50.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:49 smithi007 conmon[35366]: audit 2024-01-18T06:20:48.083259+0000 mgr.smithi007.eulhwp (mgr.14182) 202 : audit [DBG] from='client.24437 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:52.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:51 smithi181 conmon[39919]: cluster 2024-01-18T06:20:49.885602+0000 mgr.smithi007.eulhwp (mgr.14182) 203 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 KiB/s rd, 4.9 KiB/s wr, 420 op/s 2024-01-18T06:20:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:51 smithi007 conmon[35366]: cluster 2024-01-18T06:20:49.885602+0000 mgr.smithi007.eulhwp (mgr.14182) 203 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 KiB/s rd, 4.9 KiB/s wr, 420 op/s 2024-01-18T06:20:52.173 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:20:52.174 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:20:52.910 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:20:53.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:53 smithi007 conmon[35366]: cluster 2024-01-18T06:20:51.886217+0000 mgr.smithi007.eulhwp (mgr.14182) 204 : cluster [DBG] 2024-01-18T06:20:53.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:53 smithi007 conmon[35366]: pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 KiB/s rd, 2.9 KiB/s wr, 407 op/s 2024-01-18T06:20:53.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:53 smithi007 conmon[35366]: audit 2024-01-18T06:20:52.111511+0000 mon.smithi007 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:53.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:53 smithi007 conmon[35366]: audit 2024-01-18T06:20:52.170648+0000 mgr.smithi007.eulhwp (mgr.14182) 205 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:53.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:53 smithi181 conmon[39919]: cluster 2024-01-18T06:20:51.886217+0000 mgr.smithi007.eulhwp (mgr.14182) 204 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 KiB/s rd, 2.9 KiB/s wr, 407 op/s 2024-01-18T06:20:53.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:53 smithi181 conmon[39919]: audit 2024-01-18T06:20:52.111511+0000 mon.smithi007 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:53.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:53 smithi181 conmon[39919]: audit 2024-01-18T06:20:52.170648+0000 mgr.smithi007.eulhwp (mgr.14182) 205 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:53.910 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:20:55.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:55 smithi181 conmon[39919]: cluster 2024-01-18T06:20:53.886916+0000 mgr.smithi007.eulhwp (mgr.14182) 206 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 KiB/s rd, 2.3 KiB/s wr, 329 op/s 2024-01-18T06:20:55.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:55 smithi007 conmon[35366]: cluster 2024-01-18T06:20:53.886916+0000 mgr.smithi007.eulhwp (mgr.14182) 206 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 KiB/s rd, 2.3 KiB/s wr, 329 op/s 2024-01-18T06:20:56.041 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:20:56.041 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:20:56.650 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:20:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:57 smithi181 conmon[39919]: cluster 2024-01-18T06:20:55.887425+0000 mgr.smithi007.eulhwp (mgr.14182) 207 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 169 KiB/s rd, 1.7 KiB/s wr, 284 op/s 2024-01-18T06:20:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:57 smithi181 conmon[39919]: audit 2024-01-18 2024-01-18T06:20:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:57 smithi181 conmon[39919]: T06:20:56.038629+0000 mgr.smithi007.eulhwp (mgr.14182) 208 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:57.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:57 smithi007 conmon[35366]: cluster 2024-01-18T06:20:55.887425+0000 mgr.smithi007.eulhwp (mgr.14182) 207 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 169 KiB/s rd, 1.7 KiB/s wr, 284 op/s 2024-01-18T06:20:57.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:57 smithi007 conmon[35366]: audit 2024- 2024-01-18T06:20:57.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:57 smithi007 conmon[35366]: 01-18T06:20:56.038629+0000 mgr.smithi007.eulhwp (mgr.14182) 208 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:20:57.652 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:20:58.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:58 smithi181 conmon[39919]: audit 2024-01-18T06:20:57.118097+0000 mon.smithi007 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:58.601 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:58 smithi007 conmon[35366]: audit 2024-01-18T06:20:57.118097+0000 mon.smithi007 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:20:59.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:59 smithi007 conmon[35366]: cluster 2024-01-18T06:20:57.887985+0000 2024-01-18T06:20:59.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:20:59 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 209 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 130 KiB/s rd, 1023 B/s wr, 215 op/s 2024-01-18T06:20:59.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:20:59 smithi181 conmon[39919]: cluster 2024-01-18T06:20:57.887985+0000 mgr.smithi007.eulhwp (mgr.14182) 209 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 130 KiB/s rd, 1023 B/s wr, 215 op/s 2024-01-18T06:20:59.801 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:20:59.801 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:00.470 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:00 smithi007 conmon[35366]: audit 2024-01-18T06:20:59.798731+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:21:00.470 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:00 smithi007 conmon[35366]: 210 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:00.491 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:00.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:00 smithi181 conmon[39919]: audit 2024-01-18T06:20:59.798731+0000 mgr.smithi007.eulhwp (mgr.14182) 210 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:00.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:00 smithi181 conmon[39919]: 2024-01-18T06:21:01.427 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:01 smithi007 conmon[35366]: cluster 2024-01-18T06:20:59.888519+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:21:01.427 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:01 smithi007 conmon[35366]: ) 211 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 135 op/s 2024-01-18T06:21:01.493 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:01.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:01 smithi181 conmon[39919]: cluster 2024-01-18T06:20:59.888519+0000 mgr.smithi007.eulhwp (mgr.14182) 211 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 KiB/s rd, 0 B/s wr, 135 op/s 2024-01-18T06:21:03.288 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:03 smithi007 conmon[35366]: cluster 2024-01-18T06:21:01.889261+0000 mgr.smithi007.eulhwp (mgr.14182) 212 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 47 op/s 2024-01-18T06:21:03.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:03 smithi181 conmon[39919]: cluster 2024-01-18T06:21:01.889261+0000 mgr.smithi007.eulhwp (mgr.14182) 212 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 47 op/s 2024-01-18T06:21:03.694 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:03.694 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:04.395 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:04 smithi007 conmon[35366]: audit 2024-01-18T06:21:03.692042+0000 mgr.smithi007.eulhwp (mgr.14182) 213 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:04.397 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:04.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:04 smithi181 conmon[39919]: audit 2024-01-18T06:21:03.692042+0000 mgr.smithi007.eulhwp (mgr.14182) 213 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:05.397 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:05.433 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:05 smithi007 conmon[35366]: cluster 2024-01-18T06:21:03.889729+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:21:05.433 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:05 smithi007 conmon[35366]: ) 214 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:05.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:05 smithi181 conmon[39919]: cluster 2024-01-18T06:21:03.889729+0000 mgr.smithi007.eulhwp (mgr.14182) 214 : cluster 2024-01-18T06:21:05.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:05 smithi181 conmon[39919]: [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:07.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:07 smithi181 conmon[39919]: cluster 2024-01-18T06:21:05.890488+0000 mgr.smithi007.eulhwp (mgr.14182) 215 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:07.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:07 smithi181 conmon[39919]: 2024-01-18T06:21:07.572 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:07.572 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:07.597 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:07 smithi007 conmon[35366]: cluster 2024-01-18T06:21:05.890488+0000 mgr.smithi007.eulhwp (mgr.14182) 215 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:08.264 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:08.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:08 smithi181 conmon[39919]: audit 2024-01-18T06:21:07.569224+0000 mgr.smithi007.eulhwp (mgr.14182) 216 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:08.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:08 smithi007 conmon[35366]: audit 2024-01-18T06:21:07.569224+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:21:08.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:08 smithi007 conmon[35366]: ) 216 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:09.264 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:09.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:09 smithi181 conmon[39919]: cluster 2024-01-18T06:21:07.891342+0000 mgr.smithi007.eulhwp (mgr.14182) 217 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:09.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:09 smithi007 conmon[35366]: cluster 2024-01-18T06:21:07.891342+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:21:09.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:09 smithi007 conmon[35366]: ) 217 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:11.277 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:11.277 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:11.427 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:11 smithi007 conmon[35366]: cluster 2024-01-18T06:21:09.892009+0000 mgr.smithi007.eulhwp (mgr.14182) 218 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:11.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:11 smithi181 conmon[39919]: cluster 2024-01-18T06:21:09.892009+0000 mgr.smithi007.eulhwp (mgr.14182) 218 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:11.978 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:12.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:12 smithi007 conmon[35366]: audit 2024-01-18T06:21:11.274639+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:21:12.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:12 smithi007 conmon[35366]: 14182) 219 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:12.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:12 smithi181 conmon[39919]: audit 2024-01-18T06:21:11.274639+0000 mgr.smithi007.eulhwp (mgr.14182) 219 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:12.979 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:13.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:13 smithi007 conmon[35366]: cluster 2024-01-18T06:21:11.892637+0000 mgr.smithi007.eulhwp (mgr.14182) 220 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:13.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:13 smithi181 conmon[39919]: cluster 2024-01-18T06:21:11.892637+0000 mgr.smithi007.eulhwp (mgr.14182) 220 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:15.131 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:15.131 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:15.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:15 smithi181 conmon[39919]: cluster 2024-01-18T06:21:13.893180+0000 mgr.smithi007.eulhwp (mgr.14182) 221 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:15 smithi007 conmon[35366]: cluster 2024-01-18T06:21:13.893180+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:21:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:15 smithi007 conmon[35366]: .14182) 221 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:15.809 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:16.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:16 smithi181 conmon[39919]: audit 2024-01-18T06:21:15.127747+0000 mgr.smithi007.eulhwp (mgr.14182) 222 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:16.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:16 smithi007 conmon[35366]: audit 2024-01-18T06:21:15.127747+0000 mgr.smithi007.eulhwp (mgr.14182) 222 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:16.810 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:17.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:17 smithi181 conmon[39919]: cluster 2024-01-18T06:21:15.893935+0000 mgr.smithi007.eulhwp (mgr.14182) 223 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:17.543 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:17 smithi007 conmon[35366]: cluster 2024-01-18T06:21:15.893935+0000 mgr.smithi007.eulhwp (mgr.14182) 223 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:18.967 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:18.967 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:19.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:19 smithi007 conmon[35366]: cluster 2024-01-18T06:21: 2024-01-18T06:21:19.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:19 smithi007 conmon[35366]: 17.894688+0000 mgr.smithi007.eulhwp (mgr.14182) 224 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:19.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:19 smithi181 conmon[39919]: cluster 2024-01-18T06:21:17.894688+0000 mgr.smithi007.eulhwp (mgr.14182) 224 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:19.705 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:20.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:20 smithi181 conmon[39919]: audit 2024-01-18T06:21:18.964039+0000 mgr.smithi007.eulhwp (mgr.14182) 225 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:20.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:20 smithi007 conmon[35366]: audit 2024-01-18T06:21:18.964039+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:21:20.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:20 smithi007 conmon[35366]: 225 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:20.706 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:21.463 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:21 smithi007 conmon[35366]: cluster 2024-01-18T06:21:19.895402+0000 mgr.smithi007.eulhwp (mgr.14182) 226 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:21.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:21 smithi181 conmon[39919]: cluster 2024-01-18T06:21:19.895402+0000 mgr.smithi007.eulhwp (mgr.14182) 226 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:22.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:22 smithi007 conmon[35366]: audit 2024-01-18T06:21:21.863363+0000 mon.smithi007 ( 2024-01-18T06:21:22.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:22 smithi007 conmon[35366]: mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [4, 0]}]: dispatch 2024-01-18T06:21:22.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:22 smithi181 conmon[39919]: audit 2024-01-18T06:21:21.863363+0000 mon.smithi007 (mon.0) 669 : 2024-01-18T06:21:22.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:22 smithi181 conmon[39919]: audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [4, 0]}]: dispatch 2024-01-18T06:21:22.826 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:22.827 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:23.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:23 smithi181 conmon[39919]: cluster 2024-01-18T06:21:21.896039+0000 mgr.smithi007.eulhwp (mgr.14182) 227 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:23.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:23 smithi181 conmon[39919]: audit 2024-01-18T06:21:22.193890+0000 mon.smithi007 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [4, 0]}]': finished 2024-01-18T06:21:23.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:23 smithi181 conmon[39919]: cluster 2024-01-18T06:21:22.193953+0000 mon.smithi007 (mon.0) 671 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-18T06:21:23.555 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:23 smithi007 conmon[35366]: cluster 2024-01-18T06:21:21.896039+0000 mgr.smithi007.eulhwp (mgr.14182) 227 : 2024-01-18T06:21:23.555 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:23 smithi007 conmon[35366]: cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:23.555 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:23 smithi007 conmon[35366]: audit 2024-01-18T06:21:22.193890+0000 mon.smithi007 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [4, 0]}]': finished 2024-01-18T06:21:23.555 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:23 smithi007 conmon[35366]: cluster 2024-01-18T06:21:22.193953+0000 mon.smithi007 (mon.0) 671 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-18T06:21:23.577 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:24.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:24 smithi181 conmon[39919]: audit 2024-01-18T06:21:22.824178+0000 mgr.smithi007.eulhwp (mgr.14182) 228 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:24.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:24 smithi181 conmon[39919]: cluster 2024-01-18T06:21:23.196584+0000 mon.smithi007 (mon.0) 672 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-18T06:21:24.577 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:24.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:24 smithi007 conmon[35366]: audit 2024-01-18T06:21:22.824178+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:21:24.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:24 smithi007 conmon[35366]: mgr.14182) 228 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:24.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:24 smithi007 conmon[35366]: cluster 2024-01-18T06:21:23.196584+0000 mon.smithi007 (mon.0) 672 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-18T06:21:25.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:25 smithi007 conmon[35366]: cluster 2024-01-18T06:21:23.896657+0000 mgr.smithi007.eulhwp (mgr.14182) 229 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:25.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:25 smithi181 conmon[39919]: cluster 2024-01-18T06:21:23.896657+0000 mgr.smithi007.eulhwp (mgr.14182) 229 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:26.756 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:26.756 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:27.378 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:27.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:27 smithi181 conmon[39919]: cluster 2024-01-18T06:21:25.897199+0000 mgr.smithi007.eulhwp (mgr.14182) 230 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:27.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:27 smithi181 conmon[39919]: audit 2024-01-18T06:21:26.754093+0000 mgr.smithi007.eulhwp (mgr.14182) 231 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:27.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:27 smithi007 conmon[35366]: cluster 2024-01-18T06:21:25.897199+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:21:27.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:27 smithi007 conmon[35366]: ) 230 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:27.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:27 smithi007 conmon[35366]: audit 2024-01-18T06:21:26.754093+0000 mgr.smithi007.eulhwp (mgr.14182) 231 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:28.379 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:29.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:29 smithi181 conmon[39919]: cluster 2024-01-18T06:21:27.897893+0000 mgr.smithi007.eulhwp (mgr.14182) 232 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:29.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:29 smithi007 conmon[35366]: cluster 2024-01-18T06:21:27.897893+0000 mgr.smithi007.eulhwp (mgr.14182) 232 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:30.517 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:30.517 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:31.181 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:31.427 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:31 smithi007 conmon[35366]: cluster 2024-01-18T06:21:29.898420+0000 mgr.smithi007.eulhwp (mgr.14182) 233 : 2024-01-18T06:21:31.428 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:31 smithi007 conmon[35366]: cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:31.428 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:31 smithi007 conmon[35366]: audit 2024-01-18T06:21:30.514064+0000 mgr.smithi007.eulhwp (mgr.14182) 234 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:31.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:31 smithi181 conmon[39919]: cluster 2024-01-18T06:21:29.898420+0000 mgr.smithi007.eulhwp (mgr.14182) 233 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:31.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:31 smithi181 conmon[39919]: audit 2024-01-18T06:21:30.514064+0000 mgr.smithi007.eulhwp (mgr.14182) 234 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:32.181 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:33.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:33 smithi181 conmon[39919]: cluster 2024-01-18T06:21:31.899183+0000 mgr.smithi007.eulhwp (mgr.14182) 235 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:33.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:33 smithi007 conmon[35366]: cluster 2024-01-18T06:21:31.899183+0000 mgr.smithi007.eulhwp (mgr.14182) 235 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:34.335 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:34.335 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:34.960 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:35.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:35 smithi181 conmon[39919]: cluster 2024-01-18T06:21:33.899807+0000 mgr.smithi007.eulhwp (mgr.14182) 236 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:35.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:35 smithi181 conmon[39919]: audit 2024-01-18T06:21:34.332907+0000 mgr.smithi007.eulhwp (mgr.14182) 237 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:35.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:35 smithi007 conmon[35366]: cluster 2024-01-18T06:21:33.899807+0000 mgr.smithi007.eulhwp (mgr.14182) 236 : cluster 2024-01-18T06:21:35.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:35 smithi007 conmon[35366]: [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:35.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:35 smithi007 conmon[35366]: audit 2024-01-18T06:21:34.332907+0000 mgr.smithi007.eulhwp (mgr.14182) 237 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:35.961 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:37.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:37 smithi181 conmon[39919]: cluster 2024-01-18T06:21:35.900368+0000 mgr.smithi007.eulhwp (mgr.14182) 238 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:37 smithi007 conmon[35366]: cluster 2024-01-18T06:21:35.900368+0000 mgr.smithi007.eulhwp (mgr.14182) 238 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:38.122 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:38.122 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:38.782 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:39.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:39 smithi181 conmon[39919]: cluster 2024-01-18T06:21:37.900989+0000 mgr.smithi007.eulhwp (mgr.14182) 239 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:39.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:39 smithi181 conmon[39919]: audit 2024-01-18T06:21:38.119349+0000 mgr.smithi007.eulhwp (mgr.14182) 240 2024-01-18T06:21:39.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:39 smithi181 conmon[39919]: : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:39.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:39 smithi007 conmon[35366]: cluster 2024-01-18T06:21:37.900989+0000 mgr.smithi007.eulhwp (mgr.14182) 239 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:39.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:39 smithi007 conmon[35366]: audit 2024-01-18T06:21:38.119349+0000 mgr.smithi007.eulhwp (mgr.14182) 240 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:39.782 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:41.464 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:41 smithi007 conmon[35366]: cluster 2024-01-18T06:21:39.901705+0000 2024-01-18T06:21:41.465 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:41 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 241 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:41.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:41 smithi181 conmon[39919]: cluster 2024-01-18T06:21:39.901705+0000 mgr.smithi007.eulhwp (mgr.14182) 241 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:41.893 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:41.893 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:42.549 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:43.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:43 smithi181 conmon[39919]: audit 2024-01-18T06:21:41.889568+0000 mgr.smithi007.eulhwp (mgr.14182) 242 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:43.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:43 smithi181 conmon[39919]: cluster 2024-01-18T06:21:41.902259+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:21:43.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:43 smithi181 conmon[39919]: ) 243 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:43.549 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:43.584 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:43 smithi007 conmon[35366]: audit 2024-01-18T06:21:41.889568+0000 mgr.smithi007.eulhwp (mgr.14182) 242 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:43.584 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:43 smithi007 conmon[35366]: cluster 2024-01-18T06:21:41.902259+0000 mgr.smithi007.eulhwp (mgr.14182) 243 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:45.313 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:45 smithi007 conmon[35366]: cluster 2024-01-18T06:21:43.902891+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:21:45.313 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:45 smithi007 conmon[35366]: 244 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:45.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:45 smithi181 conmon[39919]: cluster 2024-01-18T06:21:43.902891+0000 mgr.smithi007.eulhwp (mgr.14182) 244 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:45.719 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:45.720 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:46.433 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:46.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:46 smithi181 conmon[39919]: audit 2024-01-18T06:21:45.716621+0000 mgr.smithi007.eulhwp (mgr.14182) 245 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:46.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:46 smithi007 conmon[35366]: audit 2024-01-18T06:21:45.716621+0000 mgr.smithi007.eulhwp (mgr.14182) 245 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:47.511 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:47.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:47 smithi181 conmon[39919]: cluster 2024-01-18T06:21:45.903563+0000 mgr.smithi007.eulhwp (mgr.14182) 246 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:47.545 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:47 smithi007 conmon[35366]: cluster 2024-01-18T06:21:45.903563+0000 mgr.smithi007.eulhwp (mgr.14182) 246 : cluster 2024-01-18T06:21:47.546 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:47 smithi007 conmon[35366]: [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:49.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:49 smithi181 conmon[39919]: cluster 2024-01-18T06:21:47.904285+0000 mgr.smithi007.eulhwp (mgr.14182) 247 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:49.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:49 smithi007 conmon[35366]: cluster 2024-01-18T06:21:47.904285+0000 mgr.smithi007.eulhwp (mgr.14182) 247 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:49.618 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:49.618 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:50.368 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:50.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:50 smithi181 conmon[39919]: audit 2024-01-18T06:21:49.615694+0000 mgr.smithi007.eulhwp (mgr.14182) 248 : audit [DBG] 2024-01-18T06:21:50.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:50 smithi181 conmon[39919]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:50.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:50 smithi007 conmon[35366]: audit 2024-01-18T06:21:49.615694+0000 mgr.smithi007.eulhwp (mgr.14182) 248 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:51.369 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:51.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:51 smithi181 conmon[39919]: cluster 2024-01-18T06:21:49.904837+0000 mgr.smithi007.eulhwp (mgr.14182) 249 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:51.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:51 smithi007 conmon[35366]: cluster 2024-01-18T06:21:49.904837+0000 mgr.smithi007.eulhwp (mgr.14182) 249 : cluster [DBG] 2024-01-18T06:21:51.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:51 smithi007 conmon[35366]: pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:53.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:53 smithi007 conmon[35366]: cluster 2024-01-18T06:21:51.905438+0000 mgr.smithi007.eulhwp (mgr.14182) 250 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:53.427 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:53.427 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:53.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:53 smithi181 conmon[39919]: cluster 2024-01-18T06:21:51.905438+0000 mgr.smithi007.eulhwp (mgr.14182) 250 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:54.116 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:54.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:54 smithi007 conmon[35366]: audit 2024-01-18T06:21:53.424436+0000 mgr.smithi007.eulhwp (mgr.14182) 251 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:54.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:54 smithi007 conmon[35366]: 2024-01-18T06:21:54.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:54 smithi181 conmon[39919]: audit 2024-01-18T06:21:53.424436+0000 mgr.smithi007.eulhwp (mgr.14182) 251 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:55.117 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:55.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:55 smithi181 conmon[39919]: cluster 2024-01-18T06:21:53.906084+0000 mgr.smithi007.eulhwp (mgr.14182) 252 : cluster 2024-01-18T06:21:55.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:55 smithi181 conmon[39919]: [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:55.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:55 smithi007 conmon[35366]: cluster 2024-01-18T06:21:53.906084+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:21:55.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:55 smithi007 conmon[35366]: .14182) 252 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:57.290 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:21:57.291 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:21:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:57 smithi181 conmon[39919]: cluster 2024-01-18T06:21:55.906811+0000 mgr.smithi007.eulhwp (mgr.14182) 253 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:57 smithi181 conmon[39919]: 2024-01-18T06:21:57.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:57 smithi007 conmon[35366]: cluster 2024-01-18T06:21:55.906811+0000 mgr.smithi007.eulhwp (mgr.14182) 253 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:58.013 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:21:58.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:58 smithi181 conmon[39919]: audit 2024-01-18T06:21:57.287939+0000 mgr.smithi007.eulhwp (mgr.14182) 254 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:58.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:58 smithi007 conmon[35366]: audit 2024-01-18T06:21:57.287939+0000 mgr.smithi007.eulhwp (mgr.14182) 254 : audit [DBG] 2024-01-18T06:21:58.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:58 smithi007 conmon[35366]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:21:59.013 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:21:59.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:21:59 smithi007 conmon[35366]: cluster 2024-01-18T06:21:57.907381+0000 mgr.smithi007.eulhwp (mgr.14182) 255 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:21:59.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:21:59 smithi181 conmon[39919]: cluster 2024-01-18T06:21:57.907381+0000 mgr.smithi007.eulhwp (mgr.14182) 255 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:01.115 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:01.115 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:01.428 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:01 smithi007 conmon[35366]: cluster 2024-01-18T06:21:59.908134+0000 mgr.smithi007.eulhwp (mgr.14182) 256 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:01.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:01 smithi181 conmon[39919]: cluster 2024-01-18T06:21:59.908134+0000 mgr.smithi007.eulhwp (mgr.14182) 256 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:01.798 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:02.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:02 smithi007 conmon[35366]: audit 2024-01-18T06:22:01.111895+0000 mgr.smithi007.eulhwp (mgr.14182) 257 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:02.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:02 smithi181 conmon[39919]: audit 2024-01-18T06:22:01.111895+0000 mgr.smithi007.eulhwp (mgr.14182) 257 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:02.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:02 smithi181 conmon[39919]: 2024-01-18T06:22:02.799 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:03.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:03 smithi007 conmon[35366]: cluster 2024-01-18T06:22:01.908801+0000 mgr.smithi007.eulhwp (mgr.14182) 258 : cluster [DBG] 2024-01-18T06:22:03.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:03 smithi007 conmon[35366]: pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:03.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:03 smithi181 conmon[39919]: cluster 2024-01-18T06:22:01.908801+0000 mgr.smithi007.eulhwp (mgr.14182) 258 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:04.839 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:04.840 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:05.520 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:05.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:05 smithi007 conmon[35366]: cluster 2024-01-18T06:22:03.909282+0000 mgr.smithi007.eulhwp (mgr.14182) 259 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:05.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:05 smithi181 conmon[39919]: cluster 2024-01-18T06:22:03.909282+0000 mgr.smithi007.eulhwp (mgr.14182) 259 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:06.521 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:06.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:06 smithi181 conmon[39919]: audit 2024-01-18T06:22:04.836647+0000 mgr.smithi007.eulhwp (mgr.14182) 260 : audit [DBG] 2024-01-18T06:22:06.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:06 smithi181 conmon[39919]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:06.556 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:06 smithi007 conmon[35366]: audit 2024-01-18T06:22:04.836647+0000 mgr.smithi007.eulhwp (mgr.14182) 260 : audit 2024-01-18T06:22:06.556 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:06 smithi007 conmon[35366]: [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:07.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:07 smithi007 conmon[35366]: cluster 2024-01-18T06:22:05.909929+0000 mgr.smithi007.eulhwp (mgr.14182) 261 2024-01-18T06:22:07.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:07 smithi007 conmon[35366]: : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:07.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:07 smithi181 conmon[39919]: cluster 2024-01-18T06:22:05.909929+0000 mgr.smithi007.eulhwp (mgr.14182) 261 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:08.611 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:08.611 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:09.335 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:09.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:09 smithi007 conmon[35366]: cluster 2024-01-18T06:22:07.910472+0000 mgr.smithi007.eulhwp (mgr.14182) 262 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:09.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:09 smithi007 conmon[35366]: audit 2024-01-18T06:22:08.608106+0000 mgr.smithi007.eulhwp (mgr.14182) 263 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:09.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:09 smithi181 conmon[39919]: cluster 2024-01-18T06:22:07.910472+0000 mgr.smithi007.eulhwp (mgr.14182) 262 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:09.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:09 smithi181 conmon[39919]: audit 2024-01-18T06:22:08. 2024-01-18T06:22:09.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:09 smithi181 conmon[39919]: 608106+0000 mgr.smithi007.eulhwp (mgr.14182) 263 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:10.336 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:11.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:11 smithi007 conmon[35366]: cluster 2024-01-18T06:22:09.911157+0000 mgr.smithi007.eulhwp (mgr.14182) 264 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:11.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:11 smithi181 conmon[39919]: cluster 2024-01-18T06:22:09.911157+0000 mgr.smithi007.eulhwp (mgr.14182) 264 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:12.476 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:12.476 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:13.085 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:13.312 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:13 smithi007 conmon[35366]: cluster 2024-01-18T06:22:11.911951+0000 mgr.smithi007.eulhwp (mgr.14182) 265 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:13.312 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:13 smithi007 conmon[35366]: audit 2024-01-18T06:22:12.472574+0000 mgr.smithi007.eulhwp (mgr.14182) 266 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:13.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:13 smithi181 conmon[39919]: cluster 2024-01-18T06:22:11.911951+0000 mgr.smithi007.eulhwp (mgr.14182) 265 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:13.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:13 smithi181 conmon[39919]: audit 2024-01-18T06:22:12.472574+0000 mgr.smithi007.eulhwp (mgr.14182) 266 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:14.087 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:15 smithi007 conmon[35366]: cluster 2024-01-18T06:22:13.912422+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:22:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:15 smithi007 conmon[35366]: mgr.14182) 267 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:15.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:15 smithi181 conmon[39919]: cluster 2024-01-18T06:22:13.912422+0000 mgr.smithi007.eulhwp (mgr.14182) 267 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:16.213 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:16.214 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:16.817 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:17.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:17 smithi007 conmon[35366]: cluster 2024-01-18T06:22:15.912972+0000 mgr.smithi007.eulhwp (mgr.14182) 268 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:17.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:17 smithi007 conmon[35366]: audit 2024-01-18T06:22:16.210772+0000 mgr.smithi007.eulhwp (mgr.14182) 269 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:17 smithi181 conmon[39919]: cluster 2024-01-18T06:22:15.912972+0000 mgr.smithi007.eulhwp (mgr.14182) 268 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:17 smithi181 conmon[39919]: audit 2024-01-18T06:22:16.210772+0000 mgr.smithi007.eulhwp (mgr.14182) 269 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:17.819 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:19.500 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:19 smithi007 conmon[35366]: cluster 2024-01-18T06:22:17.913721+0000 mgr.smithi007.eulhwp (mgr.14182) 270 : cluster 2024-01-18T06:22:19.501 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:19 smithi007 conmon[35366]: [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:19.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:19 smithi181 conmon[39919]: cluster 2024-01-18T06:22:17.913721+0000 mgr.smithi007.eulhwp (mgr.14182) 270 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:19.915 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:19.915 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:20.598 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:21.599 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:21.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:21 smithi007 conmon[35366]: audit 2024-01-18T06:22:19.912368+0000 mgr.smithi007.eulhwp (mgr.14182) 271 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:21.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:21 smithi007 conmon[35366]: cluster 2024-01-18T06:22:19.914168+0000 mgr.smithi007.eulhwp (mgr.14182) 272 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:21.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:21 smithi181 conmon[39919]: audit 2024-01-18T06:22:19.912368+0000 mgr.smithi007.eulhwp (mgr.14182) 271 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:21.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:21 smithi181 conmon[39919]: cluster 2024-01-18T06:22:19.914168+0000 mgr.smithi007.eulhwp (mgr.14182) 272 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:23.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:23 smithi007 conmon[35366]: cluster 2024-01-18T06:22:21.914833+0000 mgr.smithi007.eulhwp (mgr.14182) 273 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:23.738 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:23.739 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:23.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:23 smithi181 conmon[39919]: cluster 2024-01-18T06:22:21.914833+0000 mgr.smithi007.eulhwp (mgr.14182) 273 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:24.316 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:24.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:24 smithi007 conmon[35366]: audit 2024-01-18T06:22:23.735751+0000 mgr.smithi007.eulhwp (mgr.14182) 274 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:24.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:24 smithi181 conmon[39919]: audit 2024-01-18T06:22:23.735751+0000 mgr.smithi007.eulhwp (mgr.14182) 274 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:25.317 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:25.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:25 smithi007 conmon[35366]: cluster 2024-01-18T06:22:23.915343 2024-01-18T06:22:25.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:25 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 275 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:25.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:25 smithi181 conmon[39919]: cluster 2024-01-18T06:22:23.915343+0000 mgr.smithi007.eulhwp (mgr.14182) 275 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:27.445 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:27.445 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:27.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:27 smithi007 conmon[35366]: cluster 2024-01-18T06:22:25.915983+0000 mgr.smithi007.eulhwp (mgr.14182) 276 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:27.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:27 smithi181 conmon[39919]: cluster 2024-01-18T06:22:25.915983+0000 mgr.smithi007.eulhwp (mgr.14182) 276 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:28.075 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:28.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:28 smithi007 conmon[35366]: audit 2024-01-18T06:22:27.441878+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:22:28.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:28 smithi007 conmon[35366]: ) 277 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:28.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:28 smithi181 conmon[39919]: audit 2024-01-18T06:22:27.441878+0000 mgr.smithi007.eulhwp (mgr.14182) 277 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:29.077 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:29.605 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:29 smithi007 conmon[35366]: cluster 2024-01-18T06:22:27.916625+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:22:29.605 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:29 smithi007 conmon[35366]: ) 278 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:29.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:29 smithi181 conmon[39919]: cluster 2024-01-18T06:22:27.916625+0000 mgr.smithi007.eulhwp (mgr.14182) 278 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:31.229 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:31.229 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:31.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:31 smithi007 conmon[35366]: cluster 2024-01-18T06:22:29.917188+0000 mgr.smithi007.eulhwp (mgr.14182) 279 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:31.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:31 smithi181 conmon[39919]: cluster 2024-01-18T06:22:29.917188+0000 mgr.smithi007.eulhwp (mgr.14182) 279 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:31.890 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:32.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:32 smithi007 conmon[35366]: audit 2024-01-18T06:22:31.225021+0000 mgr.smithi007.eulhwp (mgr.14182) 280 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:32.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:32 smithi181 conmon[39919]: audit 2024-01-18T06:22:31.225021+0000 mgr.smithi007.eulhwp (mgr.14182) 280 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:32.891 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:33.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:33 smithi007 conmon[35366]: cluster 2024-01-18T06:22:31.917913+0000 mgr.smithi007.eulhwp (mgr.14182) 281 2024-01-18T06:22:33.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:33 smithi007 conmon[35366]: : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:33.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:33 smithi181 conmon[39919]: cluster 2024-01-18T06:22:31.917913+0000 mgr.smithi007.eulhwp (mgr.14182) 281 : cluster [DBG] 2024-01-18T06:22:33.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:33 smithi181 conmon[39919]: pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:35.000 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:35.000 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:35.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:35 smithi007 conmon[35366]: cluster 2024-01-18T06:22:33.918484+0000 mgr.smithi007.eulhwp (mgr.14182) 282 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:35.632 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:35.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:35 smithi181 conmon[39919]: cluster 2024-01-18T06:22:33.918484+0000 mgr.smithi007.eulhwp (mgr.14182) 282 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:36.633 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:36.668 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:36 smithi007 conmon[35366]: audit 2024-01-18T06:22:34.996656+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:22:36.668 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:36 smithi007 conmon[35366]: 14182) 283 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:36.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:36 smithi181 conmon[39919]: audit 2024-01-18T06:22:34.996656+0000 mgr.smithi007.eulhwp (mgr.14182) 283 : audit [DBG] 2024-01-18T06:22:36.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:36 smithi181 conmon[39919]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:37.559 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:37 smithi007 conmon[35366]: cluster 2024-01-18T06:22:35.919029 2024-01-18T06:22:37.560 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:37 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 284 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:37 smithi181 conmon[39919]: cluster 2024-01-18T06:22:35.919029 2024-01-18T06:22:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:37 smithi181 conmon[39919]: +0000 mgr.smithi007.eulhwp (mgr.14182) 284 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:38.740 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:38.740 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:39.418 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:39.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:39 smithi181 conmon[39919]: cluster 2024-01-18T06:22:37.919690+0000 mgr.smithi007.eulhwp (mgr.14182) 285 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:39.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:39 smithi181 conmon[39919]: audit 2024-01-18T06:22:38.737699+0000 mgr.smithi007.eulhwp (mgr.14182) 286 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:39.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:39 smithi007 conmon[35366]: cluster 2024-01-18T06:22:37.919690+0000 mgr.smithi007.eulhwp (mgr.14182) 285 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:39.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:39 smithi007 conmon[35366]: audit 2024-01-18T06:22:38.737699+0000 mgr.smithi007.eulhwp (mgr.14182) 286 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:40.419 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:41.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:41 smithi007 conmon[35366]: cluster 2024-01-18T06:22:39.920285+0000 mgr.smithi007.eulhwp (mgr.14182) 287 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:41.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:41 smithi181 conmon[39919]: cluster 2024-01-18T06:22:39.920285+0000 mgr.smithi007.eulhwp (mgr.14182) 287 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:42.520 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:42.520 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:43.166 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:43.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:43 smithi007 conmon[35366]: cluster 2024-01-18T06:22:41.920974+0000 mgr.smithi007.eulhwp (mgr.14182) 288 : cluster 2024-01-18T06:22:43.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:43 smithi007 conmon[35366]: [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:43.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:43 smithi007 conmon[35366]: audit 2024-01-18T06:22:42.517662+0000 mgr.smithi007.eulhwp (mgr.14182) 289 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:43.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:43 smithi181 conmon[39919]: cluster 2024-01-18T06:22:41.920974+0000 mgr.smithi007.eulhwp (mgr.14182) 288 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:43.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:43 smithi181 conmon[39919]: audit 2024-01-18T06:22:42.517662+0000 mgr.smithi007.eulhwp (mgr.14182) 289 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:44.167 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:45.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:45 smithi181 conmon[39919]: cluster 2024-01-18T06:22:43.921519+0000 mgr.smithi007.eulhwp (mgr.14182) 290 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:45.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:45 smithi007 conmon[35366]: cluster 2024-01-18T06:22:43.921519+0000 mgr.smithi007.eulhwp (mgr.14182) 290 : cluster 2024-01-18T06:22:45.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:45 smithi007 conmon[35366]: [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:46.339 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:46.339 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:47.021 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:47.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:47 smithi181 conmon[39919]: cluster 2024-01-18T06:22:45.922182+0000 mgr.smithi007.eulhwp (mgr.14182) 291 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:47.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:47 smithi181 conmon[39919]: audit 2024-01-18T06:22:46.336972+0000 mgr.smithi007.eulhwp (mgr.14182) 292 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:47.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:47 smithi007 conmon[35366]: cluster 2024-01-18T06:22:45.922182+0000 mgr.smithi007.eulhwp (mgr.14182) 291 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:47.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:47 smithi007 conmon[35366]: audit 2024-01-18T06:22:46.336972+0000 mgr.smithi007.eulhwp (mgr.14182) 292 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:48.022 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:49.655 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:49 smithi007 conmon[35366]: cluster 2024-01-18T06:22:47.922825+0000 mgr.smithi007.eulhwp (mgr.14182) 293 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:49.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:49 smithi181 conmon[39919]: cluster 2024-01-18T06:22:47.922825+0000 mgr.smithi007.eulhwp (mgr.14182) 293 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:50.108 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:50.108 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:50.762 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:51.763 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:51.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:51 smithi181 conmon[39919]: cluster 2024-01-18T06:22:49.923423+0000 mgr.smithi007.eulhwp (mgr.14182) 294 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:51.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:51 smithi181 conmon[39919]: audit 2024-01-18T06:22:51.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:51 smithi181 conmon[39919]: 2024-01-18T06:22:50.105735+0000 mgr.smithi007.eulhwp (mgr.14182) 295 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:51.798 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:51 smithi007 conmon[35366]: cluster 2024-01-18T06:22:49.923423+0000 mgr.smithi007.eulhwp (mgr.14182) 294 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:51.798 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:51 smithi007 conmon[35366]: audit 2024-01-18T06:22:50.105735+0000 mgr.smithi007.eulhwp (mgr.14182) 295 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:53.432 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:53 smithi007 conmon[35366]: cluster 2024-01-18T06:22:51.924126+0000 mgr.smithi007.eulhwp (mgr.14182) 296 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:53.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:53 smithi181 conmon[39919]: cluster 2024-01-18T06:22:51.924126+0000 mgr.smithi007.eulhwp (mgr.14182) 296 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:53.846 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:53.846 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:54.486 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:55.487 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:55.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:55 smithi181 conmon[39919]: audit 2024-01-18T06:22:53.843134+0000 mgr.smithi007.eulhwp (mgr.14182) 297 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:55.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:55 smithi181 conmon[39919]: cluster 2024-01-18T06:22:53.924688+0000 mgr.smithi007.eulhwp (mgr.14182) 298 : cluster 2024-01-18T06:22:55.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:55 smithi181 conmon[39919]: [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:55.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:55 smithi007 conmon[35366]: audit 2024-01-18T06:22:53.843134+0000 mgr.smithi007.eulhwp (mgr.14182) 297 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:55.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:55 smithi007 conmon[35366]: cluster 2024-01-18T06:22:53.924688+0000 mgr.smithi007.eulhwp (mgr.14182) 298 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:57.608 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:22:57.609 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:22:57.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:57 smithi007 conmon[35366]: cluster 2024-01-18T06:22:55.925263+0000 mgr.smithi007.eulhwp (mgr.14182) 299 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:57.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:57 smithi181 conmon[39919]: cluster 2024-01-18T06:22:55.925263+0000 mgr.smithi007.eulhwp (mgr.14182) 299 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:58.162 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:22:58.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:58 smithi181 conmon[39919]: audit 2024-01-18T06:22:57.605599+0000 mgr.smithi007.eulhwp (mgr.14182) 300 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:58.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:58 smithi007 conmon[35366]: audit 2024-01-18T06:22:57.605599+0000 mgr.smithi007.eulhwp (mgr.14182) 300 : audit [DBG] 2024-01-18T06:22:58.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:58 smithi007 conmon[35366]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:22:59.163 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:22:59.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:59 smithi007 conmon[35366]: cluster 2024-01-18T06:22:57.926071+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:22:59.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:22:59 smithi007 conmon[35366]: mgr.14182) 301 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:22:59.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:59 smithi181 conmon[39919]: cluster 2024-01-18T06:22:57.926071+0000 mgr.smithi007.eulhwp (mgr.14182) 301 : cluster [DBG] 2024-01-18T06:22:59.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:22:59 smithi181 conmon[39919]: pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:01.284 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:01.285 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:01.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:01 smithi007 conmon[35366]: cluster 2024-01-18T06:22:59.926664+0000 mgr.smithi007.eulhwp (mgr.14182) 302 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:01.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:01 smithi181 conmon[39919]: cluster 2024-01-18T06:22:59.926664+0000 mgr.smithi007.eulhwp (mgr.14182) 302 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:01.935 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:02.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:02 smithi181 conmon[39919]: audit 2024-01-18T06:23:01.281335+0000 mgr.smithi007.eulhwp (mgr.14182) 303 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:02.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:02 smithi007 conmon[35366]: audit 2024-01-18T06:23:01.281335+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:23:02.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:02 smithi007 conmon[35366]: mgr.14182) 303 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:02.936 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:03.686 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:03 smithi007 conmon[35366]: cluster 2024-01-18T06:23:01.927291+0000 mgr.smithi007.eulhwp (mgr.14182) 304 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:03.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:03 smithi181 conmon[39919]: cluster 2024-01-18T06:23:01.927291+0000 mgr.smithi007.eulhwp (mgr.14182) 304 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:05.069 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:05.069 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:05.696 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:05 smithi007 conmon[35366]: cluster 2024-01-18T06:23:03.928026+0000 mgr.smithi007.eulhwp (mgr.14182) 305 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:05.719 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:05.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:05 smithi181 conmon[39919]: cluster 2024-01-18T06:23:03.928026+0000 mgr.smithi007.eulhwp (mgr.14182) 305 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:06.720 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:06.755 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:06 smithi007 conmon[35366]: audit 2024-01-18T06:23:05.066168+0000 mgr.smithi007.eulhwp (mgr.14182) 306 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:06.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:06 smithi181 conmon[39919]: audit 2024-01-18T06:23:05.066168+0000 mgr.smithi007.eulhwp (mgr.14182) 306 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:07.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:07 smithi007 conmon[35366]: cluster 2024-01-18T06:23:05.928879+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:23:07.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:07 smithi007 conmon[35366]: 14182) 307 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:07.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:07 smithi181 conmon[39919]: cluster 2024-01-18T06:23:05.928879+0000 mgr.smithi007.eulhwp (mgr.14182) 307 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:08.865 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:08.865 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:09.469 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:09.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:09 smithi181 conmon[39919]: cluster 2024-01-18T06:23:07.929649+0000 mgr.smithi007.eulhwp (mgr.14182) 308 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:09.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:09 smithi007 conmon[35366]: cluster 2024-01-18T06:23:07.929649+0000 mgr.smithi007.eulhwp (mgr.14182) 308 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:10.471 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:10.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:10 smithi181 conmon[39919]: audit 2024-01-18T06:23:08.861797+0000 mgr.smithi007.eulhwp (mgr.14182) 309 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:10.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:10 smithi007 conmon[35366]: audit 2024-01-18T06:23:08.861797+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:23:10.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:10 smithi007 conmon[35366]: ) 309 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:11.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:11 smithi181 conmon[39919]: cluster 2024-01-18T06:23:09.930301+0000 mgr.smithi007.eulhwp (mgr.14182) 310 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:11.822 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:11 smithi007 conmon[35366]: cluster 2024-01-18T06:23:09.930301+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:23:11.822 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:11 smithi007 conmon[35366]: .14182) 310 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:12.543 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:12.543 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:13.168 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:13.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:13 smithi181 conmon[39919]: cluster 2024-01-18T06:23:11.930911+0000 mgr.smithi007.eulhwp (mgr.14182) 311 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:13.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:13 smithi181 conmon[39919]: audit 2024-01-18T06:23:12.539982+0000 mgr.smithi007.eulhwp (mgr.14182) 312 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:13.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:13 smithi007 conmon[35366]: cluster 2024-01-18T06:23:11.930911+0000 mgr.smithi007.eulhwp (mgr.14182) 311 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:13.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:13 smithi007 conmon[35366]: audit 2024-01-18T06:23:12.539982+0000 mgr.smithi007.eulhwp (mgr.14182) 312 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:14.169 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:15.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:15 smithi181 conmon[39919]: cluster 2024-01-18T06:23:13.931406+0000 mgr.smithi007.eulhwp (mgr.14182) 313 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:15.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:15 smithi007 conmon[35366]: cluster 2024-01-18T06:23:13.931406+0000 2024-01-18T06:23:15.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:15 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 313 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:16.356 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:16.356 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:16.999 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:17 smithi181 conmon[39919]: cluster 2024-01-18T06:23:15.931957+0000 mgr.smithi007.eulhwp (mgr.14182) 314 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:17 smithi181 conmon[39919]: audit 2024-01-18T06:23:16.353458+0000 mgr.smithi007.eulhwp (mgr.14182) 315 2024-01-18T06:23:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:17 smithi181 conmon[39919]: : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:17.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:17 smithi007 conmon[35366]: cluster 2024-01-18T06:23:15.931957+0000 mgr.smithi007.eulhwp (mgr.14182) 314 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:17.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:17 smithi007 conmon[35366]: audit 2024-01-18T06:23:16.353458+0000 mgr.smithi007.eulhwp (mgr.14182) 315 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:17.999 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:19.631 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:19 smithi007 conmon[35366]: cluster 2024-01-18T06:23:17.932597+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:23:19.632 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:19 smithi007 conmon[35366]: .14182) 316 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:19.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:19 smithi181 conmon[39919]: cluster 2024-01-18T06:23:17.932597+0000 mgr.smithi007.eulhwp (mgr.14182) 316 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:20.079 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:20.079 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z 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.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:20.717 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:21.718 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:21.752 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:21 smithi007 conmon[35366]: cluster 2024-01-18T06:23:19.933110+0000 mgr.smithi007.eulhwp (mgr.14182) 317 : cluster [DBG] 2024-01-18T06:23:21.752 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:21 smithi007 conmon[35366]: pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:21.753 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:21 smithi007 conmon[35366]: audit 2024-01-18T06:23:20.076725+0000 mgr.smithi007.eulhwp (mgr.14182) 318 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:21.753 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:21 smithi007 conmon[35366]: audit 2024-01-18T06:23:21.753 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:21 smithi007 conmon[35366]: 2024-01-18T06:23:21.084750+0000 mon.smithi007 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi181.rkibty"}]: dispatch 2024-01-18T06:23:21.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:21 smithi181 conmon[39919]: cluster 2024-01-18T06:23:19.933110+0000 mgr.smithi007.eulhwp (mgr.14182) 317 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:21.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:21 smithi181 conmon[39919]: audit 2024-01-18T06:23:20.076725+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:23:21.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:21 smithi181 conmon[39919]: 318 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:21.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:21 smithi181 conmon[39919]: audit 2024-01-18T06:23:21.084750+0000 mon.smithi007 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi181.rkibty"}]: dispatch 2024-01-18T06:23:22.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: cephadm 2024-01-18T06:23:21. 2024-01-18T06:23:22.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 084163+0000 mgr.smithi007.eulhwp (mgr.14182) 319 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty 2024-01-18T06:23:22.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty 2024-01-18T06:23:22.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi181.rkibty ... 2024-01-18T06:23:22.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:23:22.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:23:22.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:21:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:22:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:22:40Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 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 2024-01-18T06:23:22.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 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 2024-01-18T06:23:22.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: Traceback (most recent call last): 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: yield (conn, connr) 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: code, '\n'.join(err))) 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi181.rkibty ... 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:21:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:22:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.613 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:22:40Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 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 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 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 a 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: nd upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: cephadm 2024-01-18T06:23:21.084384+0000 mgr.smithi007.eulhwp (mgr.14182) 320 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: cephadm 2024-01-18T06:23:21.085619+0000 mgr.smithi007.eulhwp (mgr.14182) 321 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi181.rkibty ... 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:21:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:22:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:22:40Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.615 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 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 2024-01-18T06:23:22.615 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 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 2024-01-18T06:23:22.615 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:23:22.615 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:22 smithi007 conmon[35366]: cephadm 2024-01-18T06:23:21.087408+0000 mgr.smithi007.eulhwp (mgr.14182) 322 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi007.xkbywe on smithi007 2024-01-18T06:23:22.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: cephadm 2024-01-18T06:23:21.084163+0000 mgr.smithi007.eulhwp (mgr.14182) 319 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty 2024-01-18T06:23:22.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty 2024-01-18T06:23:22.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi181.rkibty ... 2024-01-18T06:23:22.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:21:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:22:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:22:40Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: 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 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: 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 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: Traceback (most recent call last): 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: yield (conn, connr) 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: code, '\n'.join(err))) 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty 2024-01-18T06:23:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi181.rkibty ... 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:21:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:22:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:22:40Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: 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 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: 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 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: cephadm 2024-01-18T06:23:21.084384+0000 mgr.smithi007.eulhwp (mgr.14182) 320 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: cephadm 2024-01-18T06:23:21.085619+0000 mgr.smithi007.eulhwp (mgr.14182) 321 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty 2024-01-18T06:23:22.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty 2024-01-18T06:23:22.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty 2024-01-18T06:23:22.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi181.rkibty ... 2024-01-18T06:23:22.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:23:22.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:23:22.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:21:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:22:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:22:40Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:23:22.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: 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 2024-01-18T06:23:22.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: 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 2024-01-18T06:23:22.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:23:22.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:22 smithi181 conmon[39919]: cephadm 2024-01-18T06:23:21.087408+0000 mgr.smithi007.eulhwp (mgr.14182) 322 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi007.xkbywe on smithi007 2024-01-18T06:23:23.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:23 smithi181 conmon[39919]: cluster 2024-01-18T06:23:21.933662+0000 mgr.smithi007.eulhwp (mgr.14182) 323 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:23.862 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:23 smithi007 conmon[35366]: cluster 2024-01-18T06:23:21.933662+0000 mgr.smithi007.eulhwp (mgr.14182) 323 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:23.879 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:23.879 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:24.490 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:25.490 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:25.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:25 smithi181 conmon[39919]: audit 2024-01-18T06:23:23.876407+0000 mgr.smithi007.eulhwp (mgr.14182) 324 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:25.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:25 smithi181 conmon[39919]: cluster 2024-01-18T06:23:23.934178+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:23:25.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:25 smithi181 conmon[39919]: 14182) 325 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:25.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:25 smithi007 conmon[35366]: audit 2024-01-18T06:23:23.876407+0000 mgr.smithi007.eulhwp (mgr.14182) 324 : 2024-01-18T06:23:25.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:25 smithi007 conmon[35366]: audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:25.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:25 smithi007 conmon[35366]: cluster 2024-01-18T06:23:23.934178+0000 mgr.smithi007.eulhwp (mgr.14182) 325 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:27.601 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:27.601 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:27.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:27 smithi181 conmon[39919]: cluster 2024-01-18T06:23:25.934861+0000 mgr.smithi007.eulhwp (mgr.14182) 326 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:27.809 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:27 smithi007 conmon[35366]: cluster 2024-01-18T06:23:25.934861+0000 mgr.smithi007.eulhwp (mgr.14182) 326 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:28.270 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:28.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:28 smithi007 conmon[35366]: audit 2024-01-18T06:23:27.597655+0000 mgr.smithi007.eulhwp (mgr.14182) 327 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:28.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:28 smithi181 conmon[39919]: audit 2024-01-18T06:23:27.597655+0000 mgr.smithi007.eulhwp (mgr.14182) 327 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:29.271 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:29.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:29 smithi007 conmon[35366]: cluster 2024-01-18T06:23:27.935413+0000 mgr.smithi007.eulhwp (mgr.14182) 328 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:29.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:29 smithi181 conmon[39919]: cluster 2024-01-18T06:23:27.935413+0000 mgr.smithi007.eulhwp (mgr.14182) 328 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:29.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:29 smithi181 conmon[39919]: 2024-01-18T06:23:31.320 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:31.320 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:31.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:31 smithi007 conmon[35366]: cluster 2024-01-18T06:23:29.935968+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:23:31.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:31 smithi007 conmon[35366]: .14182) 329 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:31.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:31 smithi181 conmon[39919]: cluster 2024-01-18T06:23:29.935968+0000 mgr.smithi007.eulhwp (mgr.14182) 329 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:31.980 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:32.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:32 smithi181 conmon[39919]: audit 2024-01-18T06:23:31.316803+0000 mgr.smithi007.eulhwp (mgr.14182) 330 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:32.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:32 smithi007 conmon[35366]: audit 2024-01-18T06:23:31. 2024-01-18T06:23:32.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:32 smithi007 conmon[35366]: 316803+0000 mgr.smithi007.eulhwp (mgr.14182) 330 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:32.981 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:33.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:33 smithi181 conmon[39919]: cluster 2024-01-18T06:23:31.936644+0000 mgr.smithi007.eulhwp (mgr.14182) 331 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:33.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:33 smithi007 conmon[35366]: cluster 2024-01-18T06:23:31.936644+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:23:33.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:33 smithi007 conmon[35366]: 14182) 331 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:35.149 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:35.149 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:35.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:35 smithi181 conmon[39919]: cluster 2024-01-18T06:23:33.937363+0000 mgr.smithi007.eulhwp (mgr.14182) 332 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:35.796 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:35 smithi007 conmon[35366]: cluster 2024-01-18T06:23:33.937363+0000 mgr.smithi007.eulhwp (mgr.14182) 332 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:35.820 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:36.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:36 smithi181 conmon[39919]: audit 2024-01-18T06:23:35.146400+0000 mgr.smithi007.eulhwp (mgr.14182) 333 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:36.821 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:36.855 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:36 smithi007 conmon[35366]: audit 2024-01-18T06:23:35.146400+0000 mgr.smithi007.eulhwp (mgr.14182) 333 : audit 2024-01-18T06:23:36.855 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:36 smithi007 conmon[35366]: [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:37 smithi007 conmon[35366]: cluster 2024-01-18T06:23:35.937982+0000 mgr.smithi007.eulhwp (mgr.14182) 334 2024-01-18T06:23:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:37 smithi007 conmon[35366]: : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:37.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:37 smithi181 conmon[39919]: cluster 2024-01-18T06:23:35.937982+0000 mgr.smithi007.eulhwp (mgr.14182) 334 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:38.922 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:38.922 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:39.546 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:39.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:39 smithi181 conmon[39919]: cluster 2024-01-18T06:23:37.938615+0000 mgr.smithi007.eulhwp (mgr.14182) 335 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:39.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:39 smithi007 conmon[35366]: cluster 2024-01-18T06:23:37.938615+0000 mgr.smithi007.eulhwp (mgr.14182) 335 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:40.547 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:40.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:40 smithi181 conmon[39919]: audit 2024-01-18T06:23:38.919844+0000 mgr.smithi007.eulhwp (mgr.14182) 336 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:40.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:40 smithi007 conmon[35366]: audit 2024-01-18T06:23:38.919844+0000 mgr.smithi007.eulhwp (mgr.14182) 336 : 2024-01-18T06:23:40.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:40 smithi007 conmon[35366]: audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:41.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:41 smithi181 conmon[39919]: cluster 2024-01-18T06:23:39.939185+0000 mgr.smithi007.eulhwp (mgr.14182) 337 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:41.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:41 smithi007 conmon[35366]: cluster 2024-01-18T06:23:39.939185+0000 mgr.smithi007.eulhwp (mgr.14182) 337 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:42.772 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:42.772 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:43.494 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:43.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:43 smithi181 conmon[39919]: cluster 2024-01-18T06:23:41.940010+0000 mgr.smithi007.eulhwp (mgr.14182) 338 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:43.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:43 smithi181 conmon[39919]: audit 2024-01-18T06:23:42.769312+0000 mgr.smithi007.eulhwp (mgr.14182) 339 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:43.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:43 smithi007 conmon[35366]: cluster 2024-01-18T06:23:41.940010+0000 mgr.smithi007.eulhwp (mgr.14182) 338 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:43.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:43 smithi007 conmon[35366]: audit 2024-01-18T06:23:43.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:43 smithi007 conmon[35366]: 2024-01-18T06:23:42.769312+0000 mgr.smithi007.eulhwp (mgr.14182) 339 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:44.495 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:45.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:45 smithi181 conmon[39919]: cluster 2024-01-18T06:23:43.940631+0000 mgr.smithi007.eulhwp (mgr.14182) 340 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:45.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:45 smithi007 conmon[35366]: cluster 2024-01-18T06:23:43.940631+0000 mgr.smithi007.eulhwp (mgr.14182) 340 2024-01-18T06:23:45.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:45 smithi007 conmon[35366]: : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:46.670 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:46.671 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:47.411 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:48.026 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:47 smithi181 conmon[39919]: cluster 2024-01-18T06:23:45.941344+0000 mgr.smithi007.eulhwp (mgr.14182) 341 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:48.026 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:47 smithi181 conmon[39919]: audit 2024-01-18T06:23:46.667583+0000 mgr.smithi007.eulhwp (mgr.14182) 342 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:48.026 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:47 smithi007 conmon[35366]: cluster 2024-01-18T06:23:45.941344+0000 mgr.smithi007.eulhwp (mgr.14182) 341 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:48.026 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:47 smithi007 conmon[35366]: audit 2024-01-18T06:23:46.667583+0000 mgr.smithi007.eulhwp (mgr.14182) 342 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:49.026 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:49.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:49 smithi181 conmon[39919]: cluster 2024-01-18T06:23:47.942013+0000 mgr.smithi007.eulhwp (mgr.14182) 343 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:49.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:49 smithi007 conmon[35366]: cluster 2024-01-18T06:23:47.942013+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:23:49.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:49 smithi007 conmon[35366]: ) 343 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:51.119 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:51.119 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:51.752 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:51 smithi007 conmon[35366]: cluster 2024-01-18T06:23:49 2024-01-18T06:23:51.752 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:51 smithi007 conmon[35366]: .942737+0000 mgr.smithi007.eulhwp (mgr.14182) 344 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:51.776 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:51.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:51 smithi181 conmon[39919]: cluster 2024-01-18T06:23:49.942737+0000 mgr.smithi007.eulhwp (mgr.14182) 344 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:52.777 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:52.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:52 smithi181 conmon[39919]: audit 2024-01-18T06:23:51.116465+0000 mgr.smithi007.eulhwp (mgr.14182) 345 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:52.812 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:52 smithi007 conmon[35366]: audit 2024-01-18T06:23:51.116465+0000 mgr.smithi007.eulhwp (mgr.14182) 345 : audit [DBG] 2024-01-18T06:23:52.812 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:52 smithi007 conmon[35366]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:53.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:53 smithi181 conmon[39919]: cluster 2024-01-18T06:23:51.943516+0000 mgr.smithi007.eulhwp (mgr.14182) 346 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:53.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:53 smithi007 conmon[35366]: cluster 2024-01-18T06:23:51.943516+0000 mgr.smithi007.eulhwp (mgr.14182) 346 : 2024-01-18T06:23:53.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:53 smithi007 conmon[35366]: cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:54.893 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:54.894 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:55.552 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:55.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:55 smithi181 conmon[39919]: cluster 2024-01-18T06:23:53.944064+0000 mgr.smithi007.eulhwp (mgr.14182) 347 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:55.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:55 smithi007 conmon[35366]: cluster 2024-01-18T06:23:53.944064+0000 mgr.smithi007.eulhwp (mgr.14182) 347 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:56.553 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:23:56.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:56 smithi007 conmon[35366]: audit 2024-01-18T06:23:54.890133+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:23:56.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:56 smithi007 conmon[35366]: 14182) 348 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:57.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:56 smithi181 conmon[39919]: audit 2024-01-18T06:23:54.890133+0000 mgr.smithi007.eulhwp (mgr.14182) 348 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:23:57.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:57 smithi007 conmon[35366]: cluster 2024-01-18T06:23:55.944611+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:23:57.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:57 smithi007 conmon[35366]: 349 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:58.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:57 smithi181 conmon[39919]: cluster 2024-01-18T06:23:55.944611+0000 mgr.smithi007.eulhwp (mgr.14182) 349 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:58.699 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:23:58.700 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:23:59.392 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:23:59.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:59 smithi007 conmon[35366]: cluster 2024-01-18T06:23:57.945325+0000 mgr.smithi007.eulhwp (mgr.14182) 350 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:23:59.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:23:59 smithi007 conmon[35366]: audit 2024-01-18T06:23:58.696570+0000 mgr.smithi007.eulhwp (mgr.14182) 351 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:00.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:59 smithi181 conmon[39919]: cluster 2024-01-18T06:23:57.945325+0000 mgr.smithi007.eulhwp (mgr.14182) 350 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:00.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:59 smithi181 conmon[39919]: audit 2024-01-18T06:23:58.696570+0000 mgr.smithi007.eulhwp (mgr.14182) 351 2024-01-18T06:24:00.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:23:59 smithi181 conmon[39919]: : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:00.393 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:01.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:01 smithi007 conmon[35366]: cluster 2024-01-18T06:23:59.945850+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:24:01.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:01 smithi007 conmon[35366]: mgr.14182) 352 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:02.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:01 smithi181 conmon[39919]: cluster 2024-01-18T06:23:59.945850+0000 mgr.smithi007.eulhwp (mgr.14182) 352 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:02.529 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:02.529 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:03.149 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:03.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:03 smithi007 conmon[35366]: cluster 2024-01-18T06:24:01.946529+0000 mgr.smithi007.eulhwp (mgr.14182) 353 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:03.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:03 smithi007 conmon[35366]: audit 2024-01-18T06:24:02.525801+0000 mgr.smithi007.eulhwp (mgr.14182) 354 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:04.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:03 smithi181 conmon[39919]: cluster 2024-01-18T06:24:01.946529+0000 mgr.smithi007.eulhwp (mgr.14182) 353 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:04.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:03 smithi181 conmon[39919]: audit 2024-01-18T06:24:02.525801+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:24:04.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:03 smithi181 conmon[39919]: 354 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:04.151 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:05.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:05 smithi007 conmon[35366]: cluster 2024-01-18T06:24:03.947323 2024-01-18T06:24:05.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:05 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 355 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:06.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:05 smithi181 conmon[39919]: cluster 2024-01-18T06:24:03.947323+0000 mgr.smithi007.eulhwp (mgr.14182) 355 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:06.319 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:06.319 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:06.923 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:07.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:07 smithi007 conmon[35366]: cluster 2024-01-18T06:24:05.947893+0000 mgr.smithi007.eulhwp (mgr.14182) 356 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:07.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:07 smithi007 conmon[35366]: audit 2024-01-18T06:24:06.316288+0000 mgr.smithi007.eulhwp (mgr.14182) 357 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:07.924 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:08.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:07 smithi181 conmon[39919]: cluster 2024-01-18T06:24:05.947893+0000 mgr.smithi007.eulhwp (mgr.14182) 356 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:08.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:07 smithi181 conmon[39919]: audit 2024-01-18T06:24:06.316288+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:24:08.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:07 smithi181 conmon[39919]: ) 357 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:09.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:09 smithi007 conmon[35366]: cluster 2024-01-18T06:24:07.948444+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:24:09.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:09 smithi007 conmon[35366]: 14182) 358 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:10.036 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:10.036 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:10.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:09 smithi181 conmon[39919]: cluster 2024-01-18T06:24:07.948444+0000 mgr.smithi007.eulhwp (mgr.14182) 358 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:10.656 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:11.657 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:11.693 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:11 smithi007 conmon[35366]: cluster 2024-01-18T06:24:09.948950+0000 mgr.smithi007.eulhwp (mgr.14182) 359 : 2024-01-18T06:24:11.693 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:11 smithi007 conmon[35366]: cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:11.694 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:11 smithi007 conmon[35366]: audit 2024-01-18T06:24:10.033246+0000 mgr.smithi007.eulhwp (mgr.14182) 360 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:12.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:11 smithi181 conmon[39919]: cluster 2024-01-18T06:24:09.948950+0000 mgr.smithi007.eulhwp (mgr.14182) 359 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:11 smithi181 conmon[39919]: audit 2024-01-18T06:24:10.033246+0000 mgr.smithi007.eulhwp (mgr.14182) 360 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:13.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:13 smithi007 conmon[35366]: cluster 2024-01-18T06:24:11.949524+0000 mgr.smithi007.eulhwp (mgr.14182) 361 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:13.796 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:13.797 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:14.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:13 smithi181 conmon[39919]: cluster 2024-01-18T06:24:11.949524+0000 mgr.smithi007.eulhwp (mgr.14182) 361 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:14.472 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:14.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:14 smithi007 conmon[35366]: audit 2024-01-18T06:24:13.794284+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:24:14.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:14 smithi007 conmon[35366]: ) 362 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:15.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:14 smithi181 conmon[39919]: audit 2024-01-18T06:24:13.794284+0000 mgr.smithi007.eulhwp (mgr.14182) 362 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:15.474 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:15.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:15 smithi007 conmon[35366]: cluster 2024-01-18T06:24:13.950187 2024-01-18T06:24:15.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:15 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 363 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:16.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:15 smithi181 conmon[39919]: cluster 2024-01-18T06:24:13.950187+0000 mgr.smithi007.eulhwp (mgr.14182) 363 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:17.636 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:17.636 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:17.834 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:17 smithi007 conmon[35366]: cluster 2024-01-18T06:24:15.950789+0000 mgr.smithi007.eulhwp (mgr.14182) 364 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:18.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:17 smithi181 conmon[39919]: cluster 2024-01-18T06:24:15.950789+0000 mgr.smithi007.eulhwp (mgr.14182) 364 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:18.255 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:18.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:18 smithi007 conmon[35366]: audit 2024-01-18T06:24:17.633606+0000 mgr.smithi007.eulhwp (mgr.14182) 365 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:19.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:18 smithi181 conmon[39919]: audit 2024-01-18T06:24:17.633606+0000 mgr.smithi007.eulhwp (mgr.14182) 365 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:19.255 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:19.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:19 smithi007 conmon[35366]: cluster 2024-01-18T06:24:17.951607+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:24:19.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:19 smithi007 conmon[35366]: ) 366 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:20.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:19 smithi181 conmon[39919]: cluster 2024-01-18T06:24:17.951607+0000 mgr.smithi007.eulhwp (mgr.14182) 366 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:21.391 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:21.391 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:21.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:21 smithi007 conmon[35366]: cluster 2024-01-18T06:24:19.952161+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:24:21.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:21 smithi007 conmon[35366]: ) 367 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:21.996 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:22.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:21 smithi181 conmon[39919]: cluster 2024-01-18T06:24:19.952161+0000 mgr.smithi007.eulhwp (mgr.14182) 367 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:22.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:22 smithi007 conmon[35366]: audit 2024-01-18T06:24:21.388220+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:24:22.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:22 smithi007 conmon[35366]: 14182) 368 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:22.997 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:23.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:22 smithi181 conmon[39919]: audit 2024-01-18T06:24:21.388220+0000 mgr.smithi007.eulhwp (mgr.14182) 368 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:23.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:23 smithi007 conmon[35366]: cluster 2024-01-18T06:24:21.952886+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:24:23.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:23 smithi007 conmon[35366]: 369 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:23 smithi181 conmon[39919]: cluster 2024-01-18T06:24:21.952886+0000 mgr.smithi007.eulhwp (mgr.14182) 369 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:25.141 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:25.141 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:25.745 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:25.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:25 smithi007 conmon[35366]: cluster 2024-01-18T06:24:23.953410+0000 mgr.smithi007.eulhwp (mgr.14182) 370 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:26.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:25 smithi181 conmon[39919]: cluster 2024-01-18T06:24:23.953410+0000 mgr.smithi007.eulhwp (mgr.14182) 370 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:26.747 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:26.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:26 smithi007 conmon[35366]: audit 2024-01-18T06:24:25.138378+0000 mgr.smithi007.eulhwp (mgr.14182) 371 : audit [DBG] 2024-01-18T06:24:26.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:26 smithi007 conmon[35366]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:27.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:26 smithi181 conmon[39919]: audit 2024-01-18T06:24:25.138378+0000 mgr.smithi007.eulhwp (mgr.14182) 371 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:27.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:27 smithi007 conmon[35366]: cluster 2024-01-18T06:24:25.953968+0000 mgr.smithi007.eulhwp (mgr.14182) 372 2024-01-18T06:24:27.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:27 smithi007 conmon[35366]: : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:28.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:27 smithi181 conmon[39919]: cluster 2024-01-18T06:24:25.953968+0000 mgr.smithi007.eulhwp (mgr.14182) 372 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:28.875 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:28.875 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:29.562 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:29.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:29 smithi007 conmon[35366]: cluster 2024-01-18T06:24:27.954463+0000 mgr.smithi007.eulhwp (mgr.14182) 373 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:30.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:29 smithi181 conmon[39919]: cluster 2024-01-18T06:24:27.954463+0000 mgr.smithi007.eulhwp (mgr.14182) 373 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:30.563 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:30.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:30 smithi007 conmon[35366]: audit 2024-01-18T06:24:28.871983+0000 mgr.smithi007.eulhwp (mgr.14182) 374 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:30.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:30 smithi007 conmon[35366]: 2024-01-18T06:24:31.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:30 smithi181 conmon[39919]: audit 2024-01-18T06:24:28.871983+0000 mgr.smithi007.eulhwp (mgr.14182) 374 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:31.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:31 smithi007 conmon[35366]: cluster 2024-01-18T06:24:29.955086+0000 mgr.smithi007.eulhwp (mgr.14182) 375 : 2024-01-18T06:24:31.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:31 smithi007 conmon[35366]: cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:32.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:31 smithi181 conmon[39919]: cluster 2024-01-18T06:24:29.955086+0000 mgr.smithi007.eulhwp (mgr.14182) 375 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:32.762 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:32.762 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:33.415 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:33.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:33 smithi007 conmon[35366]: cluster 2024-01-18T06:24:31.955767+0000 mgr.smithi007.eulhwp (mgr.14182) 376 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:33.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:33 smithi007 conmon[35366]: audit 2024-01-18T06:24:32.759475+0000 mgr.smithi007.eulhwp (mgr.14182) 377 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:34.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:33 smithi181 conmon[39919]: cluster 2024-01-18T06:24:31.955767+0000 mgr.smithi007.eulhwp (mgr.14182) 376 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:34.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:33 smithi181 conmon[39919]: audit 2024-01-18T06:24:32.759475+0000 mgr.smithi007.eulhwp (mgr.14182) 377 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:34.416 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:35.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:35 smithi007 conmon[35366]: cluster 2024-01-18T06:24:33.956482+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:24:35.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:35 smithi007 conmon[35366]: mgr.14182) 378 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:36.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:35 smithi181 conmon[39919]: cluster 2024-01-18T06:24:33.956482+0000 mgr.smithi007.eulhwp (mgr.14182) 378 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:36.622 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:36.622 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:37.345 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:38.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:37 smithi181 conmon[39919]: cluster 2024-01-18T06:24:35.956965+0000 mgr.smithi007.eulhwp (mgr.14182) 379 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:38.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:37 smithi181 conmon[39919]: audit 2024-01-18T06:24:36.618841+0000 mgr.smithi007.eulhwp (mgr.14182) 380 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:38.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:37 smithi007 conmon[35366]: cluster 2024-01-18T06:24:35.956965+0000 mgr.smithi007.eulhwp (mgr.14182) 379 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:38.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:37 smithi007 conmon[35366]: audit 2024-01-18T06:24:36.618841+0000 mgr.smithi007.eulhwp (mgr.14182) 380 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:38.347 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:40.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:39 smithi181 conmon[39919]: cluster 2024-01-18T06:24:37.957429+0000 mgr.smithi007.eulhwp (mgr.14182) 381 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:40.051 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:39 smithi007 conmon[35366]: cluster 2024-01-18T06:24:37.957429+0000 mgr.smithi007.eulhwp (mgr.14182) 381 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:40.458 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:40.459 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:41.082 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:41.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:41 smithi007 conmon[35366]: cluster 2024-01-18T06:24:39.958064+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:24:41.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:41 smithi007 conmon[35366]: 382 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:41.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:41 smithi007 conmon[35366]: audit 2024-01-18T06:24:40.456442+0000 mgr.smithi007.eulhwp (mgr.14182) 383 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:42.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:41 smithi181 conmon[39919]: cluster 2024-01-18T06:24:39.958064+0000 mgr.smithi007.eulhwp (mgr.14182) 382 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:42.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:41 smithi181 conmon[39919]: audit 2024-01-18T06:24:40.456442+0000 mgr.smithi007.eulhwp (mgr.14182) 383 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:42.083 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:43.736 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:43 smithi007 conmon[35366]: cluster 2024-01-18T06:24:41.958929+0000 mgr.smithi007.eulhwp (mgr.14182) 384 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:44.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:43 smithi181 conmon[39919]: cluster 2024-01-18T06:24:41.958929+0000 mgr.smithi007.eulhwp (mgr.14182) 384 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:44.155 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:44.155 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:44.885 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:45.887 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:45.925 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:45 smithi007 conmon[35366]: cluster 2024-01-18T06:24:43.959426+0000 mgr.smithi007.eulhwp (mgr.14182) 385 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:45.925 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:45 smithi007 conmon[35366]: 2024-01-18T06:24:45.925 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:45 smithi007 conmon[35366]: audit 2024-01-18T06:24:44.152513+0000 mgr.smithi007.eulhwp (mgr.14182) 386 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:46.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:45 smithi181 conmon[39919]: cluster 2024-01-18T06:24:43.959426+0000 mgr.smithi007.eulhwp (mgr.14182) 385 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:46.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:45 smithi181 conmon[39919]: audit 2024-01-18T06:24:44.152513+0000 mgr.smithi007.eulhwp (mgr.14182) 386 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:47.710 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:47 smithi007 conmon[35366]: cluster 2024-01-18T06:24:45.959961+0000 mgr.smithi007.eulhwp (mgr.14182) 387 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:48.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:47 smithi181 conmon[39919]: cluster 2024-01-18T06:24:45.959961+0000 mgr.smithi007.eulhwp (mgr.14182) 387 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:48.114 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:48.114 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:48.717 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:49.717 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:49 smithi181 conmon[39919]: cluster 2024-01-18T06:24:47.960485+0000 mgr.smithi007.eulhwp (mgr.14182) 388 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:49 smithi181 conmon[39919]: audit 2024-01-18T06:24:48.111902+0000 mgr.smithi007.eulhwp (mgr.14182) 389 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:49 smithi007 conmon[35366]: cluster 2024-01-18T06:24:47.960485+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:24:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:49 smithi007 conmon[35366]: ) 388 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:49 smithi007 conmon[35366]: audit 2024-01-18T06:24:48.111902+0000 mgr.smithi007.eulhwp (mgr.14182) 389 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:51.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:51 smithi007 conmon[35366]: cluster 2024-01-18T06:24:49.960969+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:24:51.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:51 smithi007 conmon[35366]: 390 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:51.876 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:51.876 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:52.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:51 smithi181 conmon[39919]: cluster 2024-01-18T06:24:49.960969+0000 mgr.smithi007.eulhwp (mgr.14182) 390 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:52.527 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:53.529 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:53.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:53 smithi007 conmon[35366]: audit 2024-01-18T06:24:51.873947+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:24:53.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:53 smithi007 conmon[35366]: ) 391 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:53.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:53 smithi007 conmon[35366]: cluster 2024-01-18T06:24:51.961502+0000 mgr.smithi007.eulhwp (mgr.14182) 392 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:54.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:53 smithi181 conmon[39919]: audit 2024-01-18T06:24:51.873947+0000 mgr.smithi007.eulhwp (mgr.14182) 391 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:54.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:53 smithi181 conmon[39919]: cluster 2024-01-18T06:24:51.961502+0000 mgr.smithi007.eulhwp (mgr.14182) 392 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:55.627 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:55.627 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:56.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:55 smithi181 conmon[39919]: cluster 2024-01-18T06:24:53.962087+0000 mgr.smithi007.eulhwp (mgr.14182) 393 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:56.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:55 smithi007 conmon[35366]: cluster 2024-01-18T06:24:53.962087+0000 mgr.smithi007.eulhwp (mgr.14182) 393 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:56.297 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:24:57.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:56 smithi181 conmon[39919]: audit 2024-01-18T06:24:55.623630+0000 mgr.smithi007.eulhwp (mgr.14182) 394 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:57.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:56 smithi007 conmon[35366]: audit 2024-01-18T06:24:55.623630+0000 mgr.smithi007.eulhwp (mgr.14182) 394 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:24:57.298 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:24:58.033 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:57 smithi007 conmon[35366]: cluster 2024-01-18T06:24:55.962708+0000 mgr.smithi007.eulhwp (mgr.14182) 395 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:58.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:57 smithi181 conmon[39919]: cluster 2024-01-18T06:24:55.962708+0000 mgr.smithi007.eulhwp (mgr.14182) 395 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:24:59.505 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:24:59.505 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:24:59.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:24:59 smithi007 conmon[35366]: cluster 2024-01-18T06:24:57.963311+0000 mgr.smithi007.eulhwp (mgr.14182) 396 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:00.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:24:59 smithi181 conmon[39919]: cluster 2024-01-18T06:24:57.963311+0000 mgr.smithi007.eulhwp (mgr.14182) 396 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:00.167 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:01.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:00 smithi181 conmon[39919]: audit 2024-01-18T06:24:59.501999+0000 mgr.smithi007.eulhwp (mgr.14182) 397 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:01.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:00 smithi007 conmon[35366]: audit 2024-01-18T06:24:59.501999+0000 mgr.smithi007.eulhwp (mgr.14182) 397 : audit 2024-01-18T06:25:01.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:00 smithi007 conmon[35366]: [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:01.168 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:02.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:01 smithi181 conmon[39919]: cluster 2024-01-18T06:24:59.964136+0000 mgr.smithi007.eulhwp (mgr.14182) 398 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:02.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:01 smithi007 conmon[35366]: cluster 2024-01-18T06:24:59.964136+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:25:02.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:01 smithi007 conmon[35366]: 14182) 398 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:03.288 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:03.289 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:03.891 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:04.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:03 smithi181 conmon[39919]: cluster 2024-01-18T06:25:01.964778+0000 mgr.smithi007.eulhwp (mgr.14182) 399 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:04.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:03 smithi007 conmon[35366]: cluster 2024-01-18T06:25:01.964778+0000 mgr.smithi007.eulhwp (mgr.14182) 399 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:04.892 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:05.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:04 smithi181 conmon[39919]: audit 2024-01-18T06:25:03.285856+0000 mgr.smithi007.eulhwp (mgr.14182) 400 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:05.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:04 smithi007 conmon[35366]: audit 2024-01-18T06:25:03.285856+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:25:05.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:04 smithi007 conmon[35366]: 400 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:06.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:05 smithi181 conmon[39919]: cluster 2024-01-18T06:25:03.965270+0000 mgr.smithi007.eulhwp (mgr.14182) 401 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:06.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:05 smithi007 conmon[35366]: cluster 2024-01-18T06:25:03.965270+0000 mgr.smithi007.eulhwp (mgr.14182) 401 : cluster 2024-01-18T06:25:06.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:05 smithi007 conmon[35366]: [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:07.004 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:07.004 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:07.648 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:08.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:07 smithi181 conmon[39919]: cluster 2024-01-18T06:25:05.965938+0000 mgr.smithi007.eulhwp (mgr.14182) 402 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:08.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:07 smithi007 conmon[35366]: cluster 2024-01-18T06:25:05.965938+0000 mgr.smithi007.eulhwp (mgr.14182) 402 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:08.649 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:09.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:08 smithi181 conmon[39919]: audit 2024-01-18T06:25:07.000469+0000 mgr.smithi007.eulhwp (mgr.14182) 403 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:09.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:08 smithi007 conmon[35366]: audit 2024-01-18T06:25:07 2024-01-18T06:25:09.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:08 smithi007 conmon[35366]: .000469+0000 mgr.smithi007.eulhwp (mgr.14182) 403 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:09.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:09 smithi007 conmon[35366]: cluster 2024-01-18T06:25:07.966504 2024-01-18T06:25:09.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:09 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 404 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:10.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:09 smithi181 conmon[39919]: cluster 2024-01-18T06:25:07.966504+0000 mgr.smithi007.eulhwp (mgr.14182) 404 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:10.712 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:10.712 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:11.397 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:12.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:11 smithi181 conmon[39919]: cluster 2024-01-18T06:25:09.967061+0000 mgr.smithi007.eulhwp (mgr.14182) 405 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:12.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:11 smithi181 conmon[39919]: audit 2024-01-18T06:25:10.709228+0000 mgr.smithi007.eulhwp (mgr.14182) 406 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:12.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:11 smithi007 conmon[35366]: cluster 2024-01-18T06:25:09.967061+0000 mgr.smithi007.eulhwp (mgr.14182) 405 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:12.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:11 smithi007 conmon[35366]: audit 2024-01-18T06:25:10.709228+0000 mgr.smithi007.eulhwp (mgr.14182) 406 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:12.398 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:14.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:13 smithi181 conmon[39919]: cluster 2024-01-18T06:25:11.967658+0000 mgr.smithi007.eulhwp (mgr.14182) 407 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:14.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:13 smithi007 conmon[35366]: cluster 2024-01-18T06:25:11.967658+0000 mgr.smithi007.eulhwp (mgr.14182) 407 : cluster [DBG] 2024-01-18T06:25:14.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:13 smithi007 conmon[35366]: pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:14.582 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:14.582 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:15.350 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:16.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:15 smithi181 conmon[39919]: cluster 2024-01-18T06:25:13.968108+0000 mgr.smithi007.eulhwp (mgr.14182) 408 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:16.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:15 smithi181 conmon[39919]: audit 2024-01-18T06:25:14.580242+0000 mgr.smithi007.eulhwp (mgr.14182) 409 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:16.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:15 smithi007 conmon[35366]: cluster 2024-01-18T06:25:13.968108+0000 mgr.smithi007.eulhwp (mgr.14182) 408 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:15 smithi007 conmon[35366]: audit 2024-01-18T06:25:14.580242+0000 mgr.smithi007.eulhwp (mgr.14182) 409 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:16.351 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:18.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:17 smithi181 conmon[39919]: cluster 2024-01-18T06:25:15.968879+0000 mgr.smithi007.eulhwp (mgr.14182) 410 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:18.045 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:17 smithi007 conmon[35366]: cluster 2024-01-18T06:25:15.968879+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:25:18.045 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:17 smithi007 conmon[35366]: .14182) 410 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:18.459 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:18.459 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:19.063 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:20.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:19 smithi181 conmon[39919]: cluster 2024-01-18T06:25:17.969518+0000 mgr.smithi007.eulhwp (mgr.14182) 411 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:20.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:19 smithi181 conmon[39919]: audit 2024-01-18T06:25:18.456322+0000 2024-01-18T06:25:20.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:19 smithi181 conmon[39919]: mgr.smithi007.eulhwp (mgr.14182) 412 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:20.064 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:20.100 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:19 smithi007 conmon[35366]: cluster 2024-01-18T06:25:17.969518+0000 mgr.smithi007.eulhwp (mgr.14182) 411 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:20.100 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:19 smithi007 conmon[35366]: audit 2024-01-18T06:25:18.456322+0000 mgr.smithi007.eulhwp (mgr.14182) 412 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:22.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:21 smithi181 conmon[39919]: cluster 2024-01-18T06:25:19.970120+0000 mgr.smithi007.eulhwp (mgr.14182) 413 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:21 smithi007 conmon[35366]: cluster 2024-01-18T06:25:19.970120+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:25:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:21 smithi007 conmon[35366]: .14182) 413 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:22.243 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:22.244 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:22.894 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:23.895 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:24.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:23 smithi181 conmon[39919]: cluster 2024-01-18T06:25:21.970725+0000 mgr.smithi007.eulhwp (mgr.14182) 414 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:23 smithi181 conmon[39919]: audit 2024-01-18T06:25:22.241450+0000 mgr.smithi007.eulhwp (mgr.14182) 415 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:24.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:23 smithi007 conmon[35366]: cluster 2024-01-18T06:25:21.970725+0000 mgr.smithi007.eulhwp (mgr.14182) 414 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:24.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:23 smithi007 conmon[35366]: audit 2024-01-18T06:25:22.241450+0000 mgr.smithi007.eulhwp (mgr.14182) 415 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:25.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:25 smithi007 conmon[35366]: cluster 2024-01-18T06:25:23.971303+0000 mgr.smithi007.eulhwp (mgr.14182) 416 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:25.994 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:25.995 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:26.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:25 smithi181 conmon[39919]: cluster 2024-01-18T06:25:23.971303+0000 mgr.smithi007.eulhwp (mgr.14182) 416 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:26.711 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:27.711 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:28.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:27 smithi181 conmon[39919]: cluster 2024-01-18T06:25:25.971836+0000 mgr.smithi007.eulhwp (mgr.14182) 417 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:28.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:27 smithi181 conmon[39919]: audit 2024-01-18T06:25:28.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:27 smithi181 conmon[39919]: 2024-01-18T06:25:25.992587+0000 mgr.smithi007.eulhwp (mgr.14182) 418 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:28.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:27 smithi007 conmon[35366]: cluster 2024-01-18T06:25:25.971836+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:25:28.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:27 smithi007 conmon[35366]: 417 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:28.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:27 smithi007 conmon[35366]: audit 2024-01-18T06:25:25.992587+0000 mgr.smithi007.eulhwp (mgr.14182) 418 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:29.872 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:29.873 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:30.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:29 smithi181 conmon[39919]: cluster 2024-01-18T06:25:27.972202+0000 mgr.smithi007.eulhwp (mgr.14182) 419 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:30.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:29 smithi007 conmon[35366]: cluster 2024-01-18T06:25:27.972202+0000 mgr.smithi007.eulhwp (mgr.14182) 419 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:30.468 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:31.469 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:31.991 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:31 smithi007 conmon[35366]: audit 2024-01-18T06:25:29.869993+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:25:31.992 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:31 smithi007 conmon[35366]: mgr.14182) 420 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:31.992 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:31 smithi007 conmon[35366]: cluster 2024-01-18T06:25:29.972910+0000 mgr.smithi007.eulhwp (mgr.14182) 421 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:32.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:31 smithi181 conmon[39919]: audit 2024-01-18T06:25:29.869993+0000 mgr.smithi007.eulhwp (mgr.14182) 420 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:32.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:31 smithi181 conmon[39919]: cluster 2024-01-18T06:25:29.972910+0000 mgr.smithi007.eulhwp (mgr.14182) 421 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:33.602 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:33.602 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:34.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:33 smithi181 conmon[39919]: cluster 2024-01-18T06:25:31.973684+0000 mgr.smithi007.eulhwp (mgr.14182) 422 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:34.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:33 smithi007 conmon[35366]: cluster 2024-01-18T06:25:31.973684+0000 mgr.smithi007.eulhwp (mgr.14182) 422 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:34.266 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:35.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:34 smithi181 conmon[39919]: audit 2024-01-18T06:25:33.599498+0000 mgr.smithi007.eulhwp (mgr.14182) 423 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:35.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:34 smithi007 conmon[35366]: audit 2024-01-18T06:25:33.599498+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:25:35.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:34 smithi007 conmon[35366]: 423 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:35.267 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:36.019 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:35 smithi007 conmon[35366]: cluster 2024-01-18T06:25:33.974247+0000 mgr.smithi007.eulhwp (mgr.14182) 424 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:36.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:35 smithi181 conmon[39919]: cluster 2024-01-18T06:25:33.974247+0000 mgr.smithi007.eulhwp (mgr.14182) 424 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:37.443 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:37.444 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:38.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:37 smithi181 conmon[39919]: cluster 2024-01-18T06:25:35.974904+0000 mgr.smithi007.eulhwp (mgr.14182) 425 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:38.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:37 smithi007 conmon[35366]: cluster 2024-01-18T06:25:35.974904+0000 mgr.smithi007.eulhwp (mgr.14182) 425 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:38.109 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:39.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:38 smithi181 conmon[39919]: audit 2024-01-18T06:25:37.440970+0000 mgr.smithi007.eulhwp (mgr.14182) 426 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:39.110 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:39.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:38 smithi007 conmon[35366]: audit 2024-01-18T06:25:37.440970+0000 mgr.smithi007.eulhwp (mgr.14182) 426 2024-01-18T06:25:39.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:38 smithi007 conmon[35366]: : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:40.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:39 smithi181 conmon[39919]: cluster 2024-01-18T06:25:37.975336+0000 mgr.smithi007.eulhwp (mgr.14182) 427 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:40.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:39 smithi007 conmon[35366]: cluster 2024-01-18T06:25:37.975336+0000 mgr.smithi007.eulhwp (mgr.14182) 427 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:41.280 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:41.280 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:41.976 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:42.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:41 smithi181 conmon[39919]: cluster 2024-01-18T06:25:39.975958+0000 mgr.smithi007.eulhwp (mgr.14182) 428 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:42.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:41 smithi007 conmon[35366]: cluster 2024-01-18T06:25:39.975958+0000 mgr.smithi007.eulhwp (mgr.14182) 428 : cluster 2024-01-18T06:25:42.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:41 smithi007 conmon[35366]: [DBG] pgmap v319: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:42.976 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:43.011 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:42 smithi007 conmon[35366]: audit 2024-01-18T06:25:41.278179+0000 mgr.smithi007.eulhwp (mgr.14182) 429 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:43.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:42 smithi181 conmon[39919]: audit 2024-01-18T06:25:41.278179+0000 mgr.smithi007.eulhwp (mgr.14182) 429 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:43.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:43 smithi007 conmon[35366]: cluster 2024-01-18T06:25:41.976736+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:25:43.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:43 smithi007 conmon[35366]: 430 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:44.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:43 smithi181 conmon[39919]: cluster 2024-01-18T06:25:41.976736+0000 mgr.smithi007.eulhwp (mgr.14182) 430 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:45.161 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:45.161 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:45.807 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:46.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:45 smithi181 conmon[39919]: cluster 2024-01-18T06:25:43.977409+0000 mgr.smithi007.eulhwp (mgr.14182) 431 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:46.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:45 smithi007 conmon[35366]: cluster 2024-01-18T06:25:43.977409+0000 mgr.smithi007.eulhwp (mgr.14182) 431 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:46.809 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:47.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:46 smithi181 conmon[39919]: audit 2024-01-18T06:25:45.158780+0000 mgr.smithi007.eulhwp (mgr.14182) 432 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:47.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:46 smithi181 conmon[39919]: 2024-01-18T06:25:47.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:46 smithi007 conmon[35366]: audit 2024-01-18T06:25:45.158780+0000 mgr.smithi007.eulhwp (mgr.14182) 432 2024-01-18T06:25:47.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:46 smithi007 conmon[35366]: : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:48.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:47 smithi181 conmon[39919]: cluster 2024-01-18T06:25:45.978015+0000 mgr.smithi007.eulhwp (mgr.14182) 433 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:48.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:47 smithi007 conmon[35366]: cluster 2024-01-18T06:25:45.978015+0000 mgr.smithi007.eulhwp (mgr.14182) 433 : cluster 2024-01-18T06:25:48.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:47 smithi007 conmon[35366]: [DBG] pgmap v322: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:49.022 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:49.022 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:49.690 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:50.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:49 smithi181 conmon[39919]: cluster 2024-01-18T06:25:47.978501+0000 mgr.smithi007.eulhwp (mgr.14182) 434 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:50.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:49 smithi007 conmon[35366]: cluster 2024-01-18T06:25:47.978501+0000 mgr.smithi007.eulhwp (mgr.14182) 434 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:50.691 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:51.038 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:50 smithi181 conmon[39919]: audit 2024-01-18T06:25:49.019480+0000 mgr.smithi007.eulhwp (mgr.14182) 435 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:51.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:50 smithi007 conmon[35366]: audit 2024-01-18T06:25:49.019480+0000 mgr.smithi007.eulhwp (mgr.14182) 435 2024-01-18T06:25:51.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:50 smithi007 conmon[35366]: : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:52.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:51 smithi181 conmon[39919]: cluster 2024-01-18T06:25:49.979054+0000 mgr.smithi007.eulhwp (mgr.14182) 436 : cluster [DBG] 2024-01-18T06:25:52.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:51 smithi181 conmon[39919]: pgmap v324: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:52.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:51 smithi007 conmon[35366]: cluster 2024-01-18T06:25:49.979054+0000 mgr.smithi007.eulhwp (mgr.14182) 436 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:52.801 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:52.801 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:24.280712Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:24.280943Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:24.281097Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:24.281244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:24.281373Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-18T06:25:53.481 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-18T06:25:54.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:53 smithi181 conmon[39919]: cluster 2024-01-18T06:25:51.979710+0000 mgr.smithi007.eulhwp (mgr.14182) 437 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:54.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:53 smithi181 conmon[39919]: audit 2024-01-18T06:25:52.798686+0000 mgr.smithi007.eulhwp (mgr.14182) 438 : audit [DBG] 2024-01-18T06:25:54.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:53 smithi181 conmon[39919]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:54.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:53 smithi007 conmon[35366]: cluster 2024-01-18T06:25:51.979710+0000 mgr.smithi007.eulhwp (mgr.14182) 437 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:54.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:53 smithi007 conmon[35366]: audit 2024-01-18T06:25:52.798686+0000 mgr.smithi007.eulhwp (mgr.14182) 438 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:54.482 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:25:55.042 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:54 smithi007 conmon[35366]: audit 2024-01-18T06:25:54.787770 2024-01-18T06:25:55.043 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:54 smithi007 conmon[35366]: +0000 mon.smithi007 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi007.xkbywe"}]: dispatch 2024-01-18T06:25:55.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:54 smithi181 conmon[39919]: audit 2024-01-18T06:25:54.787770+0000 mon.smithi007 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi007.xkbywe"}]: dispatch 2024-01-18T06:25:56.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: cluster 2024-01-18T06:25:53.980208+0000 mgr.smithi007.eulhwp (mgr.14182) 439 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:56.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: cephadm 2024-01-18T06:25:54.787249+0000 mgr.smithi007.eulhwp (mgr.14182) 440 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi007.xkbywe ... 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:23:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:24:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:25:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 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 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 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 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:25:56.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: Traceback (most recent call last): 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: yield (conn, connr) 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: code, '\n'.join(err))) 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi007.xkbywe ... 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:23:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:24:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:25:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 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 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 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 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: cephadm 2024-01-18T06:25:54.787429+0000 mgr.smithi007.eulhwp (mgr.14182) 441 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: cephadm 2024-01-18T06:25:54.788503+0000 mgr.smithi007.eulhwp (mgr.14182) 442 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi007.xkbywe ... 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:23:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:24:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:25:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 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 2024-01-18T06:25:56.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 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 2024-01-18T06:25:56.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:25:56.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: audit 2024-01-18T06:25:54.798683+0000 mon.smithi007 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:25:56.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: cephadm 2024-01-18T06:25:54.799151+0000 mgr.smithi007.eulhwp (mgr.14182) 443 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:25:56.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: cephadm 2024-01-18T06:25:54.800431+0000 mgr.smithi007.eulhwp (mgr.14182) 444 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:25:56.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: cluster 2024-01-18T06:25:54.801796+0000 mgr.smithi007.eulhwp (mgr.14182) 445 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:56.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: audit 2024-01-18T06:25:54.802048+0000 mon.smithi007 (mon.0) 676 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:25:56.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: audit 2024-01-18T06:25:55.100524+0000 mon.smithi007 (mon 2024-01-18T06:25:56.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:55 smithi181 conmon[39919]: .0) 677 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:25:56.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: cluster 2024-01-18T06:25:53.980208+0000 mgr.smithi007.eulhwp (mgr.14182) 439 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:56.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: cephadm 2024-01-18T06:25:54.787249+0000 mgr.smithi007.eulhwp (mgr.14182) 440 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe 2024-01-18T06:25:56.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe 2024-01-18T06:25:56.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi007.xkbywe ... 2024-01-18T06:25:56.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:25:56.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:23:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:24:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:25:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: 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 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: 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 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: Traceback (most recent call last): 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: yield (conn, connr) 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: code, '\n'.join(err))) 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi007.xkbywe ... 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:23:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:24:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:25:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: 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 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: 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 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: cephadm 2024-01-18T06:25:54.787429+0000 mgr.smithi007.eulhwp (mgr.14182) 441 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: cephadm 2024-01-18T06:25:54.788503+0000 mgr.smithi007.eulhwp (mgr.14182) 442 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe 2024-01-18T06:25:56.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi007.xkbywe ... 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:23:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:24:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:25:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: 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 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: 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 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: audit 2024-01-18T06:25:54.798683+0000 mon.smithi007 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: cephadm 2024-01-18T06:25:54.799151+0000 mgr.smithi007.eulhwp (mgr.14182) 443 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: cephadm 2024-01-18T06:25:54.800431+0000 mgr.smithi007.eulhwp (mgr.14182) 444 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: cluster 2024-01-18T06:25:54.801796+0000 mgr.smithi007.eulhwp (mgr.14182) 445 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: audit 2024-01-18T06:25:54.802048+0000 mon.smithi007 (mon.0) 676 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:25:56.116 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:55 smithi007 conmon[35366]: audit 2024-01-18T06:25:55.100524+0000 mon.smithi007 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:25:56.670 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:25:56.670 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:20:29.072817Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:20:29.072904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:20:29.072981Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:20:29.072709Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:20:29.072526Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:20:29.073057Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:20:29.073210Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:20:29.073134Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 2, "size": 4}}] 2024-01-18T06:25:57.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:56 smithi007 conmon[35366]: cluster 2024-01-18T06:25:55.796837+0000 mon.smithi007 (mon.0) 678 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T06:25:57.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:56 smithi007 conmon[35366]: audit 2024-01-18T06:25:56.647185+0000 mon.smithi007 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:25:57.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:56 smithi181 conmon[39919]: cluster 2024-01-18T06:25:55.796837+0000 mon.smithi007 (mon.0) 678 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T06:25:57.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:56 smithi181 conmon[39919]: audit 2024-01-18T06:25:56.647185+0000 mon.smithi007 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:25:57.408 INFO:tasks.cephadm:rgw.foo has 2/4 2024-01-18T06:25:58.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:57 smithi007 conmon[35366]: audit 2024-01-18T06:25:56.667664+0000 mgr.smithi007.eulhwp (mgr.14182) 446 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:58.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:57 smithi007 conmon[35366]: cluster 2024-01-18T06:25:58.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:57 smithi007 conmon[35366]: 2024-01-18T06:25:56.802552+0000 mgr.smithi007.eulhwp (mgr.14182) 447 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:58.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:57 smithi007 conmon[35366]: audit 2024-01-18T06:25:57.229906+0000 mon.smithi007 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:25:58.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:57 smithi181 conmon[39919]: audit 2024-01-18T06:25:56.667664+0000 mgr.smithi007.eulhwp (mgr.14182) 446 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:25:58.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:57 smithi181 conmon[39919]: cluster 2024-01-18T06:25:56.802552+0000 mgr.smithi007.eulhwp (mgr.14182) 447 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:25:58.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:57 smithi181 conmon[39919]: audit 2024-01-18T06:25:57.229906+0000 mon.smithi007 2024-01-18T06:25:58.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:57 smithi181 conmon[39919]: (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:25:58.410 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:00.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:25:59 smithi007 conmon[35366]: cluster 2024-01-18T06:25:58.803365+0000 mgr.smithi007.eulhwp (mgr.14182) 448 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:00.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:59 smithi181 conmon[39919]: cluster 2024-01-18T06:25:58.803365+0000 mgr.smithi007.eulhwp (mgr.14182) 448 : cluster 2024-01-18T06:26:00.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:25:59 smithi181 conmon[39919]: [DBG] pgmap v329: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:01.161 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:01.161 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:01.900 INFO:tasks.cephadm:rgw.foo has 4/4 2024-01-18T06:26:01.900 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T06:26:01.910 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2024-01-18T06:26:01.910 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:02.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: cluster 2024-01-18T06: 2024-01-18T06:26:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: 26:00.804032+0000 mgr.smithi007.eulhwp (mgr.14182) 449 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: audit 2024-01-18T06:26:01.004936+0000 mon.smithi007 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:26:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: 2024-01-18T06:26:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: audit 2024-01-18T06:26:01. 2024-01-18T06:26:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: 455902+0000 mon.smithi007 (mon.0) 682 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:26:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: audit 2024-01 2024-01-18T06:26:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: -18T06:26:01.456674+0000 mon.smithi007 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:26:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: audit 2024-01-18T06:26:01.745935+0000 2024-01-18T06:26:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: mon.smithi007 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:26:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: audit 2024-01-18T06:26:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: 2024-01-18T06:26:01.751494+0000 mon.smithi007 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:26:02.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: audit 2024-01-18T06:26:01.756325+0000 2024-01-18T06:26:02.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: mon.smithi007 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:26:02.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: audit 2024-01-18T06:26:01.765557+0000 mon.smithi007 (mon.0 2024-01-18T06:26:02.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:01 smithi007 conmon[35366]: ) 687 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:26:02.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: cluster 2024-01-18T06:26:00.804032+0000 mgr.smithi007.eulhwp (mgr.14182) 449 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: audit 2024-01-18T06:26:01.004936+0000 mon.smithi007 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:26:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: audit 2024-01-18T06:26:01.455902+0000 mon.smithi007 (mon.0) 682 : audit 2024-01-18T06:26:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:26:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: audit 2024 2024-01-18T06:26:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: -01-18T06:26:01.456674+0000 mon.smithi007 (mon 2024-01-18T06:26:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: .0) 683 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:26:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:26:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: 01-18T06:26:01.745935+0000 2024-01-18T06:26:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: mon.smithi007 (mon.0) 684 : audit 2024-01-18T06:26:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:26:02.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: audit 2024-01-18T06: 2024-01-18T06:26:02.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: 26:01.751494+0000 mon.smithi007 (mon.0) 2024-01-18T06:26:02.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: 685 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:26:02.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: audit 2024 2024-01-18T06:26:02.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: -01-18T06:26:01 2024-01-18T06:26:02.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: .756325+0000 mon.smithi007 (mon.0 2024-01-18T06:26:02.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: ) 686 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:26:02.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:26:02.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: 01-18T06:26:01.765557 2024-01-18T06:26:02.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 687 2024-01-18T06:26:02.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:01 smithi181 conmon[39919]: : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:26:03.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:02 smithi007 conmon[35366]: audit 2024-01-18T06:26:01.158365+0000 mgr.smithi007.eulhwp (mgr.14182) 450 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:03.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:02 smithi007 conmon[35366]: cephadm 2024-01-18T06:26:01.460116+0000 mgr.smithi007.eulhwp (mgr.14182) 451 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-18T06:26:03.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:02 smithi007 conmon[35366]: cluster 2024-01-18T06:26:01.758198+0000 mgr.smithi007.eulhwp (mgr.14182) 452 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:03.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:02 smithi007 conmon[35366]: cephadm 2024-01-18T06:26:01.774486+0000 mgr.smithi007.eulhwp (mgr.14182) 453 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi181.xuwouc on smithi181 2024-01-18T06:26:03.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:02 smithi007 conmon[35366]: cluster 2024-01-18T06:26:02.754191+0000 mon.smithi007 (mon.0) 688 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T06:26:03.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:02 smithi007 conmon[35366]: cluster 2024-01-18T06: 2024-01-18T06:26:03.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:02 smithi007 conmon[35366]: 26:02.754225+0000 mon.smithi007 (mon.0) 689 : cluster [INF] Cluster is now healthy 2024-01-18T06:26:03.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:02 smithi181 conmon[39919]: audit 2024-01-18T06:26:01.158365+0000 mgr.smithi007.eulhwp (mgr.14182) 450 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:03.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:02 smithi181 conmon[39919]: cephadm 2024-01-18T06:26:01.460116+0000 mgr.smithi007.eulhwp (mgr.14182) 451 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-18T06:26:03.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:02 smithi181 conmon[39919]: cluster 2024-01-18T06:26:01.758198+0000 mgr.smithi007.eulhwp (mgr.14182) 452 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:03.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:02 smithi181 conmon[39919]: cephadm 2024-01-18T06:26:01.774486+0000 mgr.smithi007.eulhwp (mgr.14182) 453 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi181.xuwouc on smithi181 2024-01-18T06:26:03.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:02 smithi181 conmon[39919]: cluster 2024-01-18T06:26:02.754191+0000 mon.smithi007 (mon.0) 688 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T06:26:03.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:02 smithi181 conmon[39919]: cluster 2024-01-18T06:26:02.754225+0000 mon.smithi007 (mon.0) 689 : cluster [INF] Cluster is now healthy 2024-01-18T06:26:04.103 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:04.103 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:04.730 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:05.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:04 smithi007 conmon[35366]: cluster 2024-01-18T06:26:03.758720+0000 mgr.smithi007.eulhwp (mgr.14182) 454 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 209 B/s wr, 1 op/s 2024-01-18T06:26:05.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:04 smithi181 conmon[39919]: cluster 2024-01-18T06:26:03.758720+0000 mgr.smithi007.eulhwp (mgr.14182) 454 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 209 B/s wr, 1 op/s 2024-01-18T06:26:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:04 smithi181 conmon[39919]: 2024-01-18T06:26:05.731 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:06.107 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:05 smithi181 conmon[39919]: audit 2024-01-18T06:26:04.099406+0000 mgr.smithi007.eulhwp (mgr.14182) 455 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:06.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:05 smithi007 conmon[35366]: audit 2024-01-18T06:26:04.099406+0000 mgr.smithi007.eulhwp (mgr.14182) 455 : audit 2024-01-18T06:26:06.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:05 smithi007 conmon[35366]: [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:07.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:06 smithi007 conmon[35366]: cluster 2024-01-18T06:26:05.759440+0000 mgr.smithi007.eulhwp (mgr.14182) 456 : cluster [DBG] 2024-01-18T06:26:07.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:06 smithi007 conmon[35366]: pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 186 B/s wr, 2 op/s 2024-01-18T06:26:07.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:06 smithi181 conmon[39919]: cluster 2024-01-18T06:26:05.759440+0000 mgr.smithi007.eulhwp (mgr.14182) 456 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 186 B/s wr, 2 op/s 2024-01-18T06:26:07.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:06 smithi181 conmon[39919]: 2024-01-18T06:26:07.892 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:07.892 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:08.561 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:09.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:08 smithi007 conmon[35366]: cluster 2024-01-18T06:26:07.759939+0000 mgr.smithi007.eulhwp (mgr.14182) 457 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 186 B/s wr, 2 op/s 2024-01-18T06:26:09.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:08 smithi181 conmon[39919]: cluster 2024-01-18T06:26:07.759939+0000 mgr.smithi007.eulhwp (mgr.14182) 457 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 186 B/s wr, 2 op/s 2024-01-18T06:26:09.562 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:09.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:09 smithi007 conmon[35366]: audit 2024-01-18T06:26:07.888624+0000 mgr.smithi007.eulhwp (mgr.14182) 458 2024-01-18T06:26:09.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:09 smithi007 conmon[35366]: : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:10.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:09 smithi181 conmon[39919]: audit 2024-01-18T06:26:07.888624+0000 mgr.smithi007.eulhwp (mgr.14182) 458 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:11.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:10 smithi007 conmon[35366]: cluster 2024-01-18T06:26:09.760448+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:26:11.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:10 smithi007 conmon[35366]: .14182) 459 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 186 B/s wr, 2 op/s 2024-01-18T06:26:11.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:10 smithi181 conmon[39919]: cluster 2024-01-18T06:26:09.760448+0000 mgr.smithi007.eulhwp (mgr.14182) 459 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 186 B/s wr, 2 op/s 2024-01-18T06:26:11.748 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:11.749 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:12.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:12 smithi007 conmon[35366]: audit 2024-01-18T06:26:11.744986+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:26:12.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:12 smithi007 conmon[35366]: ) 460 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:12.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:12 smithi007 conmon[35366]: cluster 2024-01-18T06:26:11.761001+0000 mgr.smithi007.eulhwp (mgr.14182) 461 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 186 B/s wr, 2 op/s 2024-01-18T06:26:12.486 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:12.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:12 smithi181 conmon[39919]: audit 2024-01-18T06:26:11.744986+0000 mgr.smithi007.eulhwp (mgr.14182) 460 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:12.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:12 smithi181 conmon[39919]: cluster 2024-01-18T06:26:11.761001+0000 mgr.smithi007.eulhwp (mgr.14182) 461 2024-01-18T06:26:12.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:12 smithi181 conmon[39919]: : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 186 B/s wr, 2 op/s 2024-01-18T06:26:13.488 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:15.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:14 smithi007 conmon[35366]: cluster 2024-01-18T06:26:13.761457+0000 mgr.smithi007.eulhwp (mgr.14182) 462 : cluster [DBG] 2024-01-18T06:26:15.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:14 smithi007 conmon[35366]: pgmap v337: 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 2024-01-18T06:26:15.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:14 smithi181 conmon[39919]: cluster 2024-01-18T06:26:13.761457+0000 mgr.smithi007.eulhwp (mgr.14182) 462 : cluster [DBG] pgmap v337: 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 2024-01-18T06:26:15.568 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:15.568 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:16.235 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:17.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:16 smithi007 conmon[35366]: audit 2024-01-18T06:26:15.565213+0000 mgr.smithi007.eulhwp (mgr.14182) 463 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:17.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:16 smithi007 conmon[35366]: cluster 2024-01-18T06:26:15.762026+0000 mgr.smithi007.eulhwp (mgr.14182) 464 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-01-18T06:26:17.236 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:17.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:16 smithi181 conmon[39919]: audit 2024-01-18T06:26:15.565213+0000 mgr.smithi007.eulhwp (mgr.14182) 463 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:17.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:16 smithi181 conmon[39919]: 2024-01-18T06:26:17.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:16 smithi181 conmon[39919]: cluster 2024-01-18T06:26:15.762026+0000 mgr.smithi007.eulhwp (mgr.14182) 464 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-01-18T06:26:18.961 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:18 smithi007 conmon[35366]: cluster 2024-01-18T06:26:17.762747+0000 mgr.smithi007.eulhwp (mgr.14182) 465 : cluster [DBG] 2024-01-18T06:26:18.961 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:18 smithi007 conmon[35366]: pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:19.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:18 smithi181 conmon[39919]: cluster 2024-01-18T06:26:17.762747+0000 mgr.smithi007.eulhwp (mgr.14182) 465 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:19.375 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:19.375 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:19.985 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:20.987 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:21.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:20 smithi007 conmon[35366]: audit 2024-01-18T06:26:19.371891+0000 mgr.smithi007.eulhwp (mgr.14182) 466 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:21.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:20 smithi007 conmon[35366]: cluster 2024-01-18T06:26:19.763317+0000 mgr.smithi007.eulhwp (mgr.14182) 467 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:21.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:20 smithi181 conmon[39919]: audit 2024-01-18T06:26:19.371891+0000 mgr.smithi007.eulhwp (mgr.14182) 466 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:21.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:20 smithi181 conmon[39919]: cluster 2024-01-18T06:26:19.763317+0000 mgr.smithi007.eulhwp (mgr.14182) 467 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:22.330 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:22 smithi007 conmon[35366]: cluster 2024-01-18T06:26:21.763964+0000 mgr.smithi007.eulhwp (mgr.14182) 468 : 2024-01-18T06:26:22.330 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:22 smithi007 conmon[35366]: cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:22.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:22 smithi181 conmon[39919]: cluster 2024-01-18T06:26:21.763964+0000 mgr.smithi007.eulhwp (mgr.14182) 468 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:23.004 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:23.004 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:23.723 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:24.724 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:25.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:24 smithi007 conmon[35366]: audit 2024-01-18T06:26:23.000570+0000 mgr.smithi007.eulhwp (mgr.14182) 469 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:25.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:24 smithi007 conmon[35366]: cluster 2024-01-18T06:26:23.764652+0000 mgr.smithi007.eulhwp (mgr.14182) 470 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:25.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:24 smithi181 conmon[39919]: audit 2024-01-18T06:26:23.000570+0000 mgr.smithi007.eulhwp (mgr.14182) 469 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:25.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:24 smithi181 conmon[39919]: cluster 2024-01-18T06:26:23.764652+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:26:25.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:24 smithi181 conmon[39919]: ) 470 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:26.841 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:26.841 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:27.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:26 smithi007 conmon[35366]: cluster 2024-01-18T06:26:25.765443+0000 mgr.smithi007.eulhwp (mgr.14182) 471 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:27.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:26 smithi181 conmon[39919]: cluster 2024-01-18T06:26:25.765443+0000 mgr.smithi007.eulhwp (mgr.14182) 471 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:27.569 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:28.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:27 smithi007 conmon[35366]: audit 2024-01-18T06:26:26.838179+0000 mgr.smithi007.eulhwp (mgr.14182) 472 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:28.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:27 smithi181 conmon[39919]: audit 2024-01-18T06:26:26.838179+0000 mgr.smithi007.eulhwp (mgr.14182) 472 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:28.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:27 smithi181 conmon[39919]: 2024-01-18T06:26:28.570 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:28.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:28 smithi007 conmon[35366]: cluster 2024-01-18T06:26:27.765984+0000 2024-01-18T06:26:28.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:28 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 473 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:29.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:28 smithi181 conmon[39919]: cluster 2024-01-18T06:26:27.765984+0000 mgr.smithi007.eulhwp (mgr.14182) 473 : cluster 2024-01-18T06:26:29.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:28 smithi181 conmon[39919]: [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:30.769 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:30.769 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:31.053 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:30 smithi007 conmon[35366]: cluster 2024-01-18T06:26:29.766729+0000 mgr.smithi007.eulhwp (mgr.14182) 474 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:31.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:30 smithi181 conmon[39919]: cluster 2024-01-18T06:26:29.766729+0000 mgr.smithi007.eulhwp (mgr.14182) 474 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:31.575 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:32.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:31 smithi007 conmon[35366]: audit 2024-01-18T06:26:30.765721+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:26:32.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:31 smithi007 conmon[35366]: 475 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:32.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:31 smithi181 conmon[39919]: audit 2024-01-18T06:26:30.765721+0000 mgr.smithi007.eulhwp (mgr.14182) 475 : audit [DBG] 2024-01-18T06:26:32.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:31 smithi181 conmon[39919]: from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:32.577 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:33.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:32 smithi007 conmon[35366]: cluster 2024-01-18T06:26:31.767510+0000 mgr.smithi007.eulhwp (mgr.14182) 476 : cluster 2024-01-18T06:26:33.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:32 smithi007 conmon[35366]: [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:33.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:32 smithi181 conmon[39919]: cluster 2024-01-18T06:26:31.767510+0000 mgr.smithi007.eulhwp (mgr.14182) 476 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:33.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:32 smithi181 conmon[39919]: 2024-01-18T06:26:34.764 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:34.764 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:35.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:34 smithi007 conmon[35366]: cluster 2024-01-18T06:26:33.768237+0000 mgr.smithi007.eulhwp (mgr.14182) 477 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:35.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:34 smithi181 conmon[39919]: cluster 2024-01-18T06:26:33.768237+0000 mgr.smithi007.eulhwp (mgr.14182) 477 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:35.495 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:36.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:35 smithi181 conmon[39919]: audit 2024-01-18T06:26:34.761201+0000 mgr.smithi007.eulhwp (mgr.14182) 478 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:36.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:35 smithi181 conmon[39919]: 2024-01-18T06:26:36.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:35 smithi007 conmon[35366]: audit 2024-01-18T06:26:34.761201+0000 mgr.smithi007.eulhwp (mgr.14182) 478 : audit 2024-01-18T06:26:36.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:35 smithi007 conmon[35366]: [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:36.496 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:37.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:36 smithi007 conmon[35366]: cluster 2024-01-18T06:26:35.768825+0000 mgr.smithi007.eulhwp (mgr.14182) 479 : 2024-01-18T06:26:37.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:36 smithi007 conmon[35366]: cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:37.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:36 smithi181 conmon[39919]: cluster 2024-01-18T06:26:35.768825+0000 mgr.smithi007.eulhwp (mgr.14182) 479 : cluster 2024-01-18T06:26:37.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:36 smithi181 conmon[39919]: [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:38.586 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:38.586 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:39.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:38 smithi007 conmon[35366]: cluster 2024-01-18T06:26:37.769494+0000 mgr.smithi007.eulhwp (mgr.14182) 480 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:39.240 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:39.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:38 smithi181 conmon[39919]: cluster 2024-01-18T06:26:37.769494+0000 2024-01-18T06:26:39.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:38 smithi181 conmon[39919]: mgr.smithi007.eulhwp (mgr.14182) 480 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:40.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:39 smithi007 conmon[35366]: audit 2024-01-18T06:26:38.582958+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:26:40.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:39 smithi007 conmon[35366]: 14182) 481 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:40.242 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:40.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:39 smithi181 conmon[39919]: audit 2024-01-18T06:26:38.582958+0000 mgr.smithi007.eulhwp (mgr.14182) 481 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:40.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:39 smithi181 conmon[39919]: 2024-01-18T06:26:41.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:40 smithi007 conmon[35366]: cluster 2024-01-18T06:26:39.770104+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:26:41.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:40 smithi007 conmon[35366]: .14182) 482 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:41.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:40 smithi181 conmon[39919]: cluster 2024-01-18T06:26:39.770104+0000 mgr.smithi007.eulhwp (mgr.14182) 482 : cluster [DBG] 2024-01-18T06:26:41.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:40 smithi181 conmon[39919]: pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:42.347 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:42.347 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:42.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:42 smithi007 conmon[35366]: cluster 2024-01-18T06:26:41.770801+0000 mgr.smithi007.eulhwp (mgr.14182) 483 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:42.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:42 smithi181 conmon[39919]: cluster 2024-01-18T06:26:41.770801+0000 mgr.smithi007.eulhwp (mgr.14182) 483 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:42.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:42 smithi181 conmon[39919]: 2024-01-18T06:26:43.006 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:43.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:43 smithi007 conmon[35366]: audit 2024-01-18T06:26:42.343769+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:26:43.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:43 smithi007 conmon[35366]: 484 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:43.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:43 smithi181 conmon[39919]: audit 2024-01-18T06:26:42.343769+0000 mgr.smithi007.eulhwp (mgr.14182) 484 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:43.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:43 smithi181 conmon[39919]: 2024-01-18T06:26:44.007 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:44.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:44 smithi007 conmon[35366]: cluster 2024-01-18T06:26:43.771536+0000 2024-01-18T06:26:44.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:44 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 485 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:44.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:44 smithi181 conmon[39919]: cluster 2024-01-18T06:26:43.771536+0000 mgr.smithi007.eulhwp (mgr.14182) 485 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:46.131 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:46.131 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:46.780 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:47.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:46 smithi007 conmon[35366]: cluster 2024-01-18T06:26:45.772071+0000 mgr.smithi007.eulhwp (mgr.14182) 486 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:47.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:46 smithi181 conmon[39919]: cluster 2024-01-18T06:26:45.772071+0000 mgr.smithi007.eulhwp (mgr.14182) 486 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:47.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:46 smithi181 conmon[39919]: 2024-01-18T06:26:47.782 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:48.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:47 smithi007 conmon[35366]: audit 2024-01-18T06:26:46.128087+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:26:48.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:47 smithi007 conmon[35366]: 14182) 487 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:48.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:47 smithi181 conmon[39919]: audit 2024-01-18T06:26:46.128087+0000 mgr.smithi007.eulhwp (mgr.14182) 487 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:48.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:47 smithi181 conmon[39919]: 2024-01-18T06:26:49.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:48 smithi007 conmon[35366]: cluster 2024-01-18T06:26:47.772961+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:26:49.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:48 smithi007 conmon[35366]: 14182) 488 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:49.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:48 smithi181 conmon[39919]: cluster 2024-01-18T06:26:47.772961+0000 mgr.smithi007.eulhwp (mgr.14182) 488 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:49.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:48 smithi181 conmon[39919]: 2024-01-18T06:26:49.930 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:49.930 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:50.624 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:50.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:50 smithi007 conmon[35366]: cluster 2024-01-18T06:26:49.773430+0000 mgr.smithi007.eulhwp (mgr.14182) 489 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:51.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:50 smithi181 conmon[39919]: cluster 2024-01-18T06:26:49.773430+0000 mgr.smithi007.eulhwp (mgr.14182) 489 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:51.625 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:52.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:51 smithi007 conmon[35366]: audit 2024-01-18T06:26:49.926331+0000 mgr.smithi007.eulhwp (mgr.14182) 490 : audit 2024-01-18T06:26:52.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:51 smithi007 conmon[35366]: [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:52.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:51 smithi181 conmon[39919]: audit 2024-01-18T06:26:49.926331+0000 mgr.smithi007.eulhwp (mgr.14182) 490 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:53.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:52 smithi007 conmon[35366]: cluster 2024-01-18T06:26:51.773962+0000 mgr.smithi007.eulhwp (mgr.14182) 491 : cluster 2024-01-18T06:26:53.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:52 smithi007 conmon[35366]: [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:53.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:52 smithi181 conmon[39919]: cluster 2024-01-18T06:26:51.773962+0000 mgr.smithi007.eulhwp (mgr.14182) 491 : cluster 2024-01-18T06:26:53.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:52 smithi181 conmon[39919]: [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:53.830 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:53.830 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:54.597 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:55.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:54 smithi007 conmon[35366]: cluster 2024-01-18T06:26:53.774356+0000 mgr.smithi007.eulhwp (mgr.14182) 492 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:55.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:54 smithi007 conmon[35366]: audit 2024-01-18T06:26:53.826240+0000 mgr.smithi007.eulhwp (mgr.14182) 493 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:55.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:54 smithi181 conmon[39919]: cluster 2024-01-18T06:26:53.774356+0000 mgr.smithi007.eulhwp (mgr.14182) 492 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:55.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:54 smithi181 conmon[39919]: audit 2024-01-18T06:26:53.826240+0000 mgr.smithi007.eulhwp (mgr.14182) 493 : audit 2024-01-18T06:26:55.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:54 smithi181 conmon[39919]: [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:55.598 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:26:57.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:56 smithi007 conmon[35366]: cluster 2024-01-18T06:26:55.774871+0000 mgr.smithi007.eulhwp (mgr.14182) 494 : cluster 2024-01-18T06:26:57.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:56 smithi007 conmon[35366]: [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:57.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:56 smithi181 conmon[39919]: cluster 2024-01-18T06:26:55.774871+0000 mgr.smithi007.eulhwp (mgr.14182) 494 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:57.778 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:26:57.778 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:26:58.484 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:26:59.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:58 smithi007 conmon[35366]: audit 2024-01-18T06:26:57.774659+0000 mgr.smithi007.eulhwp (mgr.14182) 495 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:59.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:26:58 smithi007 conmon[35366]: cluster 2024-01-18T06:26:57.775409+0000 mgr.smithi007.eulhwp (mgr.14182) 496 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:59.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:58 smithi181 conmon[39919]: audit 2024-01-18T06:26:57.774659+0000 mgr.smithi007.eulhwp (mgr.14182) 495 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:26:59.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:58 smithi181 conmon[39919]: cluster 2024-01-18T06:26:57.775409+0000 mgr.smithi007.eulhwp (mgr.14182) 496 : 2024-01-18T06:26:59.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:26:58 smithi181 conmon[39919]: cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:26:59.484 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:01.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:00 smithi007 conmon[35366]: cluster 2024-01-18T06:26:59.776006+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:27:01.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:00 smithi007 conmon[35366]: 14182) 497 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:01.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:00 smithi181 conmon[39919]: cluster 2024-01-18T06:26:59.776006+0000 mgr.smithi007.eulhwp (mgr.14182) 497 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:01.618 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:01.618 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:02.302 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:02.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:02 smithi007 conmon[35366]: audit 2024-01-18T06:27:01.614738+0000 mgr.smithi007.eulhwp (mgr.14182) 498 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:02.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:02 smithi007 conmon[35366]: cluster 2024-01-18T06:27:01.776609+0000 mgr.smithi007.eulhwp (mgr.14182) 499 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:02.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:02 smithi181 conmon[39919]: audit 2024-01-18T06:27:01.614738+0000 mgr.smithi007.eulhwp (mgr.14182) 498 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:02.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:02 smithi181 conmon[39919]: cluster 2024-01-18T06:27:01.776609+0000 mgr.smithi007.eulhwp (mgr.14182) 499 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:03.303 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:05.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:04 smithi007 conmon[35366]: cluster 2024-01-18T06:27:03.777278+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:27:05.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:04 smithi007 conmon[35366]: ) 500 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:05.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:04 smithi181 conmon[39919]: cluster 2024-01-18T06:27:03.777278+0000 mgr.smithi007.eulhwp (mgr.14182) 500 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:05.523 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:05.524 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:06.170 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:07.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:06 smithi007 conmon[35366]: audit 2024-01-18T06:27:05.520344+0000 mgr.smithi007.eulhwp (mgr.14182) 501 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:07.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:06 smithi007 conmon[35366]: cluster 2024-01-18T06:27:05.777886+0000 mgr.smithi007.eulhwp (mgr.14182) 502 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:07.170 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:07.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:06 smithi181 conmon[39919]: audit 2024-01-18T06:27:05.520344+0000 mgr.smithi007.eulhwp (mgr.14182) 501 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:07.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:06 smithi181 conmon[39919]: cluster 2024-01-18T06:27:05.777886+0000 mgr.smithi007.eulhwp (mgr.14182) 502 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:08.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:08 smithi007 conmon[35366]: cluster 2024-01-18T06:27:07.778407+0000 mgr.smithi007.eulhwp (mgr.14182) 503 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:09.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:08 smithi181 conmon[39919]: cluster 2024-01-18T06:27:07.778407+0000 mgr.smithi007.eulhwp (mgr.14182) 503 : cluster [DBG] 2024-01-18T06:27:09.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:08 smithi181 conmon[39919]: pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:09.307 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:09.308 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:09.968 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:10.969 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:11.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:10 smithi007 conmon[35366]: audit 2024-01-18T06:27:09.304775+0000 mgr.smithi007.eulhwp (mgr.14182) 504 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:11.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:10 smithi007 conmon[35366]: cluster 2024-01-18T06:27:09.779175+0000 mgr.smithi007.eulhwp (mgr.14182) 505 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:11.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:10 smithi181 conmon[39919]: audit 2024-01-18T06:27:09.304775+0000 mgr.smithi007.eulhwp (mgr.14182) 504 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:11.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:10 smithi181 conmon[39919]: cluster 2024-01-18T06:27:09.779175+0000 mgr.smithi007.eulhwp (mgr.14182) 505 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:12.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:12 smithi007 conmon[35366]: cluster 2024-01-18T06:27:11.779885+0000 mgr.smithi007.eulhwp (mgr.14182) 506 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:12.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:12 smithi181 conmon[39919]: cluster 2024-01-18T06:27:11.779885+0000 mgr.smithi007.eulhwp (mgr.14182) 506 : cluster [DBG] 2024-01-18T06:27:12.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:12 smithi181 conmon[39919]: pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:13.182 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:13.182 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:13.818 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:14.819 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:15.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:14 smithi007 conmon[35366]: audit 2024-01-18T06:27:13.178827+0000 mgr.smithi007.eulhwp (mgr.14182) 507 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:15.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:14 smithi007 conmon[35366]: cluster 2024-01-18T06:27:13.780402+0000 mgr.smithi007.eulhwp (mgr.14182) 508 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:15.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:14 smithi181 conmon[39919]: audit 2024-01-18T06:27:13.178827+0000 mgr.smithi007.eulhwp (mgr.14182) 507 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:15.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:14 smithi181 conmon[39919]: cluster 2024-01-18T06:27:13.780402+0000 mgr.smithi007.eulhwp (mgr.14182) 508 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:16.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:16 smithi007 conmon[35366]: cluster 2024-01-18T06:27:15.781219+0000 mgr.smithi007.eulhwp (mgr.14182) 509 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:17.015 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:17.015 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:17.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:16 smithi181 conmon[39919]: cluster 2024-01-18T06:27:15.781219+0000 mgr.smithi007.eulhwp (mgr.14182) 509 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:17.659 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:18.660 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:19.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:18 smithi007 conmon[35366]: audit 2024-01-18T06:27:17.012924+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:27:19.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:18 smithi007 conmon[35366]: .14182) 510 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:19.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:18 smithi007 conmon[35366]: cluster 2024-01-18T06:27:17.781996+0000 mgr.smithi007.eulhwp (mgr.14182) 511 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:19.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:18 smithi181 conmon[39919]: audit 2024-01-18T06:27:17.012924+0000 mgr.smithi007.eulhwp (mgr.14182) 510 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:19.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:18 smithi181 conmon[39919]: 2024-01-18T06:27:19.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:18 smithi181 conmon[39919]: cluster 2024-01-18T06:27:17.781996+0000 mgr.smithi007.eulhwp (mgr.14182) 511 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:20.864 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:20.864 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:21.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:20 smithi007 conmon[35366]: cluster 2024-01-18T06:27:19.782667+0000 mgr.smithi007.eulhwp (mgr.14182) 512 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:21.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:20 smithi181 conmon[39919]: cluster 2024-01-18T06:27:19.782667+0000 mgr.smithi007.eulhwp (mgr.14182) 512 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:21.511 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:22.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:21 smithi007 conmon[35366]: audit 2024-01-18T06:27:20.861503+0000 mgr.smithi007.eulhwp (mgr.14182) 513 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:21 smithi007 conmon[35366]: 2024-01-18T06:27:22.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:21 smithi181 conmon[39919]: audit 2024-01-18T06:27:20.861503+0000 mgr.smithi007.eulhwp (mgr.14182) 513 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:22.512 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:23.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:22 smithi007 conmon[35366]: cluster 2024-01-18T06:27:21.783311+0000 mgr.smithi007.eulhwp (mgr.14182) 514 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:23.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:22 smithi181 conmon[39919]: cluster 2024-01-18T06:27:21.783311+0000 mgr.smithi007.eulhwp (mgr.14182) 514 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:24.731 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:24.731 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:25.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:24 smithi007 conmon[35366]: cluster 2024-01-18T06:27:23.783796+0000 mgr.smithi007.eulhwp (mgr.14182) 515 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:25.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:24 smithi181 conmon[39919]: cluster 2024-01-18T06:27:23.783796+0000 mgr.smithi007.eulhwp (mgr.14182) 515 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:25.439 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:26.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:25 smithi181 conmon[39919]: audit 2024-01-18T06:27:24.728097+0000 mgr.smithi007.eulhwp (mgr.14182) 516 : audit [DBG] 2024-01-18T06:27:26.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:25 smithi181 conmon[39919]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:26.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:25 smithi007 conmon[35366]: audit 2024-01-18T06:27:24.728097+0000 mgr.smithi007.eulhwp (mgr.14182) 516 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:26.440 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:27.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:26 smithi007 conmon[35366]: cluster 2024-01-18T06:27:25.784371+0000 mgr.smithi007.eulhwp (mgr.14182) 517 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:27.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:26 smithi181 conmon[39919]: cluster 2024-01-18T06:27:25.784371+0000 mgr.smithi007.eulhwp (mgr.14182) 517 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:28.661 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:28.662 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:29.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:28 smithi007 conmon[35366]: cluster 2024-01-18T06:27:27.785077+0000 mgr.smithi007.eulhwp (mgr.14182) 518 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:29.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:28 smithi181 conmon[39919]: cluster 2024-01-18T06:27:27.785077+0000 mgr.smithi007.eulhwp (mgr.14182) 518 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:29.382 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:30.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:29 smithi181 conmon[39919]: audit 2024-01-18T06:27:28.658981+0000 mgr.smithi007.eulhwp (mgr.14182) 519 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:30.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:29 smithi181 conmon[39919]: 2024-01-18T06:27:30.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:29 smithi007 conmon[35366]: audit 2024-01-18T06:27:28.658981+0000 2024-01-18T06:27:30.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:29 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 519 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:30.383 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:31.139 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:30 smithi007 conmon[35366]: cluster 2024-01-18T06:27:29.785657+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:27:31.139 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:30 smithi007 conmon[35366]: 14182) 520 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:31.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:30 smithi181 conmon[39919]: cluster 2024-01-18T06:27:29.785657+0000 mgr.smithi007.eulhwp (mgr.14182) 520 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:32.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:32 smithi007 conmon[35366]: cluster 2024-01-18T06:27:31.786276+0000 mgr.smithi007.eulhwp (mgr.14182) 521 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:32.511 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:32.512 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:32.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:32 smithi181 conmon[39919]: cluster 2024-01-18T06:27:31.786276+0000 mgr.smithi007.eulhwp (mgr.14182) 521 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:33.169 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:33.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:33 smithi181 conmon[39919]: audit 2024-01-18T06:27:32.509004+0000 mgr.smithi007.eulhwp (mgr.14182) 522 : audit 2024-01-18T06:27:33.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:33 smithi181 conmon[39919]: [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:33.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:33 smithi007 conmon[35366]: audit 2024-01-18T06:27:32.509004+0000 mgr.smithi007.eulhwp (mgr.14182) 522 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:34.170 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:34.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:34 smithi181 conmon[39919]: cluster 2024-01-18T06:27:33.786924+0000 mgr.smithi007.eulhwp (mgr.14182) 523 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:34.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:34 smithi007 conmon[35366]: cluster 2024-01-18T06:27:33.786924+0000 mgr.smithi007.eulhwp (mgr.14182) 523 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:36.386 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:36.386 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:37.006 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:37.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:36 smithi007 conmon[35366]: cluster 2024-01-18T06:27:35.787472+0000 mgr.smithi007.eulhwp (mgr.14182) 524 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:37.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:36 smithi181 conmon[39919]: cluster 2024-01-18T06:27:35.787472+0000 mgr.smithi007.eulhwp (mgr.14182) 524 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:38.007 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:38.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:37 smithi007 conmon[35366]: audit 2024-01-18T06:27:36.383482+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:27:38.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:37 smithi007 conmon[35366]: 525 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:38.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:37 smithi181 conmon[39919]: audit 2024-01-18T06:27:36.383482+0000 mgr.smithi007.eulhwp (mgr.14182) 525 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:39.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:38 smithi007 conmon[35366]: cluster 2024-01-18T06:27:37.788149+0000 mgr.smithi007.eulhwp (mgr.14182) 526 2024-01-18T06:27:39.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:38 smithi007 conmon[35366]: : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:39.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:38 smithi181 conmon[39919]: cluster 2024-01-18T06:27:37.788149+0000 mgr.smithi007.eulhwp (mgr.14182) 526 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:40.098 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:40.098 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:40.815 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:41.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:40 smithi007 conmon[35366]: cluster 2024-01-18T06:27:39.788720+0000 mgr.smithi007.eulhwp (mgr.14182) 527 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:41.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:40 smithi181 conmon[39919]: cluster 2024-01-18T06:27:39.788720+0000 mgr.smithi007.eulhwp (mgr.14182) 527 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:41.815 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:42.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:41 smithi007 conmon[35366]: audit 2024-01-18T06:27:40.095208+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:27:42.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:41 smithi007 conmon[35366]: 14182) 528 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:42.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:41 smithi181 conmon[39919]: audit 2024-01-18T06:27:40.095208+0000 mgr.smithi007.eulhwp (mgr.14182) 528 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:43.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:42 smithi007 conmon[35366]: cluster 2024-01-18T06:27:41.789567+0000 mgr.smithi007.eulhwp (mgr.14182) 529 : 2024-01-18T06:27:43.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:42 smithi007 conmon[35366]: cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:43.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:42 smithi181 conmon[39919]: cluster 2024-01-18T06:27:41.789567+0000 mgr.smithi007.eulhwp (mgr.14182) 529 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:44.052 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:44.052 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:44.770 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:45.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:44 smithi007 conmon[35366]: cluster 2024-01-18T06:27:43.790014+0000 mgr.smithi007.eulhwp (mgr.14182) 530 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:45.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:44 smithi181 conmon[39919]: cluster 2024-01-18T06:27:43.790014+0000 mgr.smithi007.eulhwp (mgr.14182) 530 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:45.771 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:46.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:45 smithi007 conmon[35366]: audit 2024-01-18T06:27:44.048805 2024-01-18T06:27:46.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:45 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 531 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:46.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:45 smithi181 conmon[39919]: audit 2024-01-18T06:27:44.048805+0000 mgr.smithi007.eulhwp (mgr.14182) 531 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:47.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:46 smithi007 conmon[35366]: cluster 2024-01-18T06:27:45.790663+0000 mgr.smithi007.eulhwp (mgr.14182) 532 : cluster 2024-01-18T06:27:47.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:46 smithi007 conmon[35366]: [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:46 smithi181 conmon[39919]: cluster 2024-01-18T06:27:45.790663+0000 mgr.smithi007.eulhwp (mgr.14182) 532 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:48.039 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:48.040 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:48.772 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:49.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:48 smithi007 conmon[35366]: cluster 2024-01-18T06:27:47.791134+0000 mgr.smithi007.eulhwp (mgr.14182) 533 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:49.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:48 smithi181 conmon[39919]: cluster 2024-01-18T06:27:47.791134+0000 mgr.smithi007.eulhwp (mgr.14182) 533 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:49.772 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:50.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:49 smithi007 conmon[35366]: audit 2024-01-18T06:27: 2024-01-18T06:27:50.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:49 smithi007 conmon[35366]: 48.036727+0000 mgr.smithi007.eulhwp (mgr.14182) 534 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:50.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:49 smithi181 conmon[39919]: audit 2024-01-18T06:27:48.036727+0000 mgr.smithi007.eulhwp (mgr.14182) 534 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:50.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:49 smithi181 conmon[39919]: 2024-01-18T06:27:51.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:50 smithi007 conmon[35366]: cluster 2024-01-18T06:27:49.791705+0000 mgr.smithi007.eulhwp 2024-01-18T06:27:51.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:50 smithi007 conmon[35366]: (mgr.14182) 535 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:51.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:50 smithi181 conmon[39919]: cluster 2024-01-18T06:27:49.791705+0000 mgr.smithi007.eulhwp (mgr.14182) 535 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:51.923 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:51.923 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:52.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:52 smithi007 conmon[35366]: cluster 2024-01-18T06:27:51.792292+0000 mgr.smithi007.eulhwp (mgr.14182) 536 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:52.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:52 smithi181 conmon[39919]: cluster 2024-01-18T06:27:51.792292+0000 mgr.smithi007.eulhwp (mgr.14182) 536 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:52.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:52 smithi181 conmon[39919]: 2024-01-18T06:27:52.621 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:53.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:53 smithi181 conmon[39919]: audit 2024-01-18T06:27:51.920158+0000 mgr.smithi007.eulhwp (mgr.14182) 537 : audit [DBG] 2024-01-18T06:27:53.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:53 smithi181 conmon[39919]: from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:53.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:53 smithi007 conmon[35366]: audit 2024-01-18T06:27:51.920158+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:27:53.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:53 smithi007 conmon[35366]: .14182) 537 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:53.622 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:54.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:54 smithi181 conmon[39919]: cluster 2024-01-18T06:27:53.792842+0000 mgr.smithi007.eulhwp (mgr.14182) 538 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:54.547 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:54 smithi007 conmon[35366]: cluster 2024-01-18T06:27:53.792842+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:27:54.547 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:54 smithi007 conmon[35366]: ) 538 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:55.789 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:55.789 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:27:56.479 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:27:57.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:56 smithi007 conmon[35366]: audit 2024-01-18T06:27:55.785392+0000 mgr.smithi007.eulhwp (mgr.14182) 539 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:57.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:56 smithi007 conmon[35366]: cluster 2024-01-18T06:27:55.793324+0000 mgr.smithi007.eulhwp (mgr.14182) 540 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:57.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:56 smithi181 conmon[39919]: audit 2024-01-18T06:27:55.785392+0000 mgr.smithi007.eulhwp (mgr.14182) 539 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:27:57.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:56 smithi181 conmon[39919]: cluster 2024-01-18T06:27:55.793324+0000 mgr.smithi007.eulhwp (mgr.14182) 540 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:57.480 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:27:59.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:27:58 smithi007 conmon[35366]: cluster 2024-01-18T06:27:57.793816+0000 mgr.smithi007.eulhwp (mgr.14182) 541 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:59.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:27:58 smithi181 conmon[39919]: cluster 2024-01-18T06:27:57.793816+0000 mgr.smithi007.eulhwp (mgr.14182) 541 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:27:59.780 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:27:59.780 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:00.443 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:01.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:00 smithi007 conmon[35366]: audit 2024-01-18T06:27:59.777479+0000 mgr.smithi007.eulhwp (mgr.14182) 542 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:01.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:00 smithi007 conmon[35366]: cluster 2024-01-18T06:27:59.794305+0000 mgr.smithi007.eulhwp (mgr.14182) 543 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:01.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:00 smithi181 conmon[39919]: audit 2024-01-18T06:27:59.777479+0000 mgr.smithi007.eulhwp (mgr.14182) 542 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:01.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:00 smithi181 conmon[39919]: cluster 2024-01-18T06:27:59.794305+0000 mgr.smithi007.eulhwp (mgr.14182) 543 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:01.444 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:02.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:02 smithi007 conmon[35366]: cluster 2024-01-18T06:28:01.795039+0000 mgr.smithi007.eulhwp (mgr.14182) 544 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:02.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:02 smithi181 conmon[39919]: cluster 2024-01-18T06:28:01.795039+0000 mgr.smithi007.eulhwp (mgr.14182) 544 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:03.608 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:03.608 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:04.269 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:05.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:04 smithi007 conmon[35366]: audit 2024-01-18T06:28:03.604897+0000 mgr.smithi007.eulhwp (mgr.14182) 545 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:05.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:04 smithi007 conmon[35366]: cluster 2024-01-18T06:28:03.795507+0000 mgr.smithi007.eulhwp (mgr.14182) 546 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:05.271 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:05.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:04 smithi181 conmon[39919]: audit 2024-01-18T06:28:03.604897+0000 mgr.smithi007.eulhwp (mgr.14182) 545 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:05.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:04 smithi181 conmon[39919]: cluster 2024-01-18T06:28:03.795507+0000 mgr.smithi007.eulhwp (mgr.14182) 546 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:07.007 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:06 smithi007 conmon[35366]: cluster 2024-01-18T06:28:05.796111+0000 mgr.smithi007.eulhwp (mgr.14182) 547 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:07.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:06 smithi181 conmon[39919]: cluster 2024-01-18T06:28:05.796111+0000 mgr.smithi007.eulhwp (mgr.14182) 547 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:07.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:06 smithi181 conmon[39919]: 2024-01-18T06:28:07.471 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:07.472 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:08.134 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:09.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:08 smithi007 conmon[35366]: audit 2024-01-18T06:28:07.468716+0000 mgr.smithi007.eulhwp (mgr.14182) 548 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:09.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:08 smithi007 conmon[35366]: cluster 2024-01-18T06:28:07.796716+0000 mgr.smithi007.eulhwp (mgr.14182) 549 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:09.135 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:09.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:08 smithi181 conmon[39919]: audit 2024-01-18T06:28:07.468716+0000 mgr.smithi007.eulhwp (mgr.14182) 548 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:09.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:08 smithi181 conmon[39919]: 2024-01-18T06:28:09.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:08 smithi181 conmon[39919]: cluster 2024-01-18T06:28:07.796716+0000 mgr.smithi007.eulhwp (mgr.14182) 549 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:11.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:10 smithi007 conmon[35366]: cluster 2024-01-18T06:28:09.797430+0000 mgr.smithi007.eulhwp (mgr.14182) 550 : cluster 2024-01-18T06:28:11.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:10 smithi007 conmon[35366]: [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:11.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:10 smithi181 conmon[39919]: cluster 2024-01-18T06:28:09.797430+0000 mgr.smithi007.eulhwp (mgr.14182) 550 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:11.300 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:11.300 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:11.874 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:12.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:12 smithi181 conmon[39919]: audit 2024-01-18T06:28:11.298057+0000 mgr.smithi007.eulhwp (mgr.14182) 551 : audit 2024-01-18T06:28:12.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:12 smithi181 conmon[39919]: [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:12.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:12 smithi181 conmon[39919]: cluster 2024-01-18T06:28:11.798122+0000 mgr.smithi007.eulhwp (mgr.14182) 552 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:12.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:12 smithi007 conmon[35366]: audit 2024-01-18T06:28:11.298057+0000 mgr.smithi007.eulhwp (mgr.14182) 551 : audit 2024-01-18T06:28:12.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:12 smithi007 conmon[35366]: [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:12.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:12 smithi007 conmon[35366]: cluster 2024-01-18T06:28:11.798122+0000 mgr.smithi007.eulhwp (mgr.14182) 552 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:12.875 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:14.967 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:14.967 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:15.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:14 smithi007 conmon[35366]: cluster 2024-01-18T06:28:13.798638+0000 mgr.smithi007.eulhwp (mgr.14182) 553 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:15.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:14 smithi181 conmon[39919]: cluster 2024-01-18T06:28:13.798638+0000 mgr.smithi007.eulhwp (mgr.14182) 553 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:15.590 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:16.617 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:17.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:16 smithi007 conmon[35366]: audit 2024-01-18T06:28:14. 2024-01-18T06:28:17.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:16 smithi007 conmon[35366]: 964234+0000 mgr.smithi007.eulhwp (mgr.14182) 554 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:17.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:16 smithi007 conmon[35366]: cluster 2024-01-18T06:28:15.799193+0000 mgr.smithi007.eulhwp (mgr.14182) 555 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:17.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:16 smithi181 conmon[39919]: audit 2024-01-18T06:28:14.964234+0000 mgr.smithi007.eulhwp (mgr.14182) 554 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:17.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:16 smithi181 conmon[39919]: 2024-01-18T06:28:17.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:16 smithi181 conmon[39919]: cluster 2024-01-18T06:28:15.799193+0000 mgr.smithi007.eulhwp (mgr.14182) 555 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:18.766 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:18.766 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:19.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:18 smithi007 conmon[35366]: cluster 2024-01-18T06:28:17.799953+0000 mgr.smithi007.eulhwp (mgr.14182) 556 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:19.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:18 smithi181 conmon[39919]: cluster 2024-01-18T06:28:17.799953+0000 mgr.smithi007.eulhwp (mgr.14182) 556 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:19.439 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:20.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:19 smithi181 conmon[39919]: audit 2024-01-18T06:28:18.763353+0000 mgr.smithi007.eulhwp (mgr.14182) 557 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:20.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:19 smithi181 conmon[39919]: 2024-01-18T06:28:20.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:19 smithi007 conmon[35366]: audit 2024-01-18T06:28:18.763353+0000 mgr.smithi007.eulhwp (mgr.14182) 557 : audit 2024-01-18T06:28:20.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:19 smithi007 conmon[35366]: [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:20.440 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:21.175 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:20 smithi007 conmon[35366]: cluster 2024-01-18T06:28:19.800523+0000 mgr.smithi007.eulhwp (mgr.14182) 558 : cluster [DBG] 2024-01-18T06:28:21.175 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:20 smithi007 conmon[35366]: pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:21.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:20 smithi181 conmon[39919]: cluster 2024-01-18T06:28:19.800523+0000 mgr.smithi007.eulhwp (mgr.14182) 558 : cluster [DBG] 2024-01-18T06:28:21.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:20 smithi181 conmon[39919]: pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:22.198 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:22 smithi007 conmon[35366]: cluster 2024-01-18T06:28:21.801192+0000 mgr.smithi007.eulhwp (mgr.14182) 559 : cluster 2024-01-18T06:28:22.198 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:22 smithi007 conmon[35366]: [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:22.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:22 smithi181 conmon[39919]: cluster 2024-01-18T06:28:21.801192+0000 mgr.smithi007.eulhwp (mgr.14182) 559 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:22.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:22 smithi181 conmon[39919]: 2024-01-18T06:28:22.642 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:22.643 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:23.276 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:23.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:23 smithi181 conmon[39919]: audit 2024-01-18T06:28:22.639070+0000 mgr.smithi007.eulhwp (mgr.14182) 560 : audit [DBG] 2024-01-18T06:28:23.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:23 smithi181 conmon[39919]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:23.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:23 smithi007 conmon[35366]: audit 2024-01-18T06:28:22.639070+0000 mgr.smithi007.eulhwp (mgr.14182) 560 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:24.277 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:24.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:24 smithi181 conmon[39919]: cluster 2024-01-18T06:28:23.801680+0000 mgr.smithi007.eulhwp (mgr.14182) 561 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:24.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:24 smithi007 conmon[35366]: cluster 2024-01-18T06:28:23.801680+0000 mgr.smithi007.eulhwp (mgr.14182) 561 : cluster [DBG] 2024-01-18T06:28:24.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:24 smithi007 conmon[35366]: pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:26.463 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:26.463 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:27.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:26 smithi007 conmon[35366]: cluster 2024-01-18T06:28:25.802202+0000 mgr.smithi007.eulhwp (mgr.14182) 562 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:27.149 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:27.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:26 smithi181 conmon[39919]: cluster 2024-01-18T06:28:25.802202+0000 mgr.smithi007.eulhwp (mgr.14182) 562 : cluster [DBG] 2024-01-18T06:28:27.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:26 smithi181 conmon[39919]: pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:28.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:27 smithi007 conmon[35366]: audit 2024-01-18T06:28:26.459667+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:28:28.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:27 smithi007 conmon[35366]: 563 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:28.150 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:28.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:27 smithi181 conmon[39919]: audit 2024-01-18T06:28:26.459667+0000 mgr.smithi007.eulhwp (mgr.14182) 563 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:29.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:28 smithi007 conmon[35366]: cluster 2024-01-18T06:28:27.802748+0000 mgr.smithi007.eulhwp (mgr.14182) 564 : cluster 2024-01-18T06:28:29.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:28 smithi007 conmon[35366]: [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:29.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:28 smithi181 conmon[39919]: cluster 2024-01-18T06:28:27.802748+0000 mgr.smithi007.eulhwp (mgr.14182) 564 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:30.352 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:30.352 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:30.938 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:31.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:30 smithi181 conmon[39919]: cluster 2024-01-18T06:28:29.803302+0000 mgr.smithi007.eulhwp (mgr.14182) 565 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:31.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:30 smithi007 conmon[35366]: cluster 2024-01-18T06:28:29.803302+0000 mgr.smithi007.eulhwp (mgr.14182) 565 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:31.939 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:32.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:31 smithi181 conmon[39919]: audit 2024-01-18T06:28:30.348620+0000 mgr.smithi007.eulhwp (mgr.14182) 566 : audit 2024-01-18T06:28:32.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:31 smithi181 conmon[39919]: [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:32.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:31 smithi007 conmon[35366]: audit 2024-01-18T06:28:30.348620+0000 mgr.smithi007.eulhwp (mgr.14182) 566 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:33.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:32 smithi181 conmon[39919]: cluster 2024-01-18T06:28:31.804049+0000 mgr.smithi007.eulhwp (mgr.14182) 567 : cluster [DBG] 2024-01-18T06:28:33.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:32 smithi181 conmon[39919]: pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:33.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:32 smithi007 conmon[35366]: cluster 2024-01-18T06:28:31.804049+0000 mgr.smithi007.eulhwp (mgr.14182) 567 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:34.112 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:34.112 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.162839Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:34.804 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:35.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:34 smithi007 conmon[35366]: cluster 2024-01-18T06:28:33.804578+0000 mgr.smithi007.eulhwp (mgr.14182) 568 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:35.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:34 smithi181 conmon[39919]: cluster 2024-01-18T06:28:33.804578+0000 mgr.smithi007.eulhwp (mgr.14182) 568 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:35.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:34 smithi181 conmon[39919]: 2024-01-18T06:28:35.805 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:36.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:35 smithi007 conmon[35366]: audit 2024-01-18T06:28:34.108749 2024-01-18T06:28:36.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:35 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 569 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:36.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:35 smithi007 conmon[35366]: audit 2024-01-18T06:28:35.179841+0000 mon.smithi007 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi181.xuwouc"}]: dispatch 2024-01-18T06:28:36.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:35 smithi181 conmon[39919]: audit 2024-01-18T06:28:34.108749+0000 mgr.smithi007.eulhwp (mgr.14182) 569 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:36.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:35 smithi181 conmon[39919]: audit 2024 2024-01-18T06:28:36.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:35 smithi181 conmon[39919]: -01-18T06:28:35.179841+0000 mon.smithi007 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi181.xuwouc"}]: dispatch 2024-01-18T06:28:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: cephadm 2024-01-18T06:28:35.179152+0000 mgr.smithi007.eulhwp (mgr.14182) 570 : cephadm 2024-01-18T06:28:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc 2024-01-18T06:28:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc 2024-01-18T06:28:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi181.xuwouc ... 2024-01-18T06:28:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:28:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:28:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:26:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:27:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:27:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: 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 2024-01-18T06:28:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: 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 2024-01-18T06:28:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:28:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: Traceback (most recent call last): 2024-01-18T06:28:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:28:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: yield (conn, connr) 2024-01-18T06:28:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:28:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: code, '\n'.join(err))) 2024-01-18T06:28:37.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi181.xuwouc ... 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:26:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:27:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:27:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: 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 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: 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 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: ER 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: ROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:28:37.113 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: cephadm 2024-01-18T06:28:35.179450+0000 mgr.smithi007.eulhwp (mgr.14182) 571 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: cephadm 2024-01-18T06:28:35.180636+0000 mgr.smithi007.eulhwp (mgr.14182) 572 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi181.xuwouc ... 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:26:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:27:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:27:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: 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 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: 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 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:28:37.114 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: cephadm 2024-01-18T06:28:35.182525+0000 mgr.smithi007.eulhwp (mgr.14182) 573 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi007.senfyk on smithi007 2024-01-18T06:28:37.115 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:36 smithi007 conmon[35366]: cluster 2024-01-18T06:28:35.805174+0000 mgr.smithi007.eulhwp (mgr.14182) 574 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: cephadm 2024-01-18T06:28:35.179152+0000 mgr.smithi007.eulhwp (mgr.14182) 570 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc 2024-01-18T06:28:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc 2024-01-18T06:28:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi181.xuwouc ... 2024-01-18T06:28:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:28:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:28:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:26:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:27:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:27:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: 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 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: 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 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: Traceback (most recent call last): 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: yield (conn, connr) 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: code, '\n'.join(err))) 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi181.xuwouc ... 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:28:37.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:26:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:27:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:27:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: 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 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: 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 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: cephadm 2024-01-18T06:28:35.179450+0000 mgr.smithi007.eulhwp (mgr.14182) 571 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: cephadm 2024-01-18T06:28:35.180636+0000 mgr.smithi007.eulhwp (mgr.14182) 572 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi181.xuwouc ... 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:28:37.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:28:37.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:26:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:27:16Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:27:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:28:37.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: 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 2024-01-18T06:28:37.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: 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 2024-01-18T06:28:37.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:28:37.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: cephadm 2024-01-18T06:28:35.182525+0000 mgr.smithi007.eulhwp (mgr.14182) 573 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi007.senfyk on smithi007 2024-01-18T06:28:37.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:36 smithi181 conmon[39919]: cluster 2024-01-18T06:28:35.805174+0000 mgr.smithi007.eulhwp (mgr.14182) 574 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:38.004 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:38.004 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:38.745 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:39.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:38 smithi007 conmon[35366]: cluster 2024-01-18T06:28:37.805656+0000 mgr.smithi007.eulhwp (mgr.14182) 575 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:39.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:38 smithi181 conmon[39919]: cluster 2024-01-18T06:28:37.805656+0000 mgr.smithi007.eulhwp (mgr.14182) 575 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:39.746 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:40.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:39 smithi007 conmon[35366]: audit 2024-01-18T06:28 2024-01-18T06:28:40.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:39 smithi007 conmon[35366]: :38.000843+0000 mgr.smithi007.eulhwp (mgr.14182) 576 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:40.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:39 smithi181 conmon[39919]: audit 2024-01-18T06:28:38.000843+0000 mgr.smithi007.eulhwp (mgr.14182) 576 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:41.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:40 smithi007 conmon[35366]: cluster 2024-01-18T06:28:39.806191+0000 mgr.smithi007.eulhwp (mgr.14182) 577 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:41.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:40 smithi181 conmon[39919]: cluster 2024-01-18T06:28:39.806191+0000 mgr.smithi007.eulhwp (mgr.14182) 577 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:41.908 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:41.908 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:42.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:42 smithi007 conmon[35366]: cluster 2024-01-18T06:28:41.806775+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:28:42.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:42 smithi007 conmon[35366]: mgr.14182) 578 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:42.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:42 smithi181 conmon[39919]: cluster 2024-01-18T06:28:41.806775+0000 mgr.smithi007.eulhwp (mgr.14182) 578 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:42.632 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:43.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:43 smithi181 conmon[39919]: audit 2024-01-18T06:28:41.905568+0000 mgr.smithi007.eulhwp (mgr.14182) 579 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:43.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:43 smithi007 conmon[35366]: audit 2024-01-18T06:28:41.905568+0000 mgr.smithi007.eulhwp (mgr.14182) 579 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:43.633 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:44.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:44 smithi181 conmon[39919]: cluster 2024-01-18T06:28:43.807323+0000 mgr.smithi007.eulhwp (mgr.14182) 580 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:44.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:44 smithi007 conmon[35366]: cluster 2024-01-18T06:28:43.807323+0000 mgr.smithi007.eulhwp (mgr.14182) 580 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:45.803 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:45.803 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:46.585 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:47.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:46 smithi181 conmon[39919]: audit 2024-01-18T06:28:45.800073+0000 mgr.smithi007.eulhwp (mgr.14182) 581 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:47.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:46 smithi181 conmon[39919]: 2024-01-18T06:28:47.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:46 smithi181 conmon[39919]: cluster 2024-01-18T06:28:45.807825+0000 mgr.smithi007.eulhwp (mgr.14182) 582 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:47.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:46 smithi007 conmon[35366]: audit 2024-01-18T06:28:45.800073+0000 mgr.smithi007.eulhwp (mgr.14182) 581 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:47.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:46 smithi007 conmon[35366]: cluster 2024-01-18T06:28:45.807825+0000 mgr.smithi007.eulhwp (mgr.14182) 582 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:47.586 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:49.020 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:48 smithi007 conmon[35366]: cluster 2024-01-18T06:28:47.808327+0000 mgr.smithi007.eulhwp (mgr.14182) 583 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:49.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:48 smithi181 conmon[39919]: cluster 2024-01-18T06:28:47.808327+0000 mgr.smithi007.eulhwp (mgr.14182) 583 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:49.754 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:49.754 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:50.384 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:51.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:50 smithi181 conmon[39919]: audit 2024-01-18T06:28:49.751158+0000 mgr.smithi007.eulhwp (mgr.14182) 584 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:51.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:50 smithi181 conmon[39919]: cluster 2024-01-18T06:28:49.808855+0000 mgr.smithi007.eulhwp (mgr.14182) 585 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:51.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:50 smithi007 conmon[35366]: audit 2024-01-18T06:28:49.751158+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:28:51.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:50 smithi007 conmon[35366]: 584 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:51.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:50 smithi007 conmon[35366]: cluster 2024-01-18T06:28:49.808855+0000 mgr.smithi007.eulhwp (mgr.14182) 585 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:51.385 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:52.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:52 smithi007 conmon[35366]: cluster 2024-01-18T06:28:51.809750+0000 2024-01-18T06:28:52.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:52 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 586 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:52.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:52 smithi181 conmon[39919]: cluster 2024-01-18T06:28:51.809750+0000 mgr.smithi007.eulhwp (mgr.14182) 586 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:53.480 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:53.481 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:54.168 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:55.169 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:55.205 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:54 smithi007 conmon[35366]: audit 2024-01-18T06:28:53.477576+0000 mgr.smithi007.eulhwp (mgr.14182) 587 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:55.205 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:54 smithi007 conmon[35366]: cluster 2024-01-18T06:28:53.810419+0000 mgr.smithi007.eulhwp (mgr.14182) 588 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:55.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:54 smithi181 conmon[39919]: audit 2024-01-18T06:28:53.477576+0000 mgr.smithi007.eulhwp (mgr.14182) 587 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:55.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:54 smithi181 conmon[39919]: 2024-01-18T06:28:55.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:54 smithi181 conmon[39919]: cluster 2024-01-18T06:28:53.810419+0000 mgr.smithi007.eulhwp (mgr.14182) 588 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:56.951 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:56 smithi007 conmon[35366]: cluster 2024-01-18T06:28:55.811031+0000 mgr.smithi007.eulhwp (mgr.14182) 589 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:57.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:56 smithi181 conmon[39919]: cluster 2024-01-18T06:28:55.811031+0000 mgr.smithi007.eulhwp (mgr.14182) 589 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:57.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:56 smithi181 conmon[39919]: 2024-01-18T06:28:57.366 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:28:57.366 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:28:57.967 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:28:58.968 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:28:59.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:58 smithi181 conmon[39919]: audit 2024-01-18T06:28:57.363979+0000 mgr.smithi007.eulhwp (mgr.14182) 590 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:59.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:28:58 smithi181 conmon[39919]: cluster 2024-01-18T06:28:57.811811+0000 mgr.smithi007.eulhwp (mgr.14182) 591 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:28:59.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:58 smithi007 conmon[35366]: audit 2024-01-18T06:28:57.363979+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:28:59.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:58 smithi007 conmon[35366]: 590 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:28:59.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:28:58 smithi007 conmon[35366]: cluster 2024-01-18T06:28:57.811811+0000 mgr.smithi007.eulhwp (mgr.14182) 591 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:01.095 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:01.095 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:01.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:00 smithi007 conmon[35366]: cluster 2024-01-18T06:28:59.812437+0000 mgr.smithi007.eulhwp (mgr.14182) 592 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:01.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:00 smithi181 conmon[39919]: cluster 2024-01-18T06:28:59.812437+0000 mgr.smithi007.eulhwp (mgr.14182) 592 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:01.716 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:02.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:02 smithi181 conmon[39919]: audit 2024-01-18T06:29:01.091850+0000 mgr.smithi007.eulhwp (mgr.14182) 593 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:02.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:02 smithi181 conmon[39919]: 2024-01-18T06:29:02.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:02 smithi181 conmon[39919]: cluster 2024-01-18T06:29:01.813081+0000 mgr.smithi007.eulhwp (mgr.14182) 594 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:02.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:02 smithi007 conmon[35366]: audit 2024-01-18T06:29: 2024-01-18T06:29:02.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:02 smithi007 conmon[35366]: 01.091850+0000 mgr.smithi007.eulhwp (mgr.14182) 593 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:02.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:02 smithi007 conmon[35366]: cluster 2024-01-18T06:29:01.813081+0000 mgr.smithi007.eulhwp (mgr.14182) 594 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:02.717 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:04.774 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:04.775 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:05.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:04 smithi007 conmon[35366]: cluster 2024-01-18T06:29:03.813866+0000 mgr.smithi007.eulhwp (mgr.14182) 595 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:05.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:04 smithi181 conmon[39919]: cluster 2024-01-18T06:29:03.813866+0000 mgr.smithi007.eulhwp (mgr.14182) 595 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:04 smithi181 conmon[39919]: 2024-01-18T06:29:05.408 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:06.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:05 smithi181 conmon[39919]: audit 2024-01-18T06:29:04.770754+0000 mgr.smithi007.eulhwp (mgr.14182) 596 : audit [DBG] 2024-01-18T06:29:06.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:05 smithi181 conmon[39919]: from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:06.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:05 smithi007 conmon[35366]: audit 2024-01-18T06:29:04.770754+0000 mgr.smithi007.eulhwp (mgr.14182) 596 2024-01-18T06:29:06.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:05 smithi007 conmon[35366]: : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:06.409 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:07.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:06 smithi181 conmon[39919]: cluster 2024-01-18T06:29:05.814493+0000 mgr.smithi007.eulhwp (mgr.14182) 597 : cluster [DBG] 2024-01-18T06:29:07.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:06 smithi181 conmon[39919]: pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:07.335 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:06 smithi007 conmon[35366]: cluster 2024-01-18T06:29:05.814493+0000 mgr.smithi007.eulhwp (mgr.14182) 597 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:08.480 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:08.480 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:09.082 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:09.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:08 smithi181 conmon[39919]: cluster 2024-01-18T06:29:07.815165+0000 mgr.smithi007.eulhwp (mgr.14182) 598 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:09.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:08 smithi007 conmon[35366]: cluster 2024-01-18T06:29:07.815165+0000 mgr.smithi007.eulhwp (mgr.14182) 598 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:10.083 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:10.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:09 smithi181 conmon[39919]: audit 2024-01-18T06:29:08.476691+0000 mgr.smithi007.eulhwp (mgr.14182) 599 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:10.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:09 smithi007 conmon[35366]: audit 2024-01-18T06:29:08.476691+0000 mgr.smithi007.eulhwp (mgr.14182) 599 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:11.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:10 smithi181 conmon[39919]: cluster 2024-01-18T06:29:09.815925+0000 mgr.smithi007.eulhwp (mgr.14182) 600 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:11.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:10 smithi007 conmon[35366]: cluster 2024-01-18T06:29:09.815925+0000 mgr.smithi007.eulhwp (mgr.14182) 600 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:12.239 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:12.239 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:12.501 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:12 smithi007 conmon[35366]: cluster 2024-01-18T06:29:11.816761+0000 mgr.smithi007.eulhwp (mgr.14182) 601 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:12.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:12 smithi181 conmon[39919]: cluster 2024-01-18T06:29:11.816761+0000 mgr.smithi007.eulhwp (mgr.14182) 601 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:12.947 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:13.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:13 smithi007 conmon[35366]: audit 2024-01-18T06:29:12.235943+0000 mgr.smithi007.eulhwp (mgr.14182) 602 : audit [DBG] 2024-01-18T06:29:13.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:13 smithi007 conmon[35366]: from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:13.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:13 smithi181 conmon[39919]: audit 2024-01-18T06:29:12.235943+0000 mgr.smithi007.eulhwp (mgr.14182) 602 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:13.948 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:14.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:14 smithi007 conmon[35366]: cluster 2024-01-18T06:29:13.817367+0000 mgr.smithi007.eulhwp (mgr.14182) 603 2024-01-18T06:29:14.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:14 smithi007 conmon[35366]: : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:14.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:14 smithi181 conmon[39919]: cluster 2024-01-18T06:29:13.817367+0000 mgr.smithi007.eulhwp (mgr.14182) 603 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:16.282 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:16.282 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:16.971 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:17.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:16 smithi181 conmon[39919]: cluster 2024-01-18T06:29:15.818066+0000 mgr.smithi007.eulhwp (mgr.14182) 604 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:17.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:16 smithi181 conmon[39919]: 2024-01-18T06:29:17.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:16 smithi007 conmon[35366]: cluster 2024-01-18T06:29:15.818066+0000 mgr.smithi007.eulhwp (mgr.14182) 604 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:17.972 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:18.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:17 smithi181 conmon[39919]: audit 2024-01-18T06:29:16.278331+0000 mgr.smithi007.eulhwp (mgr.14182) 605 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:18.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:17 smithi181 conmon[39919]: 2024-01-18T06:29:18.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:17 smithi007 conmon[35366]: audit 2024-01-18T06:29:16.278331+0000 2024-01-18T06:29:18.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:17 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 605 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:19.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:18 smithi181 conmon[39919]: cluster 2024-01-18T06:29:17.818818+0000 mgr.smithi007.eulhwp (mgr.14182) 606 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:19.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:18 smithi007 conmon[35366]: cluster 2024-01-18T06:29:17.818818+0000 mgr.smithi007.eulhwp (mgr.14182) 606 : cluster [DBG] 2024-01-18T06:29:19.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:18 smithi007 conmon[35366]: pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:20.243 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:20.243 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:20.913 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:21.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:20 smithi181 conmon[39919]: cluster 2024-01-18T06:29:19.819338+0000 mgr.smithi007.eulhwp (mgr.14182) 607 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:21.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:20 smithi007 conmon[35366]: cluster 2024-01-18T06:29:19.819338+0000 mgr.smithi007.eulhwp (mgr.14182) 607 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:21.913 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:22.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:21 smithi181 conmon[39919]: audit 2024-01-18T06:29:20.239683+0000 mgr.smithi007.eulhwp (mgr.14182) 608 : audit [DBG] 2024-01-18T06:29:22.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:21 smithi181 conmon[39919]: from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:22.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:21 smithi007 conmon[35366]: audit 2024-01-18T06:29:20.239683+0000 mgr.smithi007.eulhwp (mgr.14182) 608 2024-01-18T06:29:22.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:21 smithi007 conmon[35366]: : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:23.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:22 smithi181 conmon[39919]: cluster 2024-01-18T06:29:21.820143+0000 mgr.smithi007.eulhwp (mgr.14182) 609 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:23.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:22 smithi007 conmon[35366]: cluster 2024-01-18T06:29:21.820143+0000 mgr.smithi007.eulhwp (mgr.14182) 609 : cluster [DBG] 2024-01-18T06:29:23.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:22 smithi007 conmon[35366]: pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:24.096 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:24.096 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:24.751 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:25.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:24 smithi007 conmon[35366]: cluster 2024-01-18T06:29:23.820738+0000 mgr.smithi007.eulhwp (mgr.14182) 610 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:25.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:24 smithi181 conmon[39919]: cluster 2024-01-18T06:29:23.820738+0000 mgr.smithi007.eulhwp (mgr.14182) 610 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:25.752 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:26.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:25 smithi007 conmon[35366]: audit 2024-01-18T06:29:24.093079+0000 mgr.smithi007.eulhwp (mgr.14182) 611 2024-01-18T06:29:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:25 smithi007 conmon[35366]: : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:26.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:25 smithi181 conmon[39919]: audit 2024-01-18T06:29:24.093079+0000 mgr.smithi007.eulhwp (mgr.14182) 611 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:27.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:26 smithi007 conmon[35366]: cluster 2024-01-18T06:29:25.821312+0000 2024-01-18T06:29:27.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:26 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 612 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:27.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:26 smithi181 conmon[39919]: cluster 2024-01-18T06:29:25.821312+0000 mgr.smithi007.eulhwp (mgr.14182) 612 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:27.868 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:27.868 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:28.537 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:29.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:28 smithi181 conmon[39919]: cluster 2024-01-18T06:29:27.821791+0000 mgr.smithi007.eulhwp (mgr.14182) 613 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:29.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:28 smithi181 conmon[39919]: 2024-01-18T06:29:29.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:28 smithi181 conmon[39919]: audit 2024-01-18T06:29:27.864798+0000 mgr.smithi007.eulhwp (mgr.14182) 614 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:29.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:28 smithi007 conmon[35366]: cluster 2024-01-18T06:29:27.821791+0000 mgr.smithi007.eulhwp (mgr.14182) 613 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:29.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:28 smithi007 conmon[35366]: audit 2024-01-18T06:29:27.864798+0000 mgr.smithi007.eulhwp (mgr.14182) 614 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:29.537 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:31.228 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:30 smithi007 conmon[35366]: cluster 2024-01-18T06:29:29.822261+0000 mgr.smithi007.eulhwp (mgr.14182) 615 : cluster 2024-01-18T06:29:31.228 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:30 smithi007 conmon[35366]: [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:31.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:30 smithi181 conmon[39919]: cluster 2024-01-18T06:29:29.822261+0000 mgr.smithi007.eulhwp (mgr.14182) 615 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:31.692 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:31.692 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:32.402 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:32.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:32 smithi181 conmon[39919]: audit 2024-01-18T06:29:31.689001+0000 mgr.smithi007.eulhwp (mgr.14182) 616 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:32.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:32 smithi181 conmon[39919]: cluster 2024-01-18T06:29:31.823066+0000 mgr.smithi007.eulhwp (mgr.14182) 617 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:32.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:32 smithi007 conmon[35366]: audit 2024-01-18T06:29:31.689001+0000 2024-01-18T06:29:32.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:32 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 616 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:32.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:32 smithi007 conmon[35366]: cluster 2024-01-18T06:29:31.823066+0000 mgr.smithi007.eulhwp (mgr.14182) 617 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:33.403 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:35.167 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:34 smithi007 conmon[35366]: cluster 2024-01-18T06:29:33.823503+0000 mgr.smithi007.eulhwp (mgr.14182) 618 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:35.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:34 smithi181 conmon[39919]: cluster 2024-01-18T06:29:33.823503+0000 mgr.smithi007.eulhwp (mgr.14182) 618 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:35.608 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:35.608 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:36.276 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:37.277 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:37.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:36 smithi181 conmon[39919]: audit 2024-01-18T06:29:35.605106+0000 mgr.smithi007.eulhwp (mgr.14182) 619 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:36 smithi181 conmon[39919]: cluster 2024-01-18T06:29:35.824074+0000 mgr.smithi007.eulhwp (mgr.14182) 620 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:37.312 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:36 smithi007 conmon[35366]: audit 2024-01-18T06:29:35.605106+0000 mgr.smithi007.eulhwp (mgr.14182) 619 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:37.312 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:36 smithi007 conmon[35366]: cluster 2024-01-18T06:29:35.824074+0000 mgr.smithi007.eulhwp (mgr.14182) 620 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:39.069 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:38 smithi007 conmon[35366]: cluster 2024-01-18T06:29:37.824756+0000 mgr.smithi007.eulhwp (mgr.14182) 621 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:39.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:38 smithi181 conmon[39919]: cluster 2024-01-18T06:29:37.824756+0000 mgr.smithi007.eulhwp (mgr.14182) 621 : cluster 2024-01-18T06:29:39.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:38 smithi181 conmon[39919]: [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:39.470 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:39.471 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:40.137 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:41.138 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:41.174 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:40 smithi007 conmon[35366]: audit 2024-01-18T06:29:39.467880+0000 mgr.smithi007.eulhwp (mgr.14182) 622 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:41.174 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:40 smithi007 conmon[35366]: cluster 2024-01-18T06:29:39.825493+0000 mgr.smithi007.eulhwp (mgr.14182) 623 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:41.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:40 smithi181 conmon[39919]: audit 2024-01-18T06:29:39.467880+0000 mgr.smithi007.eulhwp (mgr.14182) 622 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:41.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:40 smithi181 conmon[39919]: 2024-01-18T06:29:41.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:40 smithi181 conmon[39919]: cluster 2024-01-18T06:29:39.825493+0000 mgr.smithi007.eulhwp (mgr.14182) 623 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:42.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:42 smithi007 conmon[35366]: cluster 2024-01-18T06:29:41.826317+0000 mgr.smithi007.eulhwp (mgr.14182) 624 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:42.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:42 smithi181 conmon[39919]: cluster 2024-01-18T06:29:41.826317+0000 mgr.smithi007.eulhwp (mgr.14182) 624 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:42.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:42 smithi181 conmon[39919]: 2024-01-18T06:29:43.274 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:43.275 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:43.938 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:44.938 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:45.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:44 smithi181 conmon[39919]: audit 2024-01-18T06:29:43.271748+0000 mgr.smithi007.eulhwp (mgr.14182) 625 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:44 smithi181 conmon[39919]: 2024-01-18T06:29:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:44 smithi181 conmon[39919]: cluster 2024-01-18T06:29:43.826868+0000 mgr.smithi007.eulhwp (mgr.14182) 626 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:45.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:44 smithi007 conmon[35366]: audit 2024-01-18T06:29:43.271748+0000 mgr.smithi007.eulhwp (mgr.14182) 625 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:45.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:44 smithi007 conmon[35366]: cluster 2024- 2024-01-18T06:29:45.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:44 smithi007 conmon[35366]: 01-18T06:29:43.826868+0000 mgr.smithi007.eulhwp (mgr.14182) 626 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:46 smithi007 conmon[35366]: cluster 2024-01-18T06:29:45.827486+0000 mgr.smithi007.eulhwp (mgr.14182) 627 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:47.190 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:47.190 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:47.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:46 smithi181 conmon[39919]: cluster 2024-01-18T06:29:45.827486+0000 mgr.smithi007.eulhwp (mgr.14182) 627 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:47.969 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:48.970 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:49.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:48 smithi181 conmon[39919]: audit 2024-01-18T06:29:47.187628+0000 mgr.smithi007.eulhwp (mgr.14182) 628 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:49.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:48 smithi181 conmon[39919]: cluster 2024-01-18T06:29:47.828031+0000 mgr.smithi007.eulhwp (mgr.14182) 629 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:49.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:48 smithi007 conmon[35366]: audit 2024-01-18T06:29:47.187628+0000 mgr.smithi007.eulhwp (mgr.14182) 628 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:49.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:48 smithi007 conmon[35366]: cluster 2024-01-18T06:29:47.828031+0000 mgr.smithi007.eulhwp (mgr.14182) 629 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:51.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:50 smithi007 conmon[35366]: cluster 2024-01-18T06:29:49.828629+0000 mgr.smithi007.eulhwp (mgr.14182) 630 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:51.184 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:51.185 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:51.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:50 smithi181 conmon[39919]: cluster 2024-01-18T06:29:49.828629+0000 mgr.smithi007.eulhwp (mgr.14182) 630 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:51.891 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:52.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:52 smithi181 conmon[39919]: audit 2024-01-18T06:29:51.181849+0000 mgr.smithi007.eulhwp (mgr.14182) 631 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:52.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:52 smithi181 conmon[39919]: 2024-01-18T06:29:52.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:52 smithi181 conmon[39919]: cluster 2024-01-18T06:29:51.829322+0000 mgr.smithi007.eulhwp (mgr.14182) 632 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:52.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:52 smithi007 conmon[35366]: audit 2024-01-18T06:29:51.181849+0000 2024-01-18T06:29:52.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:52 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 631 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:52.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:52 smithi007 conmon[35366]: cluster 2024-01-18T06:29:51.829322+0000 mgr.smithi007.eulhwp (mgr.14182) 632 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:52.892 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:55.054 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:55.054 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:55.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:54 smithi007 conmon[35366]: cluster 2024-01-18T06:29:53.829959+0000 mgr.smithi007.eulhwp (mgr.14182) 633 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:55.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:54 smithi181 conmon[39919]: cluster 2024-01-18T06:29:53.829959+0000 mgr.smithi007.eulhwp (mgr.14182) 633 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:55.767 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:29:56.768 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:29:57.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:56 smithi007 conmon[35366]: audit 2024-01-18T06:29: 2024-01-18T06:29:57.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:56 smithi007 conmon[35366]: 55.046929+0000 mgr.smithi007.eulhwp (mgr.14182) 634 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:57.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:56 smithi007 conmon[35366]: cluster 2024-01-18T06:29:55.830829+0000 mgr.smithi007.eulhwp (mgr.14182) 635 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:57.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:56 smithi181 conmon[39919]: audit 2024-01-18T06:29:55.046929+0000 mgr.smithi007.eulhwp (mgr.14182) 634 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:29:57.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:56 smithi181 conmon[39919]: 2024-01-18T06:29:57.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:56 smithi181 conmon[39919]: cluster 2024-01-18T06:29:55.830829+0000 mgr.smithi007.eulhwp (mgr.14182) 635 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:58.953 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:29:58.953 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:29:59.143 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:29:58 smithi007 conmon[35366]: cluster 2024-01-18T06:29:57.831425+0000 mgr.smithi007.eulhwp (mgr.14182) 636 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:59.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:29:58 smithi181 conmon[39919]: cluster 2024-01-18T06:29:57.831425+0000 mgr.smithi007.eulhwp (mgr.14182) 636 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:29:59.597 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:00.598 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:01.174 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:00 smithi007 conmon[35366]: audit 2024-01-18T06:29:58.949737+0000 2024-01-18T06:30:01.174 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:00 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 637 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:01.175 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:00 smithi007 conmon[35366]: cluster 2024-01-18T06:29:59.831959+0000 mgr.smithi007.eulhwp (mgr.14182) 638 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:01.175 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:00 smithi007 conmon[35366]: cluster 2024-01-18T06:30:00.000164+0000 mon.smithi007 (mon.0) 691 : cluster [INF] overall HEALTH_OK 2024-01-18T06:30:01.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:00 smithi181 conmon[39919]: audit 2024-01-18T06:29:58.949737+0000 mgr.smithi007.eulhwp (mgr.14182) 637 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:01.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:00 smithi181 conmon[39919]: cluster 2024-01-18T06:29:59.831959 2024-01-18T06:30:01.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:00 smithi181 conmon[39919]: +0000 mgr.smithi007.eulhwp (mgr.14182) 638 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:01.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:00 smithi181 conmon[39919]: cluster 2024-01-18T06:30:00.000164+0000 mon.smithi007 (mon.0) 691 : cluster [INF] overall HEALTH_OK 2024-01-18T06:30:02.314 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:02 smithi007 conmon[35366]: cluster 2024-01-18T06:30:01.832609+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:30:02.315 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:02 smithi007 conmon[35366]: mgr.14182) 639 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:02.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:02 smithi181 conmon[39919]: cluster 2024-01-18T06:30:01.832609+0000 mgr.smithi007.eulhwp (mgr.14182) 639 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:02.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:02 smithi181 conmon[39919]: 2024-01-18T06:30:02.717 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:02.718 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:03.424 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:03 smithi007 conmon[35366]: audit 2024-01-18T06:30:02.714826+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:30:03.424 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:03 smithi007 conmon[35366]: 14182) 640 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:03.447 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:03.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:03 smithi181 conmon[39919]: audit 2024-01-18T06:30:02.714826+0000 mgr.smithi007.eulhwp (mgr.14182) 640 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:04.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:04 smithi181 conmon[39919]: cluster 2024-01-18T06:30:03.833127+0000 mgr.smithi007.eulhwp (mgr.14182) 641 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:04.449 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:04.484 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:04 smithi007 conmon[35366]: cluster 2024-01-18T06:30:03.833127+0000 mgr.smithi007.eulhwp (mgr.14182) 641 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:06.682 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:06.682 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:07.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:06 smithi007 conmon[35366]: cluster 2024-01-18T06:30:05.833900+0000 mgr.smithi007.eulhwp (mgr.14182) 642 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:07.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:06 smithi181 conmon[39919]: cluster 2024-01-18T06:30:05.833900+0000 mgr.smithi007.eulhwp (mgr.14182) 642 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:07.357 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:08.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:07 smithi181 conmon[39919]: audit 2024-01-18T06:30:06.679180+0000 mgr.smithi007.eulhwp (mgr.14182) 643 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:08.358 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:08.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:07 smithi007 conmon[35366]: audit 2024-01-18T06:30:06.679180+0000 mgr.smithi007.eulhwp (mgr.14182) 643 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:09.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:08 smithi181 conmon[39919]: cluster 2024-01-18T06:30:07.834661+0000 mgr.smithi007.eulhwp (mgr.14182) 644 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:09.350 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:08 smithi007 conmon[35366]: cluster 2024-01-18T06:30:07.834661+0000 mgr.smithi007.eulhwp (mgr.14182) 644 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:10.619 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:10.619 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:11.263 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:10 smithi007 conmon[35366]: cluster 2024-01-18T06:30:09.835284+0000 mgr.smithi007.eulhwp (mgr.14182) 645 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:11.288 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:11.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:10 smithi181 conmon[39919]: cluster 2024-01-18T06:30:09.835284+0000 mgr.smithi007.eulhwp (mgr.14182) 645 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:11 smithi181 conmon[39919]: audit 2024-01-18T06:30:10.615745+0000 mgr.smithi007.eulhwp (mgr.14182) 646 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:12.289 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:12.323 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:11 smithi007 conmon[35366]: audit 2024-01-18T06:30:10.615745+0000 mgr.smithi007.eulhwp (mgr.14182) 646 : audit 2024-01-18T06:30:12.323 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:11 smithi007 conmon[35366]: [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:13.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:12 smithi007 conmon[35366]: cluster 2024-01-18T06:30:11.836012+0000 mgr.smithi007.eulhwp (mgr.14182) 647 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:12 smithi007 conmon[35366]: 2024-01-18T06:30:13.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:12 smithi181 conmon[39919]: cluster 2024-01-18T06:30:11.836012+0000 mgr.smithi007.eulhwp (mgr.14182) 647 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:14.510 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:14.511 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:15.153 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:15.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:14 smithi181 conmon[39919]: cluster 2024-01-18T06:30:13.836539+0000 mgr.smithi007.eulhwp (mgr.14182) 648 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:15.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:14 smithi181 conmon[39919]: 2024-01-18T06:30:15.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:14 smithi007 conmon[35366]: cluster 2024-01-18T06:30:13.836539+0000 mgr.smithi007.eulhwp (mgr.14182) 648 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:16.154 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:16.189 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:15 smithi007 conmon[35366]: audit 2024-01-18T06:30:14.506773+0000 mgr.smithi007.eulhwp (mgr.14182) 649 : audit 2024-01-18T06:30:16.189 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:15 smithi007 conmon[35366]: [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:16.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:15 smithi181 conmon[39919]: audit 2024-01-18T06:30:14.506773+0000 mgr.smithi007.eulhwp (mgr.14182) 649 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:17.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:16 smithi181 conmon[39919]: cluster 2024-01-18T06:30:15.837179+0000 mgr.smithi007.eulhwp (mgr.14182) 650 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:17.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:16 smithi007 conmon[35366]: cluster 2024-01-18T06:30:15.837179+0000 mgr.smithi007.eulhwp (mgr.14182) 650 2024-01-18T06:30:17.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:16 smithi007 conmon[35366]: : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:18.280 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:18.280 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:18.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:17 smithi181 conmon[39919]: cluster 2024-01-18T06:30:17.837803+0000 mgr.smithi007.eulhwp (mgr.14182) 651 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:18.305 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:17 smithi007 conmon[35366]: cluster 2024-01-18T06:30:17.837803+0000 mgr.smithi007.eulhwp (mgr.14182) 651 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:18.986 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:19.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:18 smithi181 conmon[39919]: audit 2024-01-18T06:30:18.276601+0000 mgr.smithi007.eulhwp (mgr.14182) 652 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:19.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:18 smithi007 conmon[35366]: audit 2024-01-18T06:30:18.276601+0000 mgr.smithi007.eulhwp (mgr.14182) 652 : audit [DBG] 2024-01-18T06:30:19.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:18 smithi007 conmon[35366]: from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:19.988 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:20.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:19 smithi181 conmon[39919]: cluster 2024-01-18T06:30:19.838396+0000 mgr.smithi007.eulhwp (mgr.14182) 653 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:20.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:19 smithi007 conmon[35366]: cluster 2024-01-18T06:30:19.838396+0000 mgr.smithi007.eulhwp (mgr.14182) 653 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:20.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:19 smithi007 conmon[35366]: 2024-01-18T06:30:22.232 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:22.232 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:22.489 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:22 smithi007 conmon[35366]: cluster 2024-01-18T06:30:21.839225+0000 mgr.smithi007.eulhwp (mgr.14182) 654 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:22.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:22 smithi181 conmon[39919]: cluster 2024-01-18T06:30:21.839225+0000 mgr.smithi007.eulhwp (mgr.14182) 654 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:22.997 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:23.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:23 smithi007 conmon[35366]: audit 2024-01-18T06:30:22.228384+0000 mgr.smithi007.eulhwp (mgr.14182) 655 : audit 2024-01-18T06:30:23.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:23 smithi007 conmon[35366]: [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:23.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:23 smithi181 conmon[39919]: audit 2024-01-18T06:30:22.228384+0000 mgr.smithi007.eulhwp (mgr.14182) 655 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:23.998 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:24.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:24 smithi007 conmon[35366]: cluster 2024-01-18T06:30:23.840057+0000 mgr.smithi007.eulhwp (mgr.14182) 656 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:24.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:24 smithi181 conmon[39919]: cluster 2024-01-18T06:30:23.840057+0000 mgr.smithi007.eulhwp (mgr.14182) 656 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:26.228 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:26.228 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:26.927 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:27.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:26 smithi181 conmon[39919]: cluster 2024-01-18T06:30:25.840587+0000 mgr.smithi007.eulhwp (mgr.14182) 657 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:27.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:26 smithi007 conmon[35366]: cluster 2024-01-18T06:30:25.840587+0000 mgr.smithi007.eulhwp (mgr.14182) 657 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:27.928 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:28.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:27 smithi181 conmon[39919]: audit 2024-01-18T06:30:26.224344+0000 mgr.smithi007.eulhwp (mgr.14182) 658 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:28.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:27 smithi007 conmon[35366]: audit 2024-01-18T06:30:26.224344+0000 mgr.smithi007.eulhwp (mgr.14182) 658 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:29.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:28 smithi007 conmon[35366]: cluster 2024-01-18T06:30:27.841304+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:30:29.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:28 smithi007 conmon[35366]: mgr.14182) 659 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:29.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:28 smithi181 conmon[39919]: cluster 2024-01-18T06:30:27.841304+0000 mgr.smithi007.eulhwp (mgr.14182) 659 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:30.098 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:30.098 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:30.793 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:31.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:30 smithi007 conmon[35366]: cluster 2024-01-18T06:30:29.841848+0000 mgr.smithi007.eulhwp (mgr.14182) 660 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:31.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:30 smithi181 conmon[39919]: cluster 2024-01-18T06:30:29.841848+0000 mgr.smithi007.eulhwp (mgr.14182) 660 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:31.794 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:32.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:31 smithi007 conmon[35366]: audit 2024-01-18T06:30:30.094873+0000 mgr.smithi007.eulhwp (mgr.14182) 661 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:32.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:31 smithi181 conmon[39919]: audit 2024-01-18T06:30:30.094873+0000 mgr.smithi007.eulhwp (mgr.14182) 661 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:33.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:32 smithi007 conmon[35366]: cluster 2024-01-18T06:30:31.842805+0000 mgr.smithi007.eulhwp (mgr.14182) 662 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:33.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:32 smithi181 conmon[39919]: cluster 2024-01-18T06:30:31.842805+0000 mgr.smithi007.eulhwp (mgr.14182) 662 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:34.061 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:34.061 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:34.767 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:35.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:34 smithi007 conmon[35366]: cluster 2024-01-18T06:30:33.843261+0000 mgr.smithi007.eulhwp (mgr.14182) 663 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:35.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:34 smithi181 conmon[39919]: cluster 2024-01-18T06:30:33.843261+0000 mgr.smithi007.eulhwp (mgr.14182) 663 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:35.768 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:36.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:35 smithi007 conmon[35366]: audit 2024-01-18T06:30:34.057909+0000 mgr.smithi007.eulhwp (mgr.14182) 664 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:36.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:35 smithi181 conmon[39919]: audit 2024-01-18T06:30:34.057909+0000 mgr.smithi007.eulhwp (mgr.14182) 664 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:36.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:35 smithi181 conmon[39919]: 2024-01-18T06:30:37.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:36 smithi007 conmon[35366]: cluster 2024-01-18T06:30:35.843935+0000 mgr.smithi007.eulhwp (mgr.14182) 665 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:36 smithi181 conmon[39919]: cluster 2024-01-18T06:30:35.843935+0000 mgr.smithi007.eulhwp (mgr.14182) 665 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:37.935 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:37.935 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:38.220 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:37 smithi007 conmon[35366]: cluster 2024-01-18T06:30:37.844565+0000 mgr.smithi007.eulhwp (mgr.14182) 666 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:38.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:37 smithi181 conmon[39919]: cluster 2024-01-18T06:30:37.844565+0000 mgr.smithi007.eulhwp (mgr.14182) 666 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:38.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:37 smithi181 conmon[39919]: 2024-01-18T06:30:38.650 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:39.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:38 smithi181 conmon[39919]: audit 2024-01-18T06:30:37.931579+0000 mgr.smithi007.eulhwp (mgr.14182) 667 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:39.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:38 smithi007 conmon[35366]: audit 2024-01-18T06:30:37.931579+0000 mgr.smithi007.eulhwp (mgr.14182) 667 : 2024-01-18T06:30:39.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:38 smithi007 conmon[35366]: audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:39.651 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:40.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:39 smithi007 conmon[35366]: cluster 2024-01-18T06:30:39.845099+0000 mgr.smithi007.eulhwp (mgr.14182) 668 : cluster 2024-01-18T06:30:40.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:39 smithi007 conmon[35366]: [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:39 smithi181 conmon[39919]: cluster 2024-01-18T06:30:39.845099+0000 mgr.smithi007.eulhwp (mgr.14182) 668 : cluster 2024-01-18T06:30:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:39 smithi181 conmon[39919]: [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:41.744 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:41.745 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:42.427 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:42.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:42 smithi181 conmon[39919]: audit 2024-01-18T06:30:41.741234+0000 mgr.smithi007.eulhwp (mgr.14182) 669 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:42.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:42 smithi181 conmon[39919]: cluster 2024-01-18T06:30:41.845663+0000 mgr.smithi007.eulhwp (mgr.14182) 670 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:42.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:42 smithi007 conmon[35366]: audit 2024-01-18T06:30:41.741234+0000 mgr.smithi007.eulhwp (mgr.14182) 669 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:42.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:42 smithi007 conmon[35366]: cluster 2024-01-18T06:30:41.845663+0000 mgr.smithi007.eulhwp (mgr.14182) 670 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:30:43.427 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:45.279 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:44 smithi007 conmon[35366]: cluster 2024-01-18T06:30:43.846336+0000 mgr.smithi007.eulhwp (mgr.14182) 671 : cluster 2024-01-18T06:30:45.280 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:44 smithi007 conmon[35366]: [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 B/s wr, 0 op/s 2024-01-18T06:30:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:44 smithi181 conmon[39919]: cluster 2024-01-18T06:30:43.846336+0000 mgr.smithi007.eulhwp (mgr.14182) 671 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 B/s wr, 0 op/s 2024-01-18T06:30:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:44 smithi181 conmon[39919]: 2024-01-18T06:30:45.774 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:45.775 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:46.632 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:46 smithi181 conmon[39919]: audit 2024-01-18T06:30:45.771085+0000 mgr.smithi007.eulhwp (mgr.14182) 672 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:46 smithi181 conmon[39919]: cluster 2024-01-18T06:30:45.846933+0000 mgr.smithi007.eulhwp (mgr.14182) 673 2024-01-18T06:30:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:46 smithi181 conmon[39919]: : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s 2024-01-18T06:30:47.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:46 smithi007 conmon[35366]: audit 2024-01-18T06:30:45.771085+0000 mgr.smithi007.eulhwp (mgr.14182) 672 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:47.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:46 smithi007 conmon[35366]: cluster 2024-01-18T06:30:45.846933+0000 mgr.smithi007.eulhwp (mgr.14182) 673 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s 2024-01-18T06:30:47.634 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:49.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:48 smithi181 conmon[39919]: cluster 2024-01-18T06:30:47.847431+0000 mgr.smithi007.eulhwp (mgr.14182) 674 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-01-18T06:30:49.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:48 smithi007 conmon[35366]: cluster 2024-01-18T06:30:47.847431+0000 mgr.smithi007.eulhwp (mgr.14182) 674 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s 2024-01-18T06:30:49.864 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:49.865 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:50.564 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:51.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:50 smithi181 conmon[39919]: cluster 2024-01-18T06:30:49.847943+0000 mgr.smithi007.eulhwp (mgr.14182) 675 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 KiB/s rd, 0 B/s wr, 156 op/s 2024-01-18T06:30:51.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:50 smithi181 conmon[39919]: audit 2024-01-18T06:30: 2024-01-18T06:30:51.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:50 smithi181 conmon[39919]: 49.860850+0000 mgr.smithi007.eulhwp (mgr.14182) 676 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:51.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:50 smithi007 conmon[35366]: cluster 2024-01-18T06:30:49.847943+0000 mgr.smithi007.eulhwp (mgr.14182) 675 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 KiB/s rd, 0 B/s wr, 156 op/s 2024-01-18T06:30:51.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:50 smithi007 conmon[35366]: audit 2024-01-18T06:30:49.860850+0000 mgr.smithi007.eulhwp (mgr.14182) 676 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:51.565 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:52.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:52 smithi007 conmon[35366]: cluster 2024-01-18T06:30:51.848489+0000 mgr.smithi007.eulhwp (mgr.14182) 677 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 KiB/s rd, 0 B/s wr, 193 op/s 2024-01-18T06:30:52.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:52 smithi181 conmon[39919]: cluster 2024-01-18T06:30:51.848489+0000 mgr.smithi007.eulhwp (mgr.14182) 677 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 KiB/s rd, 0 B/s wr, 193 op/s 2024-01-18T06:30:53.765 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:53.765 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:54.406 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:55.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:54 smithi181 conmon[39919]: audit 2024-01-18T06:30:53.761279+0000 mgr.smithi007.eulhwp (mgr.14182) 678 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:55.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:54 smithi181 conmon[39919]: cluster 2024-01-18T06:30:53.848933+0000 mgr.smithi007.eulhwp (mgr.14182) 679 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 KiB/s rd, 0 B/s wr, 193 op/s 2024-01-18T06:30:55.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:54 smithi007 conmon[35366]: audit 2024-01-18T06:30:53.761279+0000 mgr.smithi007.eulhwp (mgr.14182) 678 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:55.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:54 smithi007 conmon[35366]: cluster 2024-01-18T06:30:53.848933+0000 mgr.smithi007.eulhwp (mgr.14182) 679 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 KiB/s rd, 0 B/s wr, 193 op/s 2024-01-18T06:30:55.406 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:57.213 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:56 smithi007 conmon[35366]: cluster 2024-01-18T06:30:55.849624+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:30:57.213 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:56 smithi007 conmon[35366]: ) 680 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 192 op/s 2024-01-18T06:30:57.288 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:56 smithi181 conmon[39919]: cluster 2024-01-18T06:30:55.849624+0000 mgr.smithi007.eulhwp (mgr.14182) 680 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 192 op/s 2024-01-18T06:30:57.642 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:30:57.643 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:30:58.347 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:30:59.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:58 smithi181 conmon[39919]: audit 2024-01-18T06:30:57.639148+0000 mgr.smithi007.eulhwp (mgr.14182) 681 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:59.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:58 smithi181 conmon[39919]: cluster 2024-01-18T06:30:57.850188+0000 mgr.smithi007.eulhwp (mgr.14182) 682 : cluster 2024-01-18T06:30:59.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:30:58 smithi181 conmon[39919]: [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 KiB/s rd, 0 B/s wr, 158 op/s 2024-01-18T06:30:59.348 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:30:59.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:58 smithi007 conmon[35366]: audit 2024-01-18T06:30:57.639148+0000 mgr.smithi007.eulhwp (mgr.14182) 681 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:30:59.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:30:58 smithi007 conmon[35366]: cluster 2024-01-18T06:30:57.850188+0000 mgr.smithi007.eulhwp (mgr.14182) 682 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 KiB/s rd, 0 B/s wr, 158 op/s 2024-01-18T06:31:01.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:00 smithi007 conmon[35366]: cluster 2024-01-18T06:30:59.850758+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:31:01.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:00 smithi007 conmon[35366]: mgr.14182) 683 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 103 op/s 2024-01-18T06:31:01.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:00 smithi181 conmon[39919]: cluster 2024-01-18T06:30:59.850758+0000 mgr.smithi007.eulhwp (mgr.14182) 683 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 103 op/s 2024-01-18T06:31:01.559 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:01.559 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:02.146 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:02.538 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:02 smithi181 conmon[39919]: audit 2024-01-18T06:31:01.555444+0000 mgr.smithi007.eulhwp (mgr.14182) 684 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:02.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:02 smithi181 conmon[39919]: cluster 2024-01-18T06:31:01.851374+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:31:02.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:02 smithi181 conmon[39919]: ) 685 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 37 op/s 2024-01-18T06:31:02.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:02 smithi007 conmon[35366]: audit 2024-01-18T06:31:01.555444+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:31:02.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:02 smithi007 conmon[35366]: 14182) 684 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:02.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:02 smithi007 conmon[35366]: cluster 2024-01-18T06:31:01.851374+0000 mgr.smithi007.eulhwp (mgr.14182) 685 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 37 op/s 2024-01-18T06:31:03.147 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:04 smithi181 conmon[39919]: cluster 2024-01-18T06:31:03.852054+0000 mgr.smithi007.eulhwp (mgr.14182) 686 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:05.304 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:05.305 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:23:21.085460Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.rkibty on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-rkibty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.rkibty\nDeploy daemon haproxy.rgw.foo.smithi181.rkibty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:21:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:22:40Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.788391Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.xkbywe on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-xkbywe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.xkbywe\nDeploy daemon haproxy.rgw.foo.smithi007.xkbywe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:23:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:24:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:25:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:25:54.798981Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.tpmnrx on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:05.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:04 smithi007 conmon[35366]: cluster 2024-01-18T06:31:03.852054+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:31:05.339 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:04 smithi007 conmon[35366]: ) 686 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:06.022 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:07.023 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:07.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:06 smithi181 conmon[39919]: audit 2024-01-18T06:31:05.301309+0000 mgr.smithi007.eulhwp (mgr.14182) 687 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:07.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:06 smithi181 conmon[39919]: cluster 2024-01-18T06:31:05.852673+0000 mgr.smithi007.eulhwp (mgr.14182) 688 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:07.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:06 smithi007 conmon[35366]: audit 2024-01-18T06:31:05.301309+0000 mgr.smithi007.eulhwp (mgr.14182) 687 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:07.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:06 smithi007 conmon[35366]: cluster 2024-01-18T06:31:05.852673+0000 mgr.smithi007.eulhwp (mgr.14182) 688 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:09.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:08 smithi007 conmon[35366]: cluster 2024-01-18T06:31:07.853258+0000 mgr.smithi007.eulhwp (mgr.14182) 689 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:09.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:08 smithi007 conmon[35366]: audit 2024-01-18T06:31:08.802401+0000 mon.smithi007 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi007.senfyk"}]: dispatch 2024-01-18T06:31:09.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:08 smithi007 conmon[35366]: audit 2024-01-18T06:31:08.811911+0000 mon.smithi007 (mon.0) 693 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:31:09.230 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:09.230 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:25:56.639976Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:25:56.640129Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:25:56.640212Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:25:56.640288Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:25:56.640361Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:25:56.640665Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:09.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:08 smithi181 conmon[39919]: cluster 2024-01-18T06:31:07.853258+0000 mgr.smithi007.eulhwp (mgr.14182) 689 2024-01-18T06:31:09.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:08 smithi181 conmon[39919]: : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:09.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:08 smithi181 conmon[39919]: audit 2024-01-18T06:31:08.802401+0000 mon.smithi007 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi007.senfyk"}]: dispatch 2024-01-18T06:31:09.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:08 smithi181 conmon[39919]: audit 2024-01-18T06:31:08.811911+0000 mon.smithi007 (mon.0) 693 : 2024-01-18T06:31:09.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:08 smithi181 conmon[39919]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:31:10.063 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:10.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: cephadm 2024-01-18T06:31:08.801843+0000 mgr.smithi007.eulhwp (mgr.14182) 690 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk 2024-01-18T06:31:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk 2024-01-18T06:31:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi007.senfyk ... 2024-01-18T06:31:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:31:10.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:31:10.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:29:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:29:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:30:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: 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 2024-01-18T06:31:10.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: 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 2024-01-18T06:31:10.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:31:10.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: Traceback (most recent call last): 2024-01-18T06:31:10.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:31:10.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: yield (conn, connr) 2024-01-18T06:31:10.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:31:10.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: code, '\n'.join(err))) 2024-01-18T06:31:10.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk 2024-01-18T06:31:10.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk 2024-01-18T06:31:10.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi007.senfyk ... 2024-01-18T06:31:10.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:31:10.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:31:10.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:29:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:29:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:30:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: 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 2024-01-18T06:31:10.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: 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 2024-01-18T06:31:10.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T06:31:10.295 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:31:10.295 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: cephadm 2024-01-18T06:31:08.802030+0000 mgr.smithi007.eulhwp (mgr.14182) 691 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.295 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: cephadm 2024-01-18T06:31:08.803175+0000 mgr.smithi007.eulhwp (mgr.14182) 692 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk 2024-01-18T06:31:10.295 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk 2024-01-18T06:31:10.295 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.295 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.296 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi007.senfyk ... 2024-01-18T06:31:10.296 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:31:10.296 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:31:10.296 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:29:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.296 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:29:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.296 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:30:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.296 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: 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 2024-01-18T06:31:10.296 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: 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 2024-01-18T06:31:10.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:31:10.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: cephadm 2024-01-18T06:31:08.805470+0000 mgr.smithi007.eulhwp (mgr.14182) 693 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:31:10.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: cephadm 2024-01-18T06:31:08.807413+0000 mgr.smithi007.eulhwp (mgr.14182) 694 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:31:10.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: cluster 2024-01-18T06:31:08.808344+0000 mgr.smithi007.eulhwp (mgr.14182) 695 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:10.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: cluster 2024-01-18T06:31:08.912493+0000 mon.smithi007 (mon.0) 694 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T06:31:10.297 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:09 smithi181 conmon[39919]: audit 2024-01-18T06:31:09.085196+0000 mon.smithi007 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:10.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: cephadm 2024-01-18T06:31:08.801843+0000 mgr.smithi007.eulhwp (mgr.14182) 690 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk 2024-01-18T06:31:10.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk 2024-01-18T06:31:10.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi007.senfyk ... 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:29:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:29:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:30:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: 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 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: 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 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: Traceback (most recent call last): 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: yield (conn, connr) 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: code, '\n'.join(err))) 2024-01-18T06:31:10.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi007.senfyk ... 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:29:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:29:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:30:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: 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 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: 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 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:31:10.363 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: cephadm 2024-01-18T06:31:08.802030+0000 mgr.smithi007.eulhwp (mgr.14182) 691 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: cephadm 2024-01-18T06:31:08.803175+0000 mgr.smithi007.eulhwp (mgr.14182) 692 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk 2024-01-18T06:31:10.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk 2024-01-18T06:31:10.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk 2024-01-18T06:31:10.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi007.senfyk ... 2024-01-18T06:31:10.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:31:10.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:31:10.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:29:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:29:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:30:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:31:10.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: 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 2024-01-18T06:31:10.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: 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 2024-01-18T06:31:10.364 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:31:10.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: cephadm 2024-01-18T06:31:08.805470+0000 mgr.smithi007.eulhwp (mgr.14182) 693 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:31:10.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: cephadm 2024-01-18T06:31:08.807413+0000 mgr.smithi007.eulhwp (mgr.14182) 694 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:31:10.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: cluster 2024-01-18T06:31:08.808344+0000 mgr.smithi007.eulhwp (mgr.14182) 695 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:10.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: cluster 2024-01-18T06:31:08.912493+0000 mon.smithi007 (mon.0) 694 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T06:31:10.365 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:09 smithi007 conmon[35366]: audit 2024-01-18T06:31:09.085196+0000 mon.smithi007 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:11.064 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:11.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:10 smithi181 conmon[39919]: audit 2024-01-18T06:31:09.224663+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:31:11.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:10 smithi181 conmon[39919]: 696 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:11.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:10 smithi181 conmon[39919]: audit 2024-01-18T06:31:10.785606+0000 mon.smithi007 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:11.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:10 smithi007 conmon[35366]: audit 2024-01-18T06:31:09.224663+0000 mgr.smithi007.eulhwp (mgr.14182) 696 : 2024-01-18T06:31:11.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:10 smithi007 conmon[35366]: audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:11.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:10 smithi007 conmon[35366]: audit 2024-01-18T06:31:10.785606+0000 mon.smithi007 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:12.227 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:11 smithi007 conmon[35366]: cluster 2024-01-18T06:31:10.809237+0000 mgr.smithi007.eulhwp (mgr.14182) 697 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:12.227 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:11 smithi007 conmon[35366]: audit 2024-01-18T06:31:11.095463+0000 mon.smithi007 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:12.227 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:11 smithi007 conmon[35366]: audit 2024-01-18T06:31:11.096478+0000 mon.smithi007 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:12.227 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:11 smithi007 conmon[35366]: audit 2024-01-18T06:31:11.097432+0000 mon.smithi007 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:12.227 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:11 smithi007 conmon[35366]: audit 2024-01-18T06:31:11.098318+0000 mon.smithi007 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:12.228 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:11 smithi007 conmon[35366]: audit 2024-01-18T06:31:11.104256+0000 mon.smithi007 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:11 smithi181 conmon[39919]: cluster 2024-01-18T06:31:10.809237+0000 mgr.smithi007.eulhwp (mgr.14182) 697 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:11 smithi181 conmon[39919]: audit 2024-01-18T06:31:11.095463+0000 mon.smithi007 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:11 smithi181 conmon[39919]: audit 2024-01-18T06:31:11.096478+0000 mon.smithi007 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:11 smithi181 conmon[39919]: audit 2024-01-18T06:31:11.097432+0000 mon.smithi007 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:11 smithi181 conmon[39919]: audit 2024-01-18T06:31:11.098318+0000 mon.smithi007 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:11 smithi181 conmon[39919]: audit 2024-01-18T06:31:11.104256+0000 mon.smithi007 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:12 smithi007 conmon[35366]: cephadm 2024-01-18T06:31:11.098998+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:31:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:12 smithi007 conmon[35366]: 14182) 698 : cephadm [INF] Adjusting osd_memory_target on smithi181 to 3478M 2024-01-18T06:31:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:12 smithi007 conmon[35366]: audit 2024-01-18T06:31:12.353513+0000 mon.smithi007 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:12 smithi007 conmon[35366]: cluster 2024-01-18T06:31:12.809975+0000 mgr.smithi007.eulhwp (mgr.14182) 699 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:13.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:12 smithi181 conmon[39919]: cephadm 2024-01-18T06:31:11.098998+0000 mgr.smithi007.eulhwp (mgr.14182) 698 : cephadm [INF] Adjusting osd_memory_target on smithi181 to 3478M 2024-01-18T06:31:13.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:12 smithi181 conmon[39919]: 2024-01-18T06:31:13.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:12 smithi181 conmon[39919]: audit 2024-01-18T06:31:12.353513+0000 mon.smithi007 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:13.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:12 smithi181 conmon[39919]: cluster 2024-01-18T06:31:12.809975+0000 mgr.smithi007.eulhwp (mgr.14182) 699 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:13.842 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:13.842 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:26:00.998210Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:26:00.998284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:26:00.998356Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:26:00.998126Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:26:00.997973Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:26:00.998427Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:26:00.998578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:26:00.998496Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:26:00.998858Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:14.606 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:14 smithi007 conmon[35366]: audit 2024-01-18T06:31:13.837857+0000 mgr.smithi007.eulhwp (mgr.14182) 700 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:14.606 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:14 smithi007 conmon[35366]: 2024-01-18T06:31:14.607 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:14 smithi007 conmon[35366]: audit 2024-01-18T06:31:14.090143+0000 mon.smithi007 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:14.632 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:14.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:14 smithi181 conmon[39919]: audit 2024-01-18T06:31:13.837857+0000 mgr.smithi007.eulhwp (mgr.14182) 700 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:14.800 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:14 smithi181 conmon[39919]: audit 2024-01-18T06:31:14.090143+0000 mon.smithi007 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: audit 2024-01-18T06:31:14.452284+0000 mon.smithi007 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: audit 2024-01-18T06:31:14.453024+0000 mon.smithi007 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: audit 2024-01-18T06:31:14.453622+0000 mon.smithi007 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: audit 2024-01-18T06:31:14.454200+0000 mon.smithi007 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: cephadm 2024-01-18T06:31:14.454659+0000 mgr.smithi007.eulhwp (mgr.14182) 701 : cephadm [INF] Adjusting osd_memory_target on smithi007 to 2711M 2024-01-18T06:31:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: audit 2024-01-18T06:31:14.459204+0000 mon.smithi007 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: audit 2024-01-18T06:31:14.460230+0000 mon.smithi007 (mon.0) 709 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:31:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: audit 2024-01-18T06:31:14.460904+0000 mon.smithi007 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:31:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: cephadm 2024-01-18T06:31:14.464327+0000 mgr.smithi007.eulhwp (mgr.14182) 702 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-18T06:31:15.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: audit 2024-01-18T06:31: 2024-01-18T06:31:15.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: 14.645515+0000 mon.smithi007 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:15.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: cluster 2024-01-18T06:31:14.646351+0000 mgr.smithi007.eulhwp (mgr.14182) 703 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:15.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: audit 2024-01-18T06:31:14.650507+0000 mon.smithi007 (mon.0) 712 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:31:15.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:15 smithi007 conmon[35366]: cephadm 2024-01-18T06:31:14.657677+0000 mgr.smithi007.eulhwp (mgr.14182) 704 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi181.izwwby on smithi181 2024-01-18T06:31:15.633 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:15.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: audit 2024-01-18T06:31:14.452284+0000 mon.smithi007 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:15.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: audit 2024-01-18T06:31:14.453024+0000 mon.smithi007 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:15.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: audit 2024-01-18T06:31:14.453622+0000 mon.smithi007 (mon.0) 706 : audit [INF] 2024-01-18T06:31:15.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: audit 2024-01-18T06:31:14.454200+0000 2024-01-18T06:31:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: mon.smithi007 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T06:31:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: cephadm 2024 2024-01-18T06:31:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: -01-18T06:31:14.454659+0000 mgr.smithi007.eulhwp (mgr.14182) 701 : 2024-01-18T06:31:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: cephadm [INF] Adjusting osd_memory_target on smithi007 to 2711M 2024-01-18T06:31:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: audit 2024-01-18T06:31: 2024-01-18T06:31:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: 14.459204+0000 mon.smithi007 (mon.0) 708 : audit 2024-01-18T06:31:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: audit 2024-01-18T06:31: 2024-01-18T06:31:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: 14.460230+0000 mon.smithi007 (mon.0) 709 : audit 2024-01-18T06:31:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:31:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: audit 2024-01-18T06:31:15.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: 2024-01-18T06:31:14.460904+0000 mon.smithi007 (mon.0 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: ) 710 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: cephadm 2024-01-18T06:31: 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: 14.464327+0000 mgr.smithi007.eulhwp (mgr.14182) 702 : 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: audit 2024-01-18T06:31:14. 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: 645515+0000 mon.smithi007 (mon.0) 711 : audit [INF] 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: cluster 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: 2024-01-18T06:31:14.646351+0000 mgr.smithi007.eulhwp (mgr.14182) 703 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: audit 2024-01-18T06:31:14 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: .650507+0000 mon.smithi007 (mon.0) 712 : audit [DBG] 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: cephadm 2024-01-18T06:31:15.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: 2024-01-18T06:31:14.657677+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:31:15.792 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:15 smithi181 conmon[39919]: 14182) 704 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi181.izwwby on smithi181 2024-01-18T06:31:16.435 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:16 smithi007 conmon[35366]: cluster 2024-01-18T06:31:15.643591+0000 mon.smithi007 (mon.0 2024-01-18T06:31:16.436 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:16 smithi007 conmon[35366]: ) 713 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T06:31:16.436 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:16 smithi007 conmon[35366]: cluster 2024-01-18T06:31:15.643628+0000 mon.smithi007 (mon.0) 714 : cluster [INF] Cluster is now healthy 2024-01-18T06:31:16.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:16 smithi181 conmon[39919]: cluster 2024-01-18T06:31:15.643591+0000 mon.smithi007 (mon.0) 713 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T06:31:16.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:16 smithi181 conmon[39919]: cluster 2024-01-18 2024-01-18T06:31:16.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:16 smithi181 conmon[39919]: T06:31:15.643628+0000 mon.smithi007 (mon.0) 714 : cluster [INF] Cluster is now healthy 2024-01-18T06:31:17.384 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:17 smithi007 conmon[35366]: cluster 2024-01-18T06:31:16.646971+0000 mgr.smithi007.eulhwp (mgr.14182) 705 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 664 B/s rd, 0 op/s 2024-01-18T06:31:17.791 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:17 smithi181 conmon[39919]: cluster 2024-01-18T06:31:16.646971+0000 mgr.smithi007.eulhwp (mgr.14182) 705 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 664 B/s rd, 0 op/s 2024-01-18T06:31:17.852 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:17.852 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:18.531 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:18 smithi007 conmon[35366]: audit 2024-01-18T06:31:17.848923+0000 mgr.smithi007.eulhwp (mgr.14182) 706 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:18.553 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:18.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:18 smithi181 conmon[39919]: audit 2024-01-18T06:31:17.848923+0000 mgr.smithi007.eulhwp (mgr.14182) 706 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:19.554 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:19.788 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:19 smithi181 conmon[39919]: cluster 2024-01-18T06:31:18.647576+0000 mgr.smithi007.eulhwp (mgr.14182) 707 : cluster [DBG] pgmap v490: 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 2024-01-18T06:31:19.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:19 smithi007 conmon[35366]: cluster 2024-01-18T06:31:18.647576+0000 mgr.smithi007.eulhwp (mgr.14182) 707 : cluster [DBG] 2024-01-18T06:31:19.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:19 smithi007 conmon[35366]: pgmap v490: 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 2024-01-18T06:31:21.523 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:21.524 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:22.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:21 smithi181 conmon[39919]: cluster 2024-01-18T06:31:20.648279+0000 mgr.smithi007.eulhwp (mgr.14182) 708 : cluster [DBG] pgmap v491: 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 2024-01-18T06:31:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:21 smithi007 conmon[35366]: cluster 2024-01-18T06:31:20.648279+0000 mgr.smithi007.eulhwp (mgr.14182) 708 : cluster [DBG] pgmap v491: 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 2024-01-18T06:31:22.177 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:23.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:22 smithi181 conmon[39919]: audit 2024-01-18T06:31:21.520723+0000 mgr.smithi007.eulhwp (mgr.14182) 709 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:23.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:22 smithi007 conmon[35366]: audit 2024-01-18T06:31:21.520723+0000 mgr.smithi007.eulhwp (mgr.14182) 709 : audit [DBG] 2024-01-18T06:31:23.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:22 smithi007 conmon[35366]: from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:23.178 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:23 smithi181 conmon[39919]: cluster 2024-01-18T06:31:22.648887+0000 mgr.smithi007.eulhwp (mgr.14182) 710 : cluster [DBG] pgmap v492: 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 2024-01-18T06:31:24.087 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:23 smithi007 conmon[35366]: cluster 2024-01-18T06:31:22.648887+0000 mgr.smithi007.eulhwp (mgr.14182) 710 : cluster 2024-01-18T06:31:24.088 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:23 smithi007 conmon[35366]: [DBG] pgmap v492: 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 2024-01-18T06:31:25.157 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:25.158 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:25.884 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:26.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:25 smithi181 conmon[39919]: cluster 2024-01-18T06:31:24.649389+0000 mgr.smithi007.eulhwp (mgr.14182) 711 : cluster [DBG] pgmap v493: 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 2024-01-18T06:31:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:25 smithi007 conmon[35366]: cluster 2024-01-18T06:31:24.649389+0000 mgr.smithi007.eulhwp (mgr.14182) 711 : cluster [DBG] pgmap v493: 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 2024-01-18T06:31:26.885 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:27.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:26 smithi181 conmon[39919]: audit 2024-01-18T06:31:25.154476+0000 mgr.smithi007.eulhwp (mgr.14182) 712 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:27.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:26 smithi007 conmon[35366]: audit 2024-01-18T06:31:25.154476+0000 mgr.smithi007.eulhwp (mgr.14182) 712 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:28.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:27 smithi181 conmon[39919]: cluster 2024-01-18T06:31:26.650105+0000 mgr.smithi007.eulhwp (mgr.14182) 713 : cluster [DBG] pgmap v494: 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 2024-01-18T06:31:28.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:27 smithi007 conmon[35366]: cluster 2024-01-18T06:31:26.650105+0000 mgr.smithi007.eulhwp (mgr.14182) 713 : cluster 2024-01-18T06:31:28.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:27 smithi007 conmon[35366]: [DBG] pgmap v494: 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 2024-01-18T06:31:29.180 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:29.180 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:29.869 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:30.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:29 smithi181 conmon[39919]: cluster 2024-01-18T06:31:28.650624+0000 mgr.smithi007.eulhwp (mgr.14182) 714 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-01-18T06:31:30.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:29 smithi007 conmon[35366]: cluster 2024-01-18T06:31:28.650624+0000 mgr.smithi007.eulhwp (mgr.14182) 714 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-01-18T06:31:30.871 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:31.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:30 smithi181 conmon[39919]: audit 2024-01-18T06:31:29.176528+0000 mgr.smithi007.eulhwp (mgr.14182) 715 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:31.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:30 smithi007 conmon[35366]: audit 2024-01-18T06:31:29.176528+0000 mgr.smithi007.eulhwp (mgr.14182) 715 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:32.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:31 smithi181 conmon[39919]: cluster 2024-01-18T06:31:30.651312+0000 mgr.smithi007.eulhwp (mgr.14182) 716 : cluster [DBG] pgmap v496: 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 2024-01-18T06:31:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:31 smithi007 conmon[35366]: cluster 2024-01-18T06:31:30.651312+0000 mgr.smithi007.eulhwp (mgr.14182) 716 : 2024-01-18T06:31:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:31 smithi007 conmon[35366]: cluster [DBG] pgmap v496: 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 2024-01-18T06:31:32.955 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:32.956 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:33.676 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:34.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:33 smithi181 conmon[39919]: cluster 2024-01-18T06:31:32.651858+0000 mgr.smithi007.eulhwp (mgr.14182) 717 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:34.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:33 smithi007 conmon[35366]: cluster 2024-01-18T06:31:32.651858+0000 mgr.smithi007.eulhwp (mgr.14182) 717 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:34.677 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:35.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:34 smithi181 conmon[39919]: audit 2024-01-18T06:31:32.949935+0000 mgr.smithi007.eulhwp (mgr.14182) 718 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:35.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:34 smithi007 conmon[35366]: audit 2024-01-18T06:31:32.949935+0000 mgr.smithi007.eulhwp (mgr.14182) 718 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:35.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:34 smithi007 conmon[35366]: 2024-01-18T06:31:35.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:35 smithi007 conmon[35366]: cluster 2024-01-18T06:31:34.652476+0000 mgr.smithi007.eulhwp (mgr.14182) 719 : cluster [DBG] 2024-01-18T06:31:35.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:35 smithi007 conmon[35366]: pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:36.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:35 smithi181 conmon[39919]: cluster 2024-01-18T06:31:34.652476+0000 mgr.smithi007.eulhwp (mgr.14182) 719 : cluster 2024-01-18T06:31:36.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:35 smithi181 conmon[39919]: [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:36.921 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:36.921 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:37.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:37 smithi007 conmon[35366]: cluster 2024-01-18T06:31:36.653055+0000 mgr.smithi007.eulhwp (mgr.14182) 720 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:37.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:37 smithi007 conmon[35366]: audit 2024-01-18T06:31:36.918304+0000 mgr.smithi007.eulhwp (mgr.14182) 721 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:37.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:37 smithi181 conmon[39919]: cluster 2024-01-18T06:31:36.653055+0000 mgr.smithi007.eulhwp (mgr.14182) 720 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:37.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:37 smithi181 conmon[39919]: 2024-01-18T06:31:37.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:37 smithi181 conmon[39919]: audit 2024-01-18T06:31:36.918304+0000 mgr.smithi007.eulhwp (mgr.14182) 721 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:37.558 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:38.559 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:39.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:39 smithi007 conmon[35366]: cluster 2024-01-18T06:31:38.653488+0000 mgr.smithi007.eulhwp (mgr.14182) 722 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:40.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:39 smithi181 conmon[39919]: cluster 2024-01-18T06:31:38.653488+0000 mgr.smithi007.eulhwp (mgr.14182) 722 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:40.621 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:40.622 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:41.375 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:42.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:41 smithi181 conmon[39919]: audit 2024-01-18T06:31:40.617843+0000 mgr.smithi007.eulhwp (mgr.14182) 723 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:42.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:41 smithi181 conmon[39919]: cluster 2024-01-18T06:31:40.654014+0000 mgr.smithi007.eulhwp (mgr.14182) 724 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:41 smithi007 conmon[35366]: audit 2024-01-18T06:31:40.617843+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:31:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:41 smithi007 conmon[35366]: ) 723 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:41 smithi007 conmon[35366]: cluster 2024-01-18T06:31:40.654014+0000 mgr.smithi007.eulhwp (mgr.14182) 724 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:42.376 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:43 smithi181 conmon[39919]: cluster 2024-01-18T06:31:42.654508+0000 mgr.smithi007.eulhwp (mgr.14182) 725 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:44.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:43 smithi007 conmon[35366]: cluster 2024-01-18T06:31:42.654508+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:31:44.063 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:43 smithi007 conmon[35366]: ) 725 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:44.508 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:44.508 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:45.197 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:46.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:45 smithi181 conmon[39919]: audit 2024-01-18T06:31:44.505487+0000 mgr.smithi007.eulhwp (mgr.14182) 726 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:46.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:45 smithi181 conmon[39919]: cluster 2024-01-18T06:31:44.655087+0000 mgr.smithi007.eulhwp (mgr.14182) 727 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:46.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:45 smithi007 conmon[35366]: audit 2024-01-18T06:31:44.505487+0000 mgr.smithi007.eulhwp (mgr.14182) 726 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:46.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:45 smithi007 conmon[35366]: cluster 2024-01-18T06:31:44.655087+0000 mgr.smithi007.eulhwp (mgr.14182) 727 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:46.199 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:47.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:47 smithi181 conmon[39919]: cluster 2024-01-18T06:31:46.655808+0000 mgr.smithi007.eulhwp (mgr.14182) 728 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:47.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:47 smithi007 conmon[35366]: cluster 2024-01-18T06:31:46.655808+0000 mgr.smithi007.eulhwp (mgr.14182) 728 2024-01-18T06:31:47.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:47 smithi007 conmon[35366]: : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:48.346 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:48.346 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:49.080 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:49 smithi181 conmon[39919]: audit 2024-01-18T06:31:48.342398+0000 mgr.smithi007.eulhwp (mgr.14182) 729 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:49 smithi181 conmon[39919]: 2024-01-18T06:31:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:49 smithi181 conmon[39919]: cluster 2024-01-18T06:31:48.656295+0000 mgr.smithi007.eulhwp (mgr.14182) 730 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:50.080 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:50.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:49 smithi007 conmon[35366]: audit 2024-01-18T06:31:48.342398+0000 mgr.smithi007.eulhwp (mgr.14182) 729 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:50.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:49 smithi007 conmon[35366]: cluster 2024-01-18T06:31:48.656295+0000 mgr.smithi007.eulhwp (mgr.14182) 730 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:52.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:51 smithi181 conmon[39919]: cluster 2024-01-18T06:31:50.656938+0000 mgr.smithi007.eulhwp (mgr.14182) 731 : cluster [DBG] 2024-01-18T06:31:52.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:51 smithi181 conmon[39919]: pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:51 smithi007 conmon[35366]: cluster 2024-01-18T06:31:50.656938+0000 mgr.smithi007.eulhwp (mgr.14182) 731 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:52.259 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:52.259 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:52.915 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:53.916 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:54.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:53 smithi181 conmon[39919]: audit 2024-01-18T06:31:52.255686+0000 mgr.smithi007.eulhwp (mgr.14182) 732 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:54.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:53 smithi181 conmon[39919]: cluster 2024-01-18T06:31:52.657472+0000 mgr.smithi007.eulhwp (mgr.14182) 733 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:53 smithi007 conmon[35366]: audit 2024-01-18T06:31:52.255686+0000 mgr.smithi007.eulhwp (mgr.14182) 732 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:53 smithi007 conmon[35366]: cluster 2024-01-18T06:31:52.657472+0000 mgr.smithi007.eulhwp (mgr.14182) 733 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:55.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:55 smithi007 conmon[35366]: cluster 2024-01-18T06:31:54.657999+0000 mgr.smithi007.eulhwp (mgr.14182) 734 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:56.039 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:56.039 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:31:56.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:55 smithi181 conmon[39919]: cluster 2024-01-18T06:31:54.657999+0000 mgr.smithi007.eulhwp (mgr.14182) 734 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:56.768 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:31:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:57 smithi181 conmon[39919]: audit 2024-01-18T06:31:56.035855+0000 mgr.smithi007.eulhwp (mgr.14182) 735 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:57 smithi181 conmon[39919]: cluster 2024-01-18T06:31:56.658781+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:31:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:57 smithi181 conmon[39919]: ) 736 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:57.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:57 smithi007 conmon[35366]: audit 2024-01-18T06:31:56.035855+0000 mgr.smithi007.eulhwp (mgr.14182) 735 : audit 2024-01-18T06:31:57.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:57 smithi007 conmon[35366]: [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:31:57.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:57 smithi007 conmon[35366]: cluster 2024-01-18T06:31:56.658781+0000 mgr.smithi007.eulhwp (mgr.14182) 736 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:31:57.770 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:31:59.877 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:31:59.877 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:00.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:31:59 smithi181 conmon[39919]: cluster 2024-01-18T06:31:58.659271+0000 mgr.smithi007.eulhwp (mgr.14182) 737 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:00.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:31:59 smithi007 conmon[35366]: cluster 2024-01-18T06:31:58.659271+0000 mgr.smithi007.eulhwp (mgr.14182) 737 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:00.561 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:00.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:00 smithi007 conmon[35366]: audit 2024-01-18T06:31:59.873637+0000 mgr.smithi007.eulhwp (mgr.14182) 738 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:01.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:00 smithi181 conmon[39919]: audit 2024-01-18T06:31:59.873637+0000 mgr.smithi007.eulhwp (mgr.14182) 738 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:01.562 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:02.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:01 smithi181 conmon[39919]: cluster 2024-01-18T06:32:00.659875+0000 mgr.smithi007.eulhwp (mgr.14182) 739 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:02.099 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:01 smithi007 conmon[35366]: cluster 2024-01-18T06:32:00.659875+0000 mgr.smithi007.eulhwp (mgr.14182) 739 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:03.649 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:03.650 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:04.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:03 smithi181 conmon[39919]: cluster 2024-01-18T06:32:02.660608+0000 mgr.smithi007.eulhwp (mgr.14182) 740 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:04.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:03 smithi007 conmon[35366]: cluster 2024-01-18T06:32:02.660608+0000 mgr.smithi007.eulhwp (mgr.14182) 740 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:04.277 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:05.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:04 smithi181 conmon[39919]: audit 2024-01-18T06:32:03.646140+0000 mgr.smithi007.eulhwp (mgr.14182) 741 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:05.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:04 smithi007 conmon[35366]: audit 2024-01-18T06:32:03.646140+0000 mgr.smithi007.eulhwp (mgr.14182) 741 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:05.278 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:06.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:05 smithi181 conmon[39919]: cluster 2024-01-18T06:32:04.661170+0000 mgr.smithi007.eulhwp (mgr.14182) 742 : cluster [DBG] 2024-01-18T06:32:06.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:05 smithi181 conmon[39919]: pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:06.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:05 smithi007 conmon[35366]: cluster 2024-01-18T06:32:04.661170+0000 mgr.smithi007.eulhwp (mgr.14182) 742 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:07.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:07 smithi007 conmon[35366]: cluster 2024-01-18T06:32:06.661904+0000 mgr.smithi007.eulhwp (mgr.14182) 743 2024-01-18T06:32:07.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:07 smithi007 conmon[35366]: : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:07.411 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:07.411 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:07.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:07 smithi181 conmon[39919]: cluster 2024-01-18T06:32:06.661904+0000 mgr.smithi007.eulhwp (mgr.14182) 743 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:07.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:07 smithi181 conmon[39919]: 2024-01-18T06:32:08.020 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:08.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:08 smithi007 conmon[35366]: audit 2024-01-18T06:32:07.408060+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:32:08.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:08 smithi007 conmon[35366]: 14182) 744 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:08.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:08 smithi181 conmon[39919]: audit 2024-01-18T06:32:07.408060+0000 mgr.smithi007.eulhwp (mgr.14182) 744 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:09.021 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:09.360 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:09 smithi007 conmon[35366]: cluster 2024-01-18T06:32:08 2024-01-18T06:32:09.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:09 smithi007 conmon[35366]: .662300+0000 mgr.smithi007.eulhwp (mgr.14182) 745 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:09.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:09 smithi181 conmon[39919]: cluster 2024-01-18T06:32:08.662300+0000 mgr.smithi007.eulhwp (mgr.14182) 745 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:11.132 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:11.132 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:11.837 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:11 smithi181 conmon[39919]: cluster 2024-01-18T06:32:10.662949+0000 mgr.smithi007.eulhwp (mgr.14182) 746 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:11 smithi181 conmon[39919]: 2024-01-18T06:32:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:11 smithi007 conmon[35366]: cluster 2024-01-18T06:32:10.662949+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:32:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:11 smithi007 conmon[35366]: 14182) 746 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:12.838 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:13.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:12 smithi181 conmon[39919]: audit 2024-01-18T06:32:11.128375+0000 mgr.smithi007.eulhwp (mgr.14182) 747 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:12 smithi007 conmon[35366]: audit 2024-01-18T06:32:11.128375+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:32:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:12 smithi007 conmon[35366]: 747 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:14.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:13 smithi181 conmon[39919]: cluster 2024-01-18T06:32:12.663718+0000 mgr.smithi007.eulhwp (mgr.14182) 748 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:14.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:13 smithi181 conmon[39919]: 2024-01-18T06:32:14.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:13 smithi007 conmon[35366]: cluster 2024-01 2024-01-18T06:32:14.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:13 smithi007 conmon[35366]: -18T06:32:12.663718+0000 mgr.smithi007.eulhwp (mgr.14182) 748 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:14.993 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:14.993 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:15.679 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:16.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:15 smithi181 conmon[39919]: cluster 2024-01-18T06:32:14.664273+0000 mgr.smithi007.eulhwp (mgr.14182) 749 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:15 smithi007 conmon[35366]: cluster 2024-01-18T06:32:14.664273+0000 mgr.smithi007.eulhwp (mgr.14182) 749 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:16.679 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:17.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:16 smithi181 conmon[39919]: audit 2024-01-18T06:32:14.989916+0000 mgr.smithi007.eulhwp (mgr.14182) 750 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:17.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:16 smithi181 conmon[39919]: 2024-01-18T06:32:17.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:16 smithi007 conmon[35366]: audit 2024-01-18T06:32:14.989916+0000 mgr.smithi007.eulhwp (mgr.14182) 750 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:17.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:17 smithi007 conmon[35366]: cluster 2024-01-18T06:32:16.665093+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:32:17.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:17 smithi007 conmon[35366]: 14182) 751 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:18.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:17 smithi181 conmon[39919]: cluster 2024-01-18T06:32:16.665093+0000 mgr.smithi007.eulhwp (mgr.14182) 751 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:18.763 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:18.763 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:19.368 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:20.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:19 smithi181 conmon[39919]: cluster 2024-01-18T06:32:18.665493+0000 mgr.smithi007.eulhwp (mgr.14182) 752 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:20.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:19 smithi181 conmon[39919]: audit 2024-01-18T06:32:20.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:19 smithi181 conmon[39919]: 2024-01-18T06:32:18.760252+0000 mgr.smithi007.eulhwp (mgr.14182) 753 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:20.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:19 smithi007 conmon[35366]: cluster 2024-01-18T06:32:18.665493+0000 mgr.smithi007.eulhwp (mgr.14182) 752 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:20.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:19 smithi007 conmon[35366]: audit 2024-01-18T06:32:18.760252+0000 mgr.smithi007.eulhwp (mgr.14182) 753 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:20.369 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:21.985 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:21 smithi007 conmon[35366]: cluster 2024-01-18T06:32:20 2024-01-18T06:32:21.985 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:21 smithi007 conmon[35366]: .666024+0000 mgr.smithi007.eulhwp (mgr.14182) 754 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:22.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:21 smithi181 conmon[39919]: cluster 2024-01-18T06:32:20.666024+0000 mgr.smithi007.eulhwp (mgr.14182) 754 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:22.403 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:22.403 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:23.092 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:23 smithi181 conmon[39919]: audit 2024-01-18T06:32:22.400007+0000 mgr.smithi007.eulhwp (mgr.14182) 755 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:23 smithi181 conmon[39919]: cluster 2024-01-18T06:32:22.666621+0000 mgr.smithi007.eulhwp (mgr.14182) 756 : 2024-01-18T06:32:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:23 smithi181 conmon[39919]: cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:24.093 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:24.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:23 smithi007 conmon[35366]: audit 2024-01-18T06:32:22.400007+0000 mgr.smithi007.eulhwp (mgr.14182) 755 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:24.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:23 smithi007 conmon[35366]: cluster 2024-01-18T06:32:22.666621+0000 mgr.smithi007.eulhwp (mgr.14182) 756 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:26.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:25 smithi181 conmon[39919]: cluster 2024-01-18T06:32:24.667126+0000 mgr.smithi007.eulhwp (mgr.14182) 757 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:25 smithi007 conmon[35366]: cluster 2024-01-18T06:32:24.667126+0000 2024-01-18T06:32:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:25 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 757 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:26.197 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:26.198 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:26.910 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:27.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:27 smithi181 conmon[39919]: audit 2024-01-18T06:32:26.194524+0000 mgr.smithi007.eulhwp (mgr.14182) 758 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:27.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:27 smithi181 conmon[39919]: cluster 2024-01-18T06:32:26.667895+0000 mgr.smithi007.eulhwp (mgr.14182) 759 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:27.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:27 smithi007 conmon[35366]: audit 2024-01-18T06:32:26.194524+0000 mgr.smithi007.eulhwp (mgr.14182) 758 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:27.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:27 smithi007 conmon[35366]: cluster 2024-01-18T06:32:26.667895+0000 mgr.smithi007.eulhwp (mgr.14182) 759 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:27.912 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:29.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:29 smithi007 conmon[35366]: cluster 2024-01-18T06:32:28.668452+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:32:29.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:29 smithi007 conmon[35366]: .14182) 760 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:29.975 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:29.975 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:30.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:29 smithi181 conmon[39919]: cluster 2024-01-18T06:32:28.668452+0000 mgr.smithi007.eulhwp (mgr.14182) 760 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:30.607 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:31.608 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:32.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:31 smithi181 conmon[39919]: audit 2024-01-18T06:32:29.972006+0000 mgr.smithi007.eulhwp (mgr.14182) 761 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:32.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:31 smithi181 conmon[39919]: cluster 2024-01-18T06:32:30.669219+0000 mgr.smithi007.eulhwp (mgr.14182) 762 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:31 smithi007 conmon[35366]: audit 2024-01-18T06:32:29.972006+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:32:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:31 smithi007 conmon[35366]: mgr.14182) 761 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:31 smithi007 conmon[35366]: cluster 2024-01-18T06:32:30.669219+0000 mgr.smithi007.eulhwp (mgr.14182) 762 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:33.774 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:33.774 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:34.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:33 smithi181 conmon[39919]: cluster 2024-01-18T06:32:32.669788+0000 mgr.smithi007.eulhwp (mgr.14182) 763 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:34.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:33 smithi181 conmon[39919]: 2024-01-18T06:32:34.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:33 smithi007 conmon[35366]: cluster 2024 2024-01-18T06:32:34.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:33 smithi007 conmon[35366]: -01-18T06:32:32.669788+0000 mgr.smithi007.eulhwp (mgr.14182) 763 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:34.407 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:35.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:34 smithi181 conmon[39919]: audit 2024-01-18T06:32:33.771044+0000 mgr.smithi007.eulhwp (mgr.14182) 764 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:35.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:34 smithi007 conmon[35366]: audit 2024-01-18T06:32:33.771044+0000 mgr.smithi007.eulhwp (mgr.14182) 764 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:35.409 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:36.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:35 smithi181 conmon[39919]: cluster 2024-01-18T06:32:34.670596+0000 mgr.smithi007.eulhwp (mgr.14182) 765 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:36.090 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:35 smithi007 conmon[35366]: cluster 2024-01-18T06:32:34.670596+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:32:36.090 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:35 smithi007 conmon[35366]: 765 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:37.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:37 smithi181 conmon[39919]: cluster 2024-01-18T06:32:36.671367+0000 mgr.smithi007.eulhwp (mgr.14182) 766 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:37.539 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:37.540 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:37.566 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:37 smithi007 conmon[35366]: cluster 2024-01-18T06:32:36.671367+0000 mgr.smithi007.eulhwp (mgr.14182) 766 : cluster [DBG] 2024-01-18T06:32:37.566 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:37 smithi007 conmon[35366]: pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:38.133 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:38.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:38 smithi181 conmon[39919]: audit 2024-01-18T06:32:37.536507+0000 mgr.smithi007.eulhwp (mgr.14182) 767 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:38.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:38 smithi007 conmon[35366]: audit 2024-01-18T06:32:37.536507+0000 mgr.smithi007.eulhwp (mgr.14182) 767 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:39.134 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:39.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:39 smithi181 conmon[39919]: cluster 2024-01-18T06:32:38.671888+0000 mgr.smithi007.eulhwp (mgr.14182) 768 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:39.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:39 smithi007 conmon[35366]: cluster 2024-01-18T06:32:38.671888+0000 mgr.smithi007.eulhwp (mgr.14182) 768 : cluster [DBG] 2024-01-18T06:32:39.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:39 smithi007 conmon[35366]: pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:41.203 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:41.203 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:41.857 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:42.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:41 smithi181 conmon[39919]: cluster 2024-01-18T06:32:40.672730+0000 mgr.smithi007.eulhwp (mgr.14182) 769 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:42.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:41 smithi181 conmon[39919]: 2024-01-18T06:32:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:41 smithi007 conmon[35366]: cluster 2024-01-18T06:32:40.672730+0000 mgr.smithi007.eulhwp (mgr.14182) 769 : cluster 2024-01-18T06:32:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:41 smithi007 conmon[35366]: [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:42.858 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:43.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:42 smithi181 conmon[39919]: audit 2024-01-18T06:32:41.199376+0000 mgr.smithi007.eulhwp (mgr.14182) 770 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:43.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:42 smithi007 conmon[35366]: audit 2024-01-18T06:32:41.199376+0000 mgr.smithi007.eulhwp (mgr.14182) 770 : audit 2024-01-18T06:32:43.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:42 smithi007 conmon[35366]: [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:43 smithi181 conmon[39919]: cluster 2024-01-18T06:32:42.673420+0000 mgr.smithi007.eulhwp (mgr.14182) 771 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:43 smithi007 conmon[35366]: cluster 2024-01-18T06:32:42.673420+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:32:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:43 smithi007 conmon[35366]: 771 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:45.019 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:45.019 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:45.737 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:46.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:45 smithi181 conmon[39919]: cluster 2024-01-18T06:32:44.674090+0000 mgr.smithi007.eulhwp (mgr.14182) 772 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:46.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:45 smithi007 conmon[35366]: cluster 2024-01-18T06:32:44.674090+0000 mgr.smithi007.eulhwp (mgr.14182) 772 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:46.738 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:47.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:46 smithi181 conmon[39919]: audit 2024-01-18T06:32:45.015245+0000 mgr.smithi007.eulhwp (mgr.14182) 773 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:47.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:46 smithi007 conmon[35366]: audit 2024-01-18T06:32:45.015245+0000 mgr.smithi007.eulhwp (mgr.14182) 773 2024-01-18T06:32:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:46 smithi007 conmon[35366]: : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:48.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:47 smithi181 conmon[39919]: cluster 2024-01-18T06:32:46.674736+0000 mgr.smithi007.eulhwp (mgr.14182) 774 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:48.099 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:47 smithi007 conmon[35366]: cluster 2024-01-18T06:32:46.674736+0000 mgr.smithi007.eulhwp (mgr.14182) 774 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:48.779 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:48.779 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:49.496 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:49 smithi181 conmon[39919]: cluster 2024-01-18T06:32:48.675120+0000 mgr.smithi007.eulhwp (mgr.14182) 775 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:49 smithi181 conmon[39919]: audit 2024-01-18T06:32:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:49 smithi181 conmon[39919]: 2024-01-18T06:32:48.775494+0000 mgr.smithi007.eulhwp (mgr.14182) 776 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:49 smithi007 conmon[35366]: cluster 2024-01-18T06:32:48.675120+0000 mgr.smithi007.eulhwp (mgr.14182) 775 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:49 smithi007 conmon[35366]: audit 2024-01-18T06:32:48.775494+0000 mgr.smithi007.eulhwp (mgr.14182) 776 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:50.497 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:52.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:51 smithi181 conmon[39919]: cluster 2024-01-18T06:32:50.675656+0000 mgr.smithi007.eulhwp (mgr.14182) 777 : cluster [DBG] 2024-01-18T06:32:52.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:51 smithi181 conmon[39919]: pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:51 smithi007 conmon[35366]: cluster 2024-01-18T06:32:50.675656+0000 mgr.smithi007.eulhwp (mgr.14182) 777 : 2024-01-18T06:32:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:51 smithi007 conmon[35366]: cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:52.585 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:52.585 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:53.193 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:54.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:53 smithi181 conmon[39919]: audit 2024-01-18T06:32:52.582076+0000 mgr.smithi007.eulhwp (mgr.14182) 778 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:54.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:53 smithi181 conmon[39919]: cluster 2024-01-18T06:32:52.676149+0000 mgr.smithi007.eulhwp (mgr.14182) 779 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:53 smithi007 conmon[35366]: audit 2024-01-18T06:32:52.582076+0000 mgr.smithi007.eulhwp (mgr.14182) 778 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:53 smithi007 conmon[35366]: cluster 2024-01-18T06:32:52.676149+0000 mgr.smithi007.eulhwp (mgr.14182) 779 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:54.195 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:55.859 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:55 smithi007 conmon[35366]: cluster 2024-01-18T06:32:54.676726+0000 mgr.smithi007.eulhwp (mgr.14182) 780 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:56.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:55 smithi181 conmon[39919]: cluster 2024-01-18T06:32:54.676726+0000 mgr.smithi007.eulhwp (mgr.14182) 780 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:56.283 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:56.284 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:32:56.887 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:32:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:57 smithi181 conmon[39919]: audit 2024-01-18T06:32:56.280039+0000 mgr.smithi007.eulhwp (mgr.14182) 781 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:57 smithi181 conmon[39919]: cluster 2024-01-18T06:32:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:57 smithi181 conmon[39919]: 2024-01-18T06:32:56.677409+0000 mgr.smithi007.eulhwp (mgr.14182) 782 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:57.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:57 smithi007 conmon[35366]: audit 2024-01-18T06:32:56.280039+0000 mgr.smithi007.eulhwp (mgr.14182) 781 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:32:57.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:57 smithi007 conmon[35366]: cluster 2024-01-18T06:32:56.677409+0000 mgr.smithi007.eulhwp (mgr.14182) 782 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:57.888 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:32:59.860 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:32:59 smithi007 conmon[35366]: cluster 2024-01-18T06:32:58.677972+0000 mgr.smithi007.eulhwp (mgr.14182) 783 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:32:59.969 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:32:59.969 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:00.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:32:59 smithi181 conmon[39919]: cluster 2024-01-18T06:32:58.677972+0000 mgr.smithi007.eulhwp (mgr.14182) 783 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:00.623 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:01.624 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:02.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:01 smithi181 conmon[39919]: audit 2024-01-18T06:32:59.966168+0000 mgr.smithi007.eulhwp (mgr.14182) 784 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:02.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:01 smithi181 conmon[39919]: cluster 2024-01-18T06:33:00.678803+0000 mgr.smithi007.eulhwp (mgr.14182) 785 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:01 smithi007 conmon[35366]: audit 2024-01-18T06:32:59.966168+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:33:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:01 smithi007 conmon[35366]: mgr.14182) 784 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:01 smithi007 conmon[35366]: cluster 2024-01-18T06:33:00.678803+0000 mgr.smithi007.eulhwp (mgr.14182) 785 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:03.781 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:03.781 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:04.029 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:03 smithi007 conmon[35366]: cluster 2024-01-18T06:33:02.679388+0000 mgr.smithi007.eulhwp (mgr.14182) 786 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:04.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:03 smithi181 conmon[39919]: cluster 2024-01-18T06:33:02.679388+0000 mgr.smithi007.eulhwp (mgr.14182) 786 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:04.501 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:05.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:04 smithi181 conmon[39919]: audit 2024-01-18T06:33:03.777727+0000 mgr.smithi007.eulhwp (mgr.14182) 787 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:05.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:04 smithi007 conmon[35366]: audit 2024-01-18T06:33:03.777727+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:33:05.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:04 smithi007 conmon[35366]: 787 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:05.502 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:05.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:05 smithi007 conmon[35366]: cluster 2024-01-18T06:33:04.680061+0000 2024-01-18T06:33:05.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:05 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 788 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:06.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:05 smithi181 conmon[39919]: cluster 2024-01-18T06:33:04.680061+0000 mgr.smithi007.eulhwp (mgr.14182) 788 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:07.482 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:07.482 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:07.508 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:07 smithi007 conmon[35366]: cluster 2024-01-18T06:33:06.680741+0000 mgr.smithi007.eulhwp (mgr.14182) 789 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:07.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:07 smithi181 conmon[39919]: cluster 2024-01-18T06:33:06.680741+0000 mgr.smithi007.eulhwp (mgr.14182) 789 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:08.128 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:08.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:08 smithi007 conmon[35366]: audit 2024-01-18T06:33:07.478089+0000 mgr.smithi007.eulhwp (mgr.14182) 790 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:08.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:08 smithi181 conmon[39919]: audit 2024-01-18T06:33:07.478089+0000 mgr.smithi007.eulhwp (mgr.14182) 790 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:09.129 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:09.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:09 smithi181 conmon[39919]: cluster 2024-01-18T06:33:08.681429+0000 mgr.smithi007.eulhwp (mgr.14182) 791 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:09.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:09 smithi007 conmon[35366]: cluster 2024-01-18T06:33:08.681429+0000 2024-01-18T06:33:09.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:09 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 791 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:11.253 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:11.254 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:11.927 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:11 smithi181 conmon[39919]: cluster 2024-01-18T06:33:10.682032+0000 mgr.smithi007.eulhwp (mgr.14182) 792 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:11 smithi007 conmon[35366]: cluster 2024-01-18T06:33 2024-01-18T06:33:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:11 smithi007 conmon[35366]: :10.682032+0000 mgr.smithi007.eulhwp (mgr.14182) 792 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:12.928 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:13.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:12 smithi181 conmon[39919]: audit 2024-01-18T06:33:11.250056+0000 mgr.smithi007.eulhwp (mgr.14182) 793 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:12 smithi007 conmon[35366]: audit 2024-01-18T06:33:11.250056+0000 mgr.smithi007.eulhwp (mgr.14182) 793 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:14.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:13 smithi181 conmon[39919]: cluster 2024-01-18T06:33:12.682650+0000 mgr.smithi007.eulhwp (mgr.14182) 794 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:14.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:13 smithi007 conmon[35366]: cluster 2024-01-18T06:33:12.682650+0000 mgr.smithi007.eulhwp (mgr.14182) 794 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:15.205 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:15.205 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:15.884 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:16.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:15 smithi181 conmon[39919]: cluster 2024-01-18T06:33:14.683326+0000 mgr.smithi007.eulhwp (mgr.14182) 795 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:15 smithi007 conmon[35366]: cluster 2024-01-18T06:33:14.683326+0000 mgr.smithi007.eulhwp (mgr.14182) 795 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:16.886 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:17.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:16 smithi181 conmon[39919]: audit 2024-01-18T06:33:15.202017+0000 mgr.smithi007.eulhwp (mgr.14182) 796 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:17.110 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:16 smithi007 conmon[35366]: audit 2024-01-18T06:33:15.202017+0000 mgr.smithi007.eulhwp (mgr.14182) 796 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:18.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:17 smithi181 conmon[39919]: cluster 2024-01-18T06:33:16.683976+0000 mgr.smithi007.eulhwp (mgr.14182) 797 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:18.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:17 smithi007 conmon[35366]: cluster 2024-01-18T06:33:16.683976+0000 mgr.smithi007.eulhwp (mgr.14182) 797 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:19.106 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:19.107 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:19.866 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:20.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:19 smithi181 conmon[39919]: cluster 2024-01-18T06:33:18.684453+0000 mgr.smithi007.eulhwp (mgr.14182) 798 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:20.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:19 smithi007 conmon[35366]: cluster 2024-01-18T06:33:18.684453+0000 mgr.smithi007.eulhwp (mgr.14182) 798 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:20.867 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:21.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:20 smithi181 conmon[39919]: audit 2024-01-18T06:33:19.103247+0000 mgr.smithi007.eulhwp (mgr.14182) 799 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:21.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:20 smithi007 conmon[35366]: audit 2024-01-18T06:33:19.103247+0000 mgr.smithi007.eulhwp (mgr.14182) 799 : audit 2024-01-18T06:33:21.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:20 smithi007 conmon[35366]: [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:22.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:21 smithi181 conmon[39919]: cluster 2024-01-18T06:33:20.685244+0000 mgr.smithi007.eulhwp (mgr.14182) 800 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:21 smithi007 conmon[35366]: cluster 2024-01-18T06:33:20.685244+0000 mgr.smithi007.eulhwp (mgr.14182) 800 : 2024-01-18T06:33:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:21 smithi007 conmon[35366]: cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:23.053 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:23.053 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:23.749 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:23 smithi181 conmon[39919]: cluster 2024-01-18T06:33:22.686047+0000 mgr.smithi007.eulhwp (mgr.14182) 801 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:24.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:23 smithi007 conmon[35366]: cluster 2024-01-18T06:33:22.686047+0000 mgr.smithi007.eulhwp (mgr.14182) 801 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:24.751 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:25.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:24 smithi181 conmon[39919]: audit 2024-01-18T06:33:23.049852+0000 mgr.smithi007.eulhwp (mgr.14182) 802 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:25.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:24 smithi007 conmon[35366]: audit 2024-01-18T06:33:23.049852+0000 mgr.smithi007.eulhwp (mgr.14182) 802 : audit [DBG] 2024-01-18T06:33:25.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:24 smithi007 conmon[35366]: from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:26.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:25 smithi181 conmon[39919]: cluster 2024-01-18T06:33:24.686701+0000 mgr.smithi007.eulhwp (mgr.14182) 803 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:25 smithi007 conmon[35366]: cluster 2024-01-18T06:33:24.686701+0000 mgr.smithi007.eulhwp (mgr.14182) 803 : 2024-01-18T06:33:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:25 smithi007 conmon[35366]: cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:26.855 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:26.855 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:27.504 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:27 smithi007 conmon[35366]: cluster 2024-01-18T06:33:26.687384+0000 mgr.smithi007.eulhwp (mgr.14182) 804 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:27.504 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:27 smithi007 conmon[35366]: audit 2024-01-18T06:33:26.850939+0000 mgr.smithi007.eulhwp (mgr.14182) 805 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:27.506 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:27.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:27 smithi181 conmon[39919]: cluster 2024-01-18T06:33:26.687384+0000 mgr.smithi007.eulhwp (mgr.14182) 804 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:27.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:27 smithi181 conmon[39919]: audit 2024-01-18T06:33:26.850939+0000 mgr.smithi007.eulhwp (mgr.14182) 805 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:28.507 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:30.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:29 smithi181 conmon[39919]: cluster 2024-01-18T06:33:28.687821+0000 mgr.smithi007.eulhwp (mgr.14182) 806 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:30.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:29 smithi007 conmon[35366]: cluster 2024-01-18T06:33:28.687821+0000 mgr.smithi007.eulhwp (mgr.14182) 806 : cluster [DBG] 2024-01-18T06:33:30.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:29 smithi007 conmon[35366]: pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:30.638 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:30.638 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:31.302 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:32.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:31 smithi181 conmon[39919]: audit 2024-01-18T06:33:30.634688+0000 mgr.smithi007.eulhwp (mgr.14182) 807 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:32.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:31 smithi181 conmon[39919]: cluster 2024-01-18T06:33:30.688319+0000 mgr.smithi007.eulhwp (mgr.14182) 808 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:31 smithi007 conmon[35366]: audit 2024-01-18T06:33:30.634688+0000 mgr.smithi007.eulhwp (mgr.14182) 807 : audit [DBG] 2024-01-18T06:33:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:31 smithi007 conmon[35366]: from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:31 smithi007 conmon[35366]: cluster 2024-01-18T06:33:30.688319+0000 mgr.smithi007.eulhwp (mgr.14182) 808 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:32.303 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:34.036 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:33 smithi007 conmon[35366]: cluster 2024-01-18T06:33:32.688837+0000 mgr.smithi007.eulhwp 2024-01-18T06:33:34.036 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:33 smithi007 conmon[35366]: (mgr.14182) 809 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:34.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:33 smithi181 conmon[39919]: cluster 2024-01-18T06:33:32.688837+0000 mgr.smithi007.eulhwp (mgr.14182) 809 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:34.445 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:34.445 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:35.169 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:36.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:35 smithi181 conmon[39919]: audit 2024-01-18T06:33:34.441390+0000 mgr.smithi007.eulhwp (mgr.14182) 810 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:36.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:35 smithi181 conmon[39919]: cluster 2024-01-18T06:33:34.689653+0000 mgr.smithi007.eulhwp (mgr.14182) 811 : cluster 2024-01-18T06:33:36.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:35 smithi181 conmon[39919]: [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:35 smithi007 conmon[35366]: audit 2024-01-18T06:33:34.441390+0000 mgr.smithi007.eulhwp (mgr.14182) 810 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:35 smithi007 conmon[35366]: cluster 2024-01-18T06:33:34.689653+0000 mgr.smithi007.eulhwp (mgr.14182) 811 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:36.169 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:37.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:37 smithi007 conmon[35366]: cluster 2024-01-18T06:33:36.690225+0000 mgr.smithi007.eulhwp (mgr.14182) 812 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:37.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:37 smithi181 conmon[39919]: cluster 2024-01-18T06:33:36.690225+0000 mgr.smithi007.eulhwp (mgr.14182) 812 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:38.278 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:38.278 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:38.968 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:39.969 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:40.004 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:39 smithi007 conmon[35366]: audit 2024-01-18T06:33:38.274037+0000 mgr.smithi007.eulhwp (mgr.14182) 813 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:40.005 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:39 smithi007 conmon[35366]: cluster 2024-01-18T06:33:38.690670+0000 mgr.smithi007.eulhwp (mgr.14182) 814 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:40.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:39 smithi181 conmon[39919]: audit 2024-01-18T06:33:38.274037+0000 mgr.smithi007.eulhwp (mgr.14182) 813 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:40.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:39 smithi181 conmon[39919]: cluster 2024-01-18T06:33:38.690670+0000 mgr.smithi007.eulhwp (mgr.14182) 814 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:42.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:41 smithi181 conmon[39919]: cluster 2024-01-18T06:33:40.691246+0000 mgr.smithi007.eulhwp (mgr.14182) 815 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:41 smithi007 conmon[35366]: cluster 2024-01-18T06:33:40.691246+0000 mgr.smithi007.eulhwp (mgr.14182) 815 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:42.246 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:42.246 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:42.880 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:43.881 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:43 smithi181 conmon[39919]: audit 2024-01-18T06:33:42.243094+0000 mgr.smithi007.eulhwp (mgr.14182) 816 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:43 smithi181 conmon[39919]: cluster 2024-01-18T06:33:42.691851+0000 mgr.smithi007.eulhwp (mgr.14182) 817 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:43 smithi007 conmon[35366]: audit 2024-01-18T06:33:42.243094+0000 mgr.smithi007.eulhwp (mgr.14182) 816 : audit [DBG] 2024-01-18T06:33:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:43 smithi007 conmon[35366]: from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:43 smithi007 conmon[35366]: cluster 2024-01-18T06:33:42.691851+0000 mgr.smithi007.eulhwp (mgr.14182) 817 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:45.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:45 smithi007 conmon[35366]: cluster 2024-01-18T06:33:44.692407+0000 mgr.smithi007.eulhwp (mgr.14182) 818 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:46.012 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:46.012 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:46.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:45 smithi181 conmon[39919]: cluster 2024-01-18T06:33:44.692407+0000 mgr.smithi007.eulhwp (mgr.14182) 818 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:46.737 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:47.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:47 smithi181 conmon[39919]: audit 2024-01-18T06:33:46.009272+0000 mgr.smithi007.eulhwp (mgr.14182) 819 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:47.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:47 smithi181 conmon[39919]: cluster 2024-01-18T06:33:46.693021+0000 mgr.smithi007.eulhwp (mgr.14182) 820 : cluster 2024-01-18T06:33:47.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:47 smithi181 conmon[39919]: [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:47.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:47 smithi007 conmon[35366]: audit 2024-01-18T06:33:46.009272+0000 mgr.smithi007.eulhwp (mgr.14182) 819 2024-01-18T06:33:47.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:47 smithi007 conmon[35366]: : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:47.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:47 smithi007 conmon[35366]: cluster 2024-01-18T06:33:46.693021+0000 mgr.smithi007.eulhwp (mgr.14182) 820 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:47.738 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:49.892 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:49.893 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:25:54.800355Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.uyzpvs on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:49 smithi181 conmon[39919]: cluster 2024-01-18T06:33:48.693482+0000 mgr.smithi007.eulhwp (mgr.14182) 821 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:50.071 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:49 smithi007 conmon[35366]: cluster 2024-01-18T06:33:48.693482+0000 mgr.smithi007.eulhwp (mgr.14182) 821 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:50.539 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:50.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:50 smithi007 conmon[35366]: audit 2024-01-18T06:33:49.888570+0000 mgr.smithi007.eulhwp (mgr.14182) 822 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:50.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:50 smithi007 conmon[35366]: audit 2024-01-18T06:33:50.272820+0000 mon.smithi007 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi181.izwwby"}]: dispatch 2024-01-18T06:33:51.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:50 smithi181 conmon[39919]: audit 2024-01-18T06:33:49.888570+0000 mgr.smithi007.eulhwp (mgr.14182) 822 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:51.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:50 smithi181 conmon[39919]: audit 2024-01-18T06:33:50.272820+0000 mon.smithi007 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi181.izwwby"}]: dispatch 2024-01-18T06:33:51.540 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:52.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: cephadm 2024-01-18T06:33:50.272063+0000 mgr.smithi007.eulhwp (mgr.14182) 823 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby 2024-01-18T06:33:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby 2024-01-18T06:33:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi181.izwwby ... 2024-01-18T06:33:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:33:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:33:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:31:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:32:30Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:33:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: 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 2024-01-18T06:33:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: 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 2024-01-18T06:33:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:33:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: Traceback (most recent call last): 2024-01-18T06:33:52.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:33:52.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: yield (conn, connr) 2024-01-18T06:33:52.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:33:52.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: code, '\n'.join(err))) 2024-01-18T06:33:52.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby 2024-01-18T06:33:52.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby 2024-01-18T06:33:52.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi181.izwwby ... 2024-01-18T06:33:52.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:33:52.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:33:52.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:31:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.041 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:32:30Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:33:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: 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 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: 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 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: cephadm 2024-01-18T06:33:50.272332+0000 mgr.smithi007.eulhwp (mgr.14182) 824 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: cephadm 2024-01-18T06:33:50.273818+0000 mgr.smithi007.eulhwp (mgr.14182) 825 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi181.izwwby ... 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:33:52.042 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:31:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.043 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:32:30Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.043 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:33:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.043 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: 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 2024-01-18T06:33:52.043 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: 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 2024-01-18T06:33:52.043 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:33:52.043 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: cephadm 2024-01-18T06:33:50.275970+0000 mgr.smithi007.eulhwp (mgr.14182) 826 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi007.jicvsn on smithi007 2024-01-18T06:33:52.043 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:51 smithi181 conmon[39919]: cluster 2024-01-18T06:33:50.694177+0000 mgr.smithi007.eulhwp (mgr.14182) 827 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:52.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: cephadm 2024-01-18T06:33:50.272063+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:33:52.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 14182) 823 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby 2024-01-18T06:33:52.081 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi181.izwwby ... 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:31:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:32:30Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:33:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 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 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 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 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: Traceback (most recent call last): 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:33:52.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: yield (conn, connr) 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: code, '\n'.join(err))) 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi181.izwwby ... 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:31:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:32:30Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:33:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 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 2024-01-18T06:33:52.083 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 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/i 2024-01-18T06:33:52.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: ncrease-rate-limit 2024-01-18T06:33:52.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:33:52.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: cephadm 2024-01-18T06:33:50.272332+0000 mgr.smithi007.eulhwp (mgr.14182) 824 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: cephadm 2024-01-18T06:33:50.273818+0000 mgr.smithi007.eulhwp (mgr.14182) 825 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby 2024-01-18T06:33:52.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby 2024-01-18T06:33:52.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby 2024-01-18T06:33:52.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi181.izwwby ... 2024-01-18T06:33:52.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:33:52.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:33:52.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:31:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:32:30Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.084 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:33:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:33:52.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 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 2024-01-18T06:33:52.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 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 2024-01-18T06:33:52.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:33:52.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: cephadm 2024-01-18T06:33:50.275970+0000 mgr.smithi007.eulhwp (mgr.14182) 826 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi007.jicvsn on smithi007 2024-01-18T06:33:52.085 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:51 smithi007 conmon[35366]: cluster 2024-01-18T06:33:50.694177+0000 mgr.smithi007.eulhwp (mgr.14182) 827 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:53.603 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:53.603 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:54.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:53 smithi181 conmon[39919]: cluster 2024-01-18T06:33:52.694745+0000 mgr.smithi007.eulhwp (mgr.14182) 828 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:53 smithi007 conmon[35366]: cluster 2024-01-18T06:33:52.694745+0000 mgr.smithi007.eulhwp (mgr.14182) 828 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:54.335 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:55.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:54 smithi181 conmon[39919]: audit 2024-01-18T06:33:53.599108+0000 mgr.smithi007.eulhwp (mgr.14182) 829 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:55.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:54 smithi007 conmon[35366]: audit 2024-01-18T06:33:53.599108+0000 mgr.smithi007.eulhwp (mgr.14182) 829 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:55.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:54 smithi007 conmon[35366]: 2024-01-18T06:33:55.335 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:56.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:55 smithi181 conmon[39919]: cluster 2024-01-18T06:33:54.695427+0000 mgr.smithi007.eulhwp (mgr.14182) 830 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:56.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:55 smithi007 conmon[35366]: cluster 2024-01-18T06:33:54.695427+0000 mgr.smithi007.eulhwp (mgr.14182) 830 : cluster [DBG] 2024-01-18T06:33:56.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:55 smithi007 conmon[35366]: pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:57.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:57 smithi007 conmon[35366]: cluster 2024-01-18T06:33:56.696348+0000 mgr.smithi007.eulhwp (mgr.14182) 831 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:57.481 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:33:57.482 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:33:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:57 smithi181 conmon[39919]: cluster 2024-01-18T06:33:56.696348+0000 mgr.smithi007.eulhwp (mgr.14182) 831 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:58.174 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:33:58.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:58 smithi181 conmon[39919]: audit 2024-01-18T06:33:57.477697+0000 mgr.smithi007.eulhwp (mgr.14182) 832 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:58.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:58 smithi007 conmon[35366]: audit 2024-01-18T06:33:57.477697+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:33:58.620 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:58 smithi007 conmon[35366]: 832 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:33:59.175 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:33:59.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:33:59 smithi181 conmon[39919]: cluster 2024-01-18T06:33:58.696942+0000 mgr.smithi007.eulhwp (mgr.14182) 833 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:33:59.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:59 smithi007 conmon[35366]: cluster 2024-01-18T06:33:58.696942+0000 mgr.smithi007.eulhwp (mgr.14182) 833 : cluster [DBG] 2024-01-18T06:33:59.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:33:59 smithi007 conmon[35366]: pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:01.134 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:01.134 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:01.714 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:02.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:01 smithi181 conmon[39919]: cluster 2024-01-18T06:34:00.697745+0000 mgr.smithi007.eulhwp (mgr.14182) 834 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:02.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:01 smithi181 conmon[39919]: 2024-01-18T06:34:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:01 smithi007 conmon[35366]: cluster 2024-01-18T06:34:00.697745+0000 mgr.smithi007.eulhwp (mgr.14182) 834 : cluster [DBG] 2024-01-18T06:34:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:01 smithi007 conmon[35366]: pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:02.715 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:03.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:02 smithi181 conmon[39919]: audit 2024-01-18T06:34:01.130452+0000 mgr.smithi007.eulhwp (mgr.14182) 835 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:03.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:02 smithi007 conmon[35366]: audit 2024-01-18T06:34:01.130452+0000 mgr.smithi007.eulhwp (mgr.14182) 835 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:03.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:03 smithi007 conmon[35366]: cluster 2024-01-18T06:34:02.698835+0000 mgr.smithi007.eulhwp (mgr.14182) 836 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:04.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:03 smithi181 conmon[39919]: cluster 2024-01-18T06:34:02.698835+0000 mgr.smithi007.eulhwp (mgr.14182) 836 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:04.734 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:04.734 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:05.324 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:06.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:05 smithi181 conmon[39919]: cluster 2024-01-18T06:34:04.699329+0000 mgr.smithi007.eulhwp (mgr.14182) 837 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:06.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:05 smithi181 conmon[39919]: audit 2024-01-18T06:34:04.730226+0000 mgr.smithi007.eulhwp (mgr.14182) 838 : audit [DBG] 2024-01-18T06:34:06.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:05 smithi181 conmon[39919]: from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:06.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:05 smithi007 conmon[35366]: cluster 2024-01-18T06:34:04.699329+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:34:06.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:05 smithi007 conmon[35366]: 14182) 837 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:06.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:05 smithi007 conmon[35366]: audit 2024-01-18T06:34:04.730226+0000 mgr.smithi007.eulhwp (mgr.14182) 838 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:06.325 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:07.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:07 smithi181 conmon[39919]: cluster 2024-01-18T06:34:06.699920+0000 mgr.smithi007.eulhwp (mgr.14182) 839 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:07.600 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:07 smithi007 conmon[35366]: cluster 2024-01-18T06:34:06.699920+0000 mgr.smithi007.eulhwp (mgr.14182) 839 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:08.296 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:08.296 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:08.875 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:09.876 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:10.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:09 smithi181 conmon[39919]: audit 2024-01-18T06:34:08.291783+0000 mgr.smithi007.eulhwp (mgr.14182) 840 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:10.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:09 smithi181 conmon[39919]: cluster 2024-01-18T06:34:08.700458+0000 mgr.smithi007.eulhwp (mgr.14182) 841 : cluster 2024-01-18T06:34:10.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:09 smithi181 conmon[39919]: [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:10.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:09 smithi007 conmon[35366]: audit 2024-01-18T06:34:08.291783+0000 mgr.smithi007.eulhwp (mgr.14182) 840 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:10.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:09 smithi007 conmon[35366]: cluster 2024-01-18T06:34:08.700458+0000 mgr.smithi007.eulhwp (mgr.14182) 841 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:11.775 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:11.776 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:11 smithi181 conmon[39919]: cluster 2024-01-18T06:34:10.701084+0000 mgr.smithi007.eulhwp (mgr.14182) 842 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:11 smithi007 conmon[35366]: cluster 2024-01-18T06:34:10. 2024-01-18T06:34:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:11 smithi007 conmon[35366]: 701084+0000 mgr.smithi007.eulhwp (mgr.14182) 842 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:12.363 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:13.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:12 smithi181 conmon[39919]: audit 2024-01-18T06:34:11.771983+0000 mgr.smithi007.eulhwp (mgr.14182) 843 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:12 smithi007 conmon[35366]: audit 2024 2024-01-18T06:34:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:12 smithi007 conmon[35366]: -01-18T06:34:11.771983+0000 mgr.smithi007.eulhwp (mgr.14182) 843 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:13.364 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:14.037 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:13 smithi007 conmon[35366]: cluster 2024-01-18T06:34:12.701664 2024-01-18T06:34:14.037 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:13 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 844 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:14.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:13 smithi181 conmon[39919]: cluster 2024-01-18T06:34:12.701664+0000 mgr.smithi007.eulhwp (mgr.14182) 844 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:15.277 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:15.277 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:15.856 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:16.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:15 smithi181 conmon[39919]: cluster 2024-01-18T06:34:14.702252+0000 mgr.smithi007.eulhwp (mgr.14182) 845 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:15 smithi007 conmon[35366]: cluster 2024-01-18T06:34:14.702252+0000 mgr.smithi007.eulhwp (mgr.14182) 845 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:16.857 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:17.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:16 smithi181 conmon[39919]: audit 2024-01-18T06:34:15.273511+0000 mgr.smithi007.eulhwp (mgr.14182) 846 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:17.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:16 smithi007 conmon[35366]: audit 2024-01-18T06:34:15.273511+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:34:17.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:16 smithi007 conmon[35366]: 846 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:18.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:17 smithi181 conmon[39919]: cluster 2024-01-18T06:34:16.703044+0000 mgr.smithi007.eulhwp (mgr.14182) 847 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:18.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:17 smithi181 conmon[39919]: 2024-01-18T06:34:18.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:17 smithi007 conmon[35366]: cluster 2024-01-18T06:34:16 2024-01-18T06:34:18.073 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:17 smithi007 conmon[35366]: .703044+0000 mgr.smithi007.eulhwp (mgr.14182) 847 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:18.744 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:18.744 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:19.322 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:20.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:19 smithi181 conmon[39919]: cluster 2024-01-18T06:34:18.703478+0000 mgr.smithi007.eulhwp (mgr.14182) 848 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:20.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:19 smithi181 conmon[39919]: audit 2024 2024-01-18T06:34:20.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:19 smithi181 conmon[39919]: -01-18T06:34:18.740289+0000 mgr.smithi007.eulhwp (mgr.14182) 849 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:20.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:19 smithi007 conmon[35366]: cluster 2024-01-18T06:34:18.703478+0000 mgr.smithi007.eulhwp (mgr.14182) 848 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:20.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:19 smithi007 conmon[35366]: audit 2024-01-18T06:34:18.740289+0000 mgr.smithi007.eulhwp (mgr.14182) 849 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:20.323 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:22.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:21 smithi181 conmon[39919]: cluster 2024-01-18T06:34:20.704067+0000 mgr.smithi007.eulhwp (mgr.14182) 850 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:21 smithi007 conmon[35366]: cluster 2024-01-18T06:34:20.704067 2024-01-18T06:34:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:21 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 850 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:22.207 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:22.207 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:22.796 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:23.798 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:23 smithi181 conmon[39919]: audit 2024-01-18T06:34:22.203757+0000 mgr.smithi007.eulhwp (mgr.14182) 851 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:23 smithi181 conmon[39919]: cluster 2024-01-18T06:34:22.704706+0000 mgr.smithi007.eulhwp (mgr.14182) 852 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:24.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:23 smithi007 conmon[35366]: audit 2024-01-18T06:34:22.203757+0000 mgr.smithi007.eulhwp (mgr.14182) 851 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:24.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:23 smithi007 conmon[35366]: cluster 2024-01-18T06:34:22.704706+0000 mgr.smithi007.eulhwp (mgr.14182) 852 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:25.597 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:25.597 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:26.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:25 smithi181 conmon[39919]: cluster 2024-01-18T06:34:24.705270+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:34:26.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:25 smithi181 conmon[39919]: 14182) 853 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:25 smithi007 conmon[35366]: cluster 2024-01-18T06:34:24.705270+0000 mgr.smithi007.eulhwp (mgr.14182) 853 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:26.147 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:27.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:26 smithi007 conmon[35366]: audit 2024-01-18T06:34:25.593340+0000 mgr.smithi007.eulhwp (mgr.14182) 854 : 2024-01-18T06:34:27.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:26 smithi007 conmon[35366]: audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:27.149 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:27.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:26 smithi181 conmon[39919]: audit 2024-01-18T06:34:25.593340+0000 mgr.smithi007.eulhwp (mgr.14182) 854 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:28.015 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:27 smithi007 conmon[35366]: cluster 2024-01-18T06:34:26.706031+0000 mgr.smithi007.eulhwp (mgr.14182) 855 2024-01-18T06:34:28.015 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:27 smithi007 conmon[35366]: : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:28.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:27 smithi181 conmon[39919]: cluster 2024-01-18T06:34:26.706031+0000 mgr.smithi007.eulhwp (mgr.14182) 855 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:29.071 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:29.071 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:29.671 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:30.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:29 smithi007 conmon[35366]: cluster 2024-01-18T06:34:28.706427+0000 mgr.smithi007.eulhwp (mgr.14182) 856 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:30.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:29 smithi181 conmon[39919]: cluster 2024-01-18T06:34:28.706427+0000 mgr.smithi007.eulhwp (mgr.14182) 856 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:30.673 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:31.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:30 smithi007 conmon[35366]: audit 2024-01-18T06:34:29.067195+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:34:31.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:30 smithi007 conmon[35366]: ) 857 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:31.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:30 smithi181 conmon[39919]: audit 2024-01-18T06:34:29.067195+0000 mgr.smithi007.eulhwp (mgr.14182) 857 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:31 smithi007 conmon[35366]: cluster 2024-01-18T06:34:30.707056+0000 mgr.smithi007.eulhwp (mgr.14182) 858 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:32.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:31 smithi181 conmon[39919]: cluster 2024-01-18T06:34:30.707056+0000 mgr.smithi007.eulhwp (mgr.14182) 858 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:32.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:31 smithi181 conmon[39919]: 2024-01-18T06:34:32.550 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:32.550 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:33.137 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:34.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:33 smithi007 conmon[35366]: audit 2024-01-18T06:34:32.547060+0000 mgr.smithi007.eulhwp (mgr.14182) 859 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:34.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:33 smithi007 conmon[35366]: cluster 2024-01-18T06:34:32.707620+0000 mgr.smithi007.eulhwp (mgr.14182) 860 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:34.138 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:34.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:33 smithi181 conmon[39919]: audit 2024-01-18T06:34:32.547060+0000 mgr.smithi007.eulhwp (mgr.14182) 859 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:34.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:33 smithi181 conmon[39919]: cluster 2024-01-18T06:34:32.707620+0000 mgr.smithi007.eulhwp (mgr.14182) 860 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:35.955 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:35.955 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:36.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:35 smithi181 conmon[39919]: cluster 2024-01-18T06:34:34.708182+0000 mgr.smithi007.eulhwp (mgr.14182) 861 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:35 smithi007 conmon[35366]: cluster 2024-01-18T06:34:34.708182+0000 mgr.smithi007.eulhwp (mgr.14182) 861 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:36.578 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:36 smithi007 conmon[35366]: audit 2024-01-18T06:34:35.951246+0000 mgr.smithi007.eulhwp (mgr.14182) 862 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:36 smithi181 conmon[39919]: audit 2024-01-18T06:34:35.951246+0000 mgr.smithi007.eulhwp (mgr.14182) 862 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:37.579 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:38.048 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:37 smithi007 conmon[35366]: cluster 2024-01-18T06:34:36.708866+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:34:38.048 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:37 smithi007 conmon[35366]: 863 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:38.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:37 smithi181 conmon[39919]: cluster 2024-01-18T06:34:36.708866+0000 mgr.smithi007.eulhwp (mgr.14182) 863 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:39.398 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:39.398 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:40.020 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:40.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:39 smithi007 conmon[35366]: cluster 2024-01-18T06:34:38.709342+0000 mgr.smithi007.eulhwp (mgr.14182) 864 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:39 smithi181 conmon[39919]: cluster 2024-01-18T06:34:38.709342+0000 mgr.smithi007.eulhwp (mgr.14182) 864 : 2024-01-18T06:34:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:39 smithi181 conmon[39919]: cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:41.021 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:41.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:40 smithi007 conmon[35366]: audit 2024-01-18T06:34:39.394703+0000 mgr.smithi007.eulhwp (mgr.14182) 865 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:41.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:40 smithi181 conmon[39919]: audit 2024-01-18T06:34:39.394703+0000 mgr.smithi007.eulhwp (mgr.14182) 865 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:41 smithi007 conmon[35366]: cluster 2024-01-18T06:34:40.709873+0000 mgr.smithi007.eulhwp (mgr.14182) 866 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:42.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:41 smithi181 conmon[39919]: cluster 2024-01-18T06:34:40.709873+0000 mgr.smithi007.eulhwp (mgr.14182) 866 : cluster [DBG] 2024-01-18T06:34:42.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:41 smithi181 conmon[39919]: pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:42.874 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:42.874 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:43.443 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:43 smithi007 conmon[35366]: cluster 2024-01-18T06:34:42.710377+0000 mgr.smithi007.eulhwp (mgr.14182) 867 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:43 smithi007 conmon[35366]: audit 2024-01-18T06:34:42.871035+0000 mgr.smithi007.eulhwp (mgr.14182) 868 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:43 smithi181 conmon[39919]: cluster 2024-01-18T06:34:42.710377+0000 mgr.smithi007.eulhwp (mgr.14182) 867 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:43 smithi181 conmon[39919]: audit 2024-01-18T06:34:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:43 smithi181 conmon[39919]: 2024-01-18T06:34:42.871035+0000 mgr.smithi007.eulhwp (mgr.14182) 868 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:44.444 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:45.900 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:45 smithi007 conmon[35366]: cluster 2024-01-18T06:34:44.710874+0000 mgr.smithi007.eulhwp (mgr.14182) 869 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:46.107 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:45 smithi181 conmon[39919]: cluster 2024-01-18T06:34:44.710874+0000 mgr.smithi007.eulhwp (mgr.14182) 869 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:46.298 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:46.298 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:46.893 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:47.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:47 smithi181 conmon[39919]: audit 2024-01-18T06:34:46.294557+0000 mgr.smithi007.eulhwp (mgr.14182) 870 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:47.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:47 smithi181 conmon[39919]: 2024-01-18T06:34:47.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:47 smithi181 conmon[39919]: cluster 2024-01-18T06:34:46.711568+0000 mgr.smithi007.eulhwp (mgr.14182) 871 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:47.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:47 smithi007 conmon[35366]: audit 2024-01-18T06:34:46.294557+0000 mgr.smithi007.eulhwp (mgr.14182) 870 : audit [DBG] 2024-01-18T06:34:47.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:47 smithi007 conmon[35366]: from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:47.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:47 smithi007 conmon[35366]: cluster 2024-01-18T06:34:46.711568+0000 mgr.smithi007.eulhwp (mgr.14182) 871 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:47.894 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:49.791 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:49.870 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:49 smithi181 conmon[39919]: cluster 2024-01-18T06:34:48.712024+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:34:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:49 smithi181 conmon[39919]: ) 872 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:49 smithi007 conmon[35366]: cluster 2024-01-18T06:34:48.712024+0000 mgr.smithi007.eulhwp (mgr.14182) 872 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:50.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:51.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:50 smithi181 conmon[39919]: audit 2024-01-18T06:34:49.786866+0000 mgr.smithi007.eulhwp (mgr.14182) 873 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:51.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:50 smithi181 conmon[39919]: 2024-01-18T06:34:51.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:50 smithi007 conmon[35366]: audit 2024-01-18T06:34:49.786866+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:34:51.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:50 smithi007 conmon[35366]: 14182) 873 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:51.350 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:52.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:51 smithi181 conmon[39919]: cluster 2024-01-18T06:34:50.712860+0000 mgr.smithi007.eulhwp (mgr.14182) 874 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:51 smithi007 conmon[35366]: cluster 2024-01-18T06:34:50.712860+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:34:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:51 smithi007 conmon[35366]: 14182) 874 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:53.175 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:53.176 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:53.724 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:54.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:53 smithi181 conmon[39919]: cluster 2024-01-18T06:34:52.713680+0000 mgr.smithi007.eulhwp (mgr.14182) 875 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:53 smithi007 conmon[35366]: cluster 2024-01-18T06:34:52.713680+0000 mgr.smithi007.eulhwp (mgr.14182) 875 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:54.725 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:55.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:54 smithi181 conmon[39919]: audit 2024-01-18T06:34:53.171737+0000 mgr.smithi007.eulhwp (mgr.14182) 876 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:55.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:54 smithi007 conmon[35366]: audit 2024-01-18T06:34:53.171737+0000 mgr.smithi007.eulhwp (mgr.14182) 876 : audit 2024-01-18T06:34:55.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:54 smithi007 conmon[35366]: [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:55.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:55 smithi007 conmon[35366]: cluster 2024-01-18T06:34:54.714216+0000 mgr.smithi007.eulhwp (mgr.14182) 877 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:56.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:55 smithi181 conmon[39919]: cluster 2024-01-18T06:34:54.714216+0000 mgr.smithi007.eulhwp (mgr.14182) 877 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:56.603 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:56.603 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:34:57.124 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:34:57.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:57 smithi007 conmon[35366]: audit 2024-01-18T06:34:56.599454+0000 mgr.smithi007.eulhwp (mgr.14182) 878 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:57.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:57 smithi007 conmon[35366]: cluster 2024-01-18T06:34:56.714782+0000 mgr.smithi007.eulhwp (mgr.14182) 879 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:57 smithi181 conmon[39919]: audit 2024-01-18T06:34:56.599454+0000 mgr.smithi007.eulhwp (mgr.14182) 878 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:34:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:57 smithi181 conmon[39919]: cluster 2024-01-18T06:34:56.714782+0000 mgr.smithi007.eulhwp (mgr.14182) 879 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:58.125 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:34:59.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:34:59 smithi007 conmon[35366]: cluster 2024-01-18T06:34:58.715302+0000 mgr.smithi007.eulhwp (mgr.14182) 880 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:34:59.996 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:34:59.996 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:00.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:34:59 smithi181 conmon[39919]: cluster 2024-01-18T06:34:58.715302+0000 mgr.smithi007.eulhwp (mgr.14182) 880 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:00.565 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:01.567 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:02.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:01 smithi181 conmon[39919]: audit 2024-01-18T06:34:59.992727+0000 mgr.smithi007.eulhwp (mgr.14182) 881 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:02.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:01 smithi181 conmon[39919]: 2024-01-18T06:35:02.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:01 smithi181 conmon[39919]: cluster 2024-01-18T06:35:00.716074+0000 mgr.smithi007.eulhwp (mgr.14182) 882 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:02.044 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:01 smithi007 conmon[35366]: audit 2024-01-18T06:34:59.992727+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:35:02.044 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:01 smithi007 conmon[35366]: mgr.14182) 881 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:02.044 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:01 smithi007 conmon[35366]: cluster 2024-01-18T06:35:00.716074+0000 mgr.smithi007.eulhwp (mgr.14182) 882 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:03.463 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:03.463 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:04.038 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:03 smithi007 conmon[35366]: cluster 2024-01-18T06:35:02.716656+0000 mgr.smithi007.eulhwp (mgr.14182) 883 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:04.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:03 smithi181 conmon[39919]: cluster 2024-01-18T06:35:02.716656+0000 mgr.smithi007.eulhwp (mgr.14182) 883 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:04.040 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:05.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:04 smithi181 conmon[39919]: audit 2024-01-18T06:35:03.459692+0000 mgr.smithi007.eulhwp (mgr.14182) 884 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:05.042 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:05.076 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:04 smithi007 conmon[35366]: audit 2024-01-18T06:35:03.459692+0000 mgr.smithi007.eulhwp (mgr.14182) 884 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:06.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:05 smithi181 conmon[39919]: cluster 2024-01-18T06:35:04.717235+0000 mgr.smithi007.eulhwp (mgr.14182) 885 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:06.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:05 smithi007 conmon[35366]: cluster 2024-01-18T06:35:04.717235+0000 mgr.smithi007.eulhwp (mgr.14182) 885 : cluster 2024-01-18T06:35:06.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:05 smithi007 conmon[35366]: [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:06.951 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:06.951 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:07.532 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:07.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:07 smithi181 conmon[39919]: cluster 2024-01-18T06:35:06.717775+0000 mgr.smithi007.eulhwp (mgr.14182) 886 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:07.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:07 smithi181 conmon[39919]: audit 2024-01-18T06:35:06.947788+0000 mgr.smithi007.eulhwp (mgr.14182) 887 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:07.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:07 smithi007 conmon[35366]: cluster 2024-01-18T06:35:06.717775+0000 mgr.smithi007.eulhwp (mgr.14182) 886 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:07.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:07 smithi007 conmon[35366]: audit 2024-01-18T06:35:06.947788+0000 mgr.smithi007.eulhwp (mgr.14182) 887 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:08.533 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:10.003 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:09 smithi007 conmon[35366]: cluster 2024-01-18T06:35:08.718165+0000 mgr.smithi007.eulhwp (mgr.14182) 888 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:10.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:09 smithi181 conmon[39919]: cluster 2024-01-18T06:35:08.718165+0000 mgr.smithi007.eulhwp (mgr.14182) 888 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:10.441 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:10.441 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:10.974 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:11.975 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:11 smithi181 conmon[39919]: audit 2024-01-18T06:35:10.437318+0000 mgr.smithi007.eulhwp (mgr.14182) 889 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:11 smithi181 conmon[39919]: cluster 2024-01-18T06:35:10.718868+0000 mgr.smithi007.eulhwp (mgr.14182) 890 2024-01-18T06:35:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:11 smithi181 conmon[39919]: : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:11 smithi007 conmon[35366]: audit 2024-01-18T06:35:10.437318+0000 mgr.smithi007.eulhwp (mgr.14182) 889 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:11 smithi007 conmon[35366]: cluster 2024-01-18T06:35:10.718868+0000 mgr.smithi007.eulhwp (mgr.14182) 890 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:13.844 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:13.845 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:14.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:13 smithi181 conmon[39919]: cluster 2024-01-18T06:35:12.719490+0000 mgr.smithi007.eulhwp (mgr.14182) 891 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:14.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:13 smithi007 conmon[35366]: cluster 2024-01-18T06:35:12.719490+0000 mgr.smithi007.eulhwp (mgr.14182) 891 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:14.478 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:15.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:14 smithi181 conmon[39919]: audit 2024-01-18T06:35:13.840896+0000 mgr.smithi007.eulhwp (mgr.14182) 892 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:15.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:14 smithi007 conmon[35366]: audit 2024-01-18T06:35:13.840896+0000 mgr.smithi007.eulhwp (mgr.14182) 892 : 2024-01-18T06:35:15.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:14 smithi007 conmon[35366]: audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:15.479 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:16.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:15 smithi181 conmon[39919]: cluster 2024-01-18T06:35:14.720180+0000 mgr.smithi007.eulhwp (mgr.14182) 893 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:15 smithi007 conmon[35366]: cluster 2024-01-18T06:35:14.720180+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:35:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:15 smithi007 conmon[35366]: 14182) 893 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:17.351 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:17.351 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:17.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:17 smithi181 conmon[39919]: cluster 2024-01-18T06:35:16.720778+0000 mgr.smithi007.eulhwp (mgr.14182) 894 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:17.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:17 smithi181 conmon[39919]: 2024-01-18T06:35:17.540 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:17 smithi007 conmon[35366]: cluster 2024-01-18T06:35:16.720778+0000 mgr.smithi007.eulhwp (mgr.14182) 894 : cluster [DBG] 2024-01-18T06:35:17.540 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:17 smithi007 conmon[35366]: pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:17.902 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:18.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:18 smithi181 conmon[39919]: audit 2024-01-18T06:35:17.347756+0000 mgr.smithi007.eulhwp (mgr.14182) 895 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:18.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:18 smithi007 conmon[35366]: audit 2024-01-18T06:35:17.347756+0000 mgr.smithi007.eulhwp (mgr.14182) 895 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:18.904 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:19.582 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:19 smithi007 conmon[35366]: cluster 2024-01-18T06:35:18.721264+0000 mgr.smithi007.eulhwp (mgr.14182) 896 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:19.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:19 smithi181 conmon[39919]: cluster 2024-01-18T06:35:18.721264+0000 mgr.smithi007.eulhwp (mgr.14182) 896 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:19.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:19 smithi181 conmon[39919]: 2024-01-18T06:35:20.786 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:20.786 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:21.344 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:22.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:21 smithi181 conmon[39919]: cluster 2024-01-18T06:35:20.721798+0000 mgr.smithi007.eulhwp (mgr.14182) 897 : cluster [DBG] 2024-01-18T06:35:22.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:21 smithi181 conmon[39919]: pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:22.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:21 smithi181 conmon[39919]: audit 2024-01-18T06:35:20.782563+0000 mgr.smithi007.eulhwp (mgr.14182) 898 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:21 smithi007 conmon[35366]: cluster 2024-01-18T06:35:20.721798+0000 mgr.smithi007.eulhwp (mgr.14182) 897 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:21 smithi007 conmon[35366]: audit 2024-01-18T06:35:20.782563+0000 mgr.smithi007.eulhwp (mgr.14182) 898 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:22.345 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:23 smithi181 conmon[39919]: cluster 2024-01-18T06:35:22.722431+0000 mgr.smithi007.eulhwp (mgr.14182) 899 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:24.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:23 smithi007 conmon[35366]: cluster 2024-01-18T06:35:22.722431+0000 2024-01-18T06:35:24.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:23 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 899 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:24.182 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:24.183 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:24.737 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:25.738 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:26.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:25 smithi181 conmon[39919]: audit 2024-01-18T06:35:24.179590+0000 mgr.smithi007.eulhwp (mgr.14182) 900 : audit [DBG] 2024-01-18T06:35:26.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:25 smithi181 conmon[39919]: from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:26.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:25 smithi181 conmon[39919]: cluster 2024-01-18T06:35:24.722984+0000 mgr.smithi007.eulhwp (mgr.14182) 901 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:25 smithi007 conmon[35366]: audit 2024-01-18T06:35:24.179590+0000 mgr.smithi007.eulhwp (mgr.14182) 900 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:25 smithi007 conmon[35366]: cluster 2024-01-18T06:35:24.722984+0000 mgr.smithi007.eulhwp (mgr.14182) 901 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:27.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:27 smithi181 conmon[39919]: cluster 2024-01-18T06:35:26.723692+0000 mgr.smithi007.eulhwp (mgr.14182) 902 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:27.607 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:27.607 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:27.610 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:27 smithi007 conmon[35366]: cluster 2024-01-18T06:35:26.723692+0000 mgr.smithi007.eulhwp (mgr.14182) 902 2024-01-18T06:35:27.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:27 smithi007 conmon[35366]: : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:28.177 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:28.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:28 smithi007 conmon[35366]: audit 2024-01-18T06:35:27.603582+0000 mgr.smithi007.eulhwp (mgr.14182) 903 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:28.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:28 smithi181 conmon[39919]: audit 2024-01-18T06:35:27.603582+0000 mgr.smithi007.eulhwp (mgr.14182) 903 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:29.178 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:29.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:29 smithi007 conmon[35366]: cluster 2024-01-18T06:35:28.724113+0000 mgr.smithi007.eulhwp (mgr.14182) 904 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:29.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:29 smithi007 conmon[35366]: 2024-01-18T06:35:29.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:29 smithi181 conmon[39919]: cluster 2024-01-18T06:35:28.724113+0000 mgr.smithi007.eulhwp (mgr.14182) 904 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:31.069 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:31.069 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:31.644 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:32.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:31 smithi181 conmon[39919]: cluster 2024-01-18T06:35:30.724733+0000 mgr.smithi007.eulhwp (mgr.14182) 905 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:31 smithi007 conmon[35366]: cluster 2024-01-18T06:35:30.724733+0000 mgr.smithi007.eulhwp (mgr.14182) 905 : cluster [DBG] 2024-01-18T06:35:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:31 smithi007 conmon[35366]: pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:32.645 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:33.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:32 smithi181 conmon[39919]: audit 2024-01-18T06:35:31.065860+0000 mgr.smithi007.eulhwp (mgr.14182) 906 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:33.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:32 smithi007 conmon[35366]: audit 2024-01-18T06:35:31.065860+0000 mgr.smithi007.eulhwp (mgr.14182) 906 : audit 2024-01-18T06:35:33.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:32 smithi007 conmon[35366]: [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:34.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:33 smithi181 conmon[39919]: cluster 2024-01-18T06:35:32.725254+0000 mgr.smithi007.eulhwp (mgr.14182) 907 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:34.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:33 smithi007 conmon[35366]: cluster 2024-01-18T06:35:32.725254+0000 mgr.smithi007.eulhwp (mgr.14182) 907 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:34.555 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:34.555 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:35.135 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:36.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:35 smithi181 conmon[39919]: audit 2024-01-18T06:35:34.551806+0000 mgr.smithi007.eulhwp (mgr.14182) 908 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:36.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:35 smithi181 conmon[39919]: cluster 2024-01-18T06:35:36.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:35 smithi181 conmon[39919]: 2024-01-18T06:35:34.725790+0000 mgr.smithi007.eulhwp (mgr.14182) 909 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:35 smithi007 conmon[35366]: audit 2024-01-18T06:35:34.551806+0000 mgr.smithi007.eulhwp (mgr.14182) 908 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:35 smithi007 conmon[35366]: cluster 2024-01-18T06:35:34.725790+0000 mgr.smithi007.eulhwp (mgr.14182) 909 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:36.136 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:37 smithi007 conmon[35366]: cluster 2024-01-18T06:35:36.726606+0000 mgr.smithi007.eulhwp (mgr.14182) 910 : cluster 2024-01-18T06:35:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:37 smithi007 conmon[35366]: [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:37 smithi181 conmon[39919]: cluster 2024-01-18T06:35:36.726606+0000 mgr.smithi007.eulhwp (mgr.14182) 910 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:38.112 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:38.112 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:38.702 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:39.704 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:40.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:39 smithi181 conmon[39919]: audit 2024-01-18T06:35:38.108668+0000 mgr.smithi007.eulhwp (mgr.14182) 911 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:40.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:39 smithi181 conmon[39919]: cluster 2024-01-18T06:35:38.727052+0000 mgr.smithi007.eulhwp (mgr.14182) 912 : 2024-01-18T06:35:40.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:39 smithi181 conmon[39919]: cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:40.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:39 smithi007 conmon[35366]: audit 2024-01-18T06:35:38.108668+0000 mgr.smithi007.eulhwp (mgr.14182) 911 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:40.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:39 smithi007 conmon[35366]: cluster 2024-01-18T06:35:38.727052+0000 mgr.smithi007.eulhwp (mgr.14182) 912 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:41.567 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:41.567 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:41.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:41 smithi007 conmon[35366]: cluster 2024-01-18T06:35:40.727691 2024-01-18T06:35:41.786 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:41 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 913 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:42.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:41 smithi181 conmon[39919]: cluster 2024-01-18T06:35:40.727691+0000 mgr.smithi007.eulhwp (mgr.14182) 913 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:42.182 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:43.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:42 smithi007 conmon[35366]: audit 2024-01-18T06:35:41.562236+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:35:43.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:42 smithi007 conmon[35366]: mgr.14182) 914 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:43.184 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:43.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:42 smithi181 conmon[39919]: audit 2024-01-18T06:35:41.562236+0000 mgr.smithi007.eulhwp (mgr.14182) 914 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:44.044 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:43 smithi007 conmon[35366]: cluster 2024-01-18T06:35:42.728369+0000 2024-01-18T06:35:44.044 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:43 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 915 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:43 smithi181 conmon[39919]: cluster 2024-01-18T06:35:42.728369+0000 mgr.smithi007.eulhwp (mgr.14182) 915 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:45.111 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:45.111 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:45.684 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:46.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:45 smithi181 conmon[39919]: cluster 2024-01-18T06:35:44.728861+0000 mgr.smithi007.eulhwp (mgr.14182) 916 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:46.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:45 smithi007 conmon[35366]: cluster 2024-01-18T06:35:44.728861+0000 mgr.smithi007.eulhwp (mgr.14182) 916 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:46.685 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:46 smithi007 conmon[35366]: audit 2024-01-18T06:35:45.106934+0000 mgr.smithi007.eulhwp 2024-01-18T06:35:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:46 smithi007 conmon[35366]: (mgr.14182) 917 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:46 smithi181 conmon[39919]: audit 2024-01-18T06:35:45.106934+0000 mgr.smithi007.eulhwp (mgr.14182) 917 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:48.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:47 smithi007 conmon[35366]: cluster 2024-01-18T06:35:46.729442+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:35:48.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:47 smithi007 conmon[35366]: mgr.14182) 918 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:48.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:47 smithi181 conmon[39919]: cluster 2024-01-18T06:35:46.729442+0000 mgr.smithi007.eulhwp (mgr.14182) 918 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:48.660 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:48.660 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:49.247 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:49 smithi007 conmon[35366]: audit 2024-01-18T06:35:48.656443+0000 mgr.smithi007.eulhwp (mgr.14182) 919 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:49 smithi007 conmon[35366]: cluster 2024-01-18T06:35:48.729906+0000 mgr.smithi007.eulhwp (mgr.14182) 920 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:50.248 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:50.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:49 smithi181 conmon[39919]: audit 2024-01-18T06:35:48.656443+0000 mgr.smithi007.eulhwp (mgr.14182) 919 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:50.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:49 smithi181 conmon[39919]: cluster 2024-01-18T06:35:50.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:49 smithi181 conmon[39919]: 2024-01-18T06:35:48.729906+0000 mgr.smithi007.eulhwp (mgr.14182) 920 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:52.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:51 smithi007 conmon[35366]: cluster 2024-01-18T06:35:50.730579+0000 mgr.smithi007.eulhwp (mgr.14182) 921 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:52.114 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:52.114 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:52.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:51 smithi181 conmon[39919]: cluster 2024-01-18T06:35:50.730579+0000 mgr.smithi007.eulhwp (mgr.14182) 921 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:52.671 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:53.672 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:53 smithi007 conmon[35366]: audit 2024-01-18T06:35:52.110174+0000 mgr.smithi007.eulhwp (mgr.14182) 922 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:53 smithi007 conmon[35366]: cluster 2024-01-18T06:35:52.731421+0000 mgr.smithi007.eulhwp (mgr.14182) 923 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:54.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:53 smithi181 conmon[39919]: audit 2024-01-18T06:35:52.110174+0000 mgr.smithi007.eulhwp (mgr.14182) 922 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:54.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:53 smithi181 conmon[39919]: cluster 2024 2024-01-18T06:35:54.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:53 smithi181 conmon[39919]: -01-18T06:35:52.731421+0000 mgr.smithi007.eulhwp (mgr.14182) 923 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:55.528 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:55.528 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:56.064 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:35:56.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:55 smithi181 conmon[39919]: cluster 2024-01-18T06:35:54.732156+0000 mgr.smithi007.eulhwp (mgr.14182) 924 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:56.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:55 smithi007 conmon[35366]: cluster 2024-01-18T06:35:54.732156+0000 mgr.smithi007.eulhwp (mgr.14182) 924 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:57.065 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:35:57.100 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:56 smithi007 conmon[35366]: audit 2024-01-18T06:35:55.524296+0000 mgr.smithi007.eulhwp (mgr.14182) 925 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:57.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:56 smithi181 conmon[39919]: audit 2024-01-18T06:35:55.524296+0000 mgr.smithi007.eulhwp (mgr.14182) 925 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:35:58.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:57 smithi007 conmon[35366]: cluster 2024-01-18T06:35:56.732980+0000 mgr.smithi007.eulhwp (mgr.14182) 926 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:58.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:57 smithi181 conmon[39919]: cluster 2024-01-18T06:35:56.732980+0000 mgr.smithi007.eulhwp (mgr.14182) 926 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:35:58.876 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:35:58.876 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:35:59.521 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:00.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:59 smithi007 conmon[35366]: cluster 2024-01-18T06:35:58.733444+0000 mgr.smithi007.eulhwp (mgr.14182) 927 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:00.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:35:59 smithi007 conmon[35366]: audit 2024-01-18T06:35:58.871976+0000 mgr.smithi007.eulhwp (mgr.14182) 928 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:00.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:59 smithi181 conmon[39919]: cluster 2024-01-18T06:35:58.733444+0000 mgr.smithi007.eulhwp (mgr.14182) 927 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:00.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:59 smithi181 conmon[39919]: audit 2024 2024-01-18T06:36:00.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:35:59 smithi181 conmon[39919]: -01-18T06:35:58.871976+0000 mgr.smithi007.eulhwp (mgr.14182) 928 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:00.522 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:01.970 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:01 smithi007 conmon[35366]: cluster 2024-01-18T06:36:00.734031+0000 mgr.smithi007.eulhwp (mgr.14182) 929 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:01 smithi181 conmon[39919]: cluster 2024-01-18T06:36:00.734031+0000 mgr.smithi007.eulhwp (mgr.14182) 929 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:01 smithi181 conmon[39919]: 2024-01-18T06:36:02.369 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:02.369 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:02.953 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:03.954 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:04.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:03 smithi007 conmon[35366]: audit 2024-01-18T06:36:02.365107+0000 mgr.smithi007.eulhwp (mgr.14182) 930 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:04.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:03 smithi007 conmon[35366]: cluster 2024-01-18T06:36:02.734864+0000 mgr.smithi007.eulhwp (mgr.14182) 931 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:04.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:03 smithi181 conmon[39919]: audit 2024-01-18T06:36:02.365107+0000 mgr.smithi007.eulhwp (mgr.14182) 930 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:04.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:03 smithi181 conmon[39919]: cluster 2024-01-18T06:36:02.734864+0000 mgr.smithi007.eulhwp (mgr.14182) 931 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:05.833 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:05.833 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:06.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:05 smithi181 conmon[39919]: cluster 2024-01-18T06:36:04.735504+0000 mgr.smithi007.eulhwp (mgr.14182) 932 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:06.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:05 smithi007 conmon[35366]: cluster 2024-01-18T06:36:04.735504+0000 mgr.smithi007.eulhwp (mgr.14182) 932 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:06.453 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:07.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:06 smithi007 conmon[35366]: audit 2024-01-18T06: 2024-01-18T06:36:07.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:06 smithi007 conmon[35366]: 36:05.829387+0000 mgr.smithi007.eulhwp (mgr.14182) 933 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:07.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:06 smithi181 conmon[39919]: audit 2024-01-18T06:36:05.829387+0000 mgr.smithi007.eulhwp (mgr.14182) 933 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:07.454 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:08.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:07 smithi007 conmon[35366]: cluster 2024-01-18T06:36:06.736294+0000 mgr.smithi007.eulhwp (mgr.14182) 934 : cluster 2024-01-18T06:36:08.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:07 smithi007 conmon[35366]: [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:08.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:07 smithi181 conmon[39919]: cluster 2024-01-18T06:36:06.736294+0000 mgr.smithi007.eulhwp (mgr.14182) 934 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:09.347 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:09.348 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:09.902 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:10.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:09 smithi007 conmon[35366]: cluster 2024-01-18T06:36:08.736732+0000 mgr.smithi007.eulhwp (mgr.14182) 935 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:10.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:09 smithi181 conmon[39919]: cluster 2024-01-18T06:36:08.736732+0000 mgr.smithi007.eulhwp (mgr.14182) 935 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:10.903 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:11.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:10 smithi007 conmon[35366]: audit 2024-01-18T06:36:09.343427+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:36:11.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:10 smithi007 conmon[35366]: 936 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:11.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:10 smithi181 conmon[39919]: audit 2024-01-18T06:36:09.343427+0000 mgr.smithi007.eulhwp (mgr.14182) 936 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:11 smithi007 conmon[35366]: cluster 2024-01-18T06:36:10.737297+0000 mgr.smithi007.eulhwp (mgr.14182) 937 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:11 smithi181 conmon[39919]: cluster 2024-01-18T06:36:10.737297+0000 mgr.smithi007.eulhwp (mgr.14182) 937 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:12.788 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:12.788 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:13.393 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:14.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:13 smithi007 conmon[35366]: cluster 2024-01-18T06:36:12.737899+0000 mgr.smithi007.eulhwp (mgr.14182) 938 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:14.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:13 smithi007 conmon[35366]: audit 2024-01-18T06:36:12.784307+0000 mgr.smithi007.eulhwp (mgr.14182) 939 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:14.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:13 smithi181 conmon[39919]: cluster 2024-01-18T06:36:12.737899+0000 mgr.smithi007.eulhwp (mgr.14182) 938 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:14.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:13 smithi181 conmon[39919]: audit 2024-01-18T06:36:14.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:13 smithi181 conmon[39919]: 2024-01-18T06:36:12.784307+0000 mgr.smithi007.eulhwp (mgr.14182) 939 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:14.394 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:15.897 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:15 smithi007 conmon[35366]: cluster 2024-01-18T06:36:14.738461+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:36:15.897 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:15 smithi007 conmon[35366]: mgr.14182) 940 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:16.257 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:16.257 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:16.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:15 smithi181 conmon[39919]: cluster 2024-01-18T06:36:14.738461+0000 mgr.smithi007.eulhwp (mgr.14182) 940 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:16.809 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:17.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:17 smithi007 conmon[35366]: audit 2024-01-18T06:36:16.254034+0000 mgr.smithi007.eulhwp (mgr.14182) 941 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:17.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:17 smithi007 conmon[35366]: cluster 2024-01-18T06:36:16.739025+0000 mgr.smithi007.eulhwp (mgr.14182) 942 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:17 smithi181 conmon[39919]: audit 2024-01-18T06:36:16.254034+0000 mgr.smithi007.eulhwp (mgr.14182) 941 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:17 smithi181 conmon[39919]: cluster 2024-01-18T06:36:16.739025+0000 mgr.smithi007.eulhwp (mgr.14182) 942 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:17.811 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:19.683 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:19.683 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:20.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:19 smithi007 conmon[35366]: cluster 2024-01-18T06:36:18.739674+0000 mgr.smithi007.eulhwp (mgr.14182) 943 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:20.289 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:20.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:19 smithi181 conmon[39919]: cluster 2024-01-18T06:36:18.739674+0000 mgr.smithi007.eulhwp (mgr.14182) 943 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:21.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:20 smithi007 conmon[35366]: audit 2024-01-18T06:36:19.679583+0000 2024-01-18T06:36:21.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:20 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 944 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:21.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:20 smithi181 conmon[39919]: audit 2024-01-18T06:36:19.679583+0000 mgr.smithi007.eulhwp (mgr.14182) 944 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:21.290 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:21 smithi007 conmon[35366]: cluster 2024-01-18T06:36:20.740440+0000 mgr.smithi007.eulhwp (mgr.14182) 945 : 2024-01-18T06:36:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:21 smithi007 conmon[35366]: cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:22.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:21 smithi181 conmon[39919]: cluster 2024-01-18T06:36:20.740440+0000 mgr.smithi007.eulhwp (mgr.14182) 945 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:23.261 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:23.261 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:28:35.180491Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.xuwouc on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-xuwouc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.xuwouc\nDeploy daemon haproxy.rgw.foo.smithi181.xuwouc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:26:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:16Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:27:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.803047Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.senfyk on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-senfyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.senfyk\nDeploy daemon haproxy.rgw.foo.smithi007.senfyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:29:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:29:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:30:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:31:08.805305Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.zmlhie on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:23.828 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:24.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:23 smithi007 conmon[35366]: cluster 2024-01-18T06:36:22.740965+0000 mgr.smithi007.eulhwp (mgr.14182) 946 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:24.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:23 smithi181 conmon[39919]: cluster 2024-01-18T06:36:22.740965+0000 mgr.smithi007.eulhwp (mgr.14182) 946 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:24.829 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:25.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:24 smithi007 conmon[35366]: audit 2024-01-18T06:36:23.257625+0000 mgr.smithi007.eulhwp (mgr.14182) 947 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:25.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:24 smithi181 conmon[39919]: audit 2024-01-18T06:36:23.257625+0000 mgr.smithi007.eulhwp (mgr.14182) 947 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:25.987 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: cluster 2024-01-18T06:36:24.741519+0000 mgr.smithi007.eulhwp (mgr.14182) 948 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:25.987 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 2024-01-18T06:36:25.987 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: cephadm 2024-01-18T06:36:24.908298+0000 mgr.smithi007.eulhwp (mgr.14182) 949 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn 2024-01-18T06:36:25.987 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn 2024-01-18T06:36:25.987 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:25.987 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:25.987 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi007.jicvsn ... 2024-01-18T06:36:25.988 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:36:25.988 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:36:25.988 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:34:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:25.988 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:35:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:25.988 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:35:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:25.988 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 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 2024-01-18T06:36:25.988 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 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 2024-01-18T06:36:25.988 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:36:25.988 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: Traceback (most recent call last): 2024-01-18T06:36:25.988 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:36:25.988 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: yield (conn, connr) 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: code, '\n'.join(err))) 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi007.jicvsn ... 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:34:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:35:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:35:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 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 2024-01-18T06:36:25.989 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 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 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: cephadm 2024-01-18T06:36:24.908491+0000 mgr.smithi007.eulhwp (mgr.14182) 950 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: audit 2024-01-18T06:36:24.908878+0000 mon.smithi007 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi007.jicvsn"}]: dispatch 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: cephadm 2024-01-18T06:36:24.909668+0000 mgr.smithi007.eulhwp (mgr.14182) 951 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi007.jicvsn ... 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:34:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:35:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:25.990 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:35:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:25.991 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 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 2024-01-18T06:36:25.991 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 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 2024-01-18T06:36:25.991 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:36:25.991 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: cephadm 2024-01-18T06:36:24.910992+0000 mgr.smithi007.eulhwp (mgr.14182) 952 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:36:25.992 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: cephadm 2024-01-18T06:36:24.912055+0000 mgr.smithi007.eulhwp (mgr.14182) 953 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:36:25.992 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:25 smithi007 conmon[35366]: cluster 2024-01-18T06:36:24.912982+0000 mgr.smithi007.eulhwp (mgr.14182) 954 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:26.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: cluster 2024-01-18T06:36:24.741519+0000 mgr.smithi007.eulhwp (mgr.14182) 948 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:26.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: cephadm 2024-01-18T06:36:24.908298+0000 mgr.smithi007.eulhwp (mgr.14182) 949 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn 2024-01-18T06:36:26.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn 2024-01-18T06:36:26.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi007.jicvsn ... 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:34:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:35:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:35:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: 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 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: 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 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: Traceback (most recent call last): 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: yield (conn, connr) 2024-01-18T06:36:26.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: code, '\n'.join(err))) 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi007.jicvsn ... 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:34:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:35:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:35:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: 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 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: 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 2024-01-18T06:36:26.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T06:36:26.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:36:26.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: cephadm 2024-01-18T06:36:24.908491+0000 mgr.smithi007.eulhwp (mgr.14182) 950 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:26.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: audit 2024-01-18T06:36:24.908878+0000 mon.smithi007 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi007.jicvsn"}]: dispatch 2024-01-18T06:36:26.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: cephadm 2024-01-18T06:36:24.909668+0000 mgr.smithi007.eulhwp (mgr.14182) 951 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn 2024-01-18T06:36:26.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn 2024-01-18T06:36:26.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:26.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn 2024-01-18T06:36:26.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi007.jicvsn ... 2024-01-18T06:36:26.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:36:26.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:36:26.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:34:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:26.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:35:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:26.113 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:35:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:36:26.113 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: 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 2024-01-18T06:36:26.113 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: 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 2024-01-18T06:36:26.113 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:36:26.113 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: cephadm 2024-01-18T06:36:24.910992+0000 mgr.smithi007.eulhwp (mgr.14182) 952 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:36:26.113 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: cephadm 2024-01-18T06:36:24.912055+0000 mgr.smithi007.eulhwp (mgr.14182) 953 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:36:26.113 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: cluster 2024-01-18T06:36:24.912982+0000 mgr.smithi007.eulhwp (mgr.14182) 954 : 2024-01-18T06:36:26.113 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:25 smithi181 conmon[39919]: cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:26.649 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:26.650 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:27.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:26 smithi007 conmon[35366]: cluster 2024-01-18T06:36:25.811919+0000 mon.smithi007 (mon.0) 717 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T06:36:27.234 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:27.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:26 smithi181 conmon[39919]: cluster 2024-01-18T06:36:25.811919+0000 mon.smithi007 (mon.0) 717 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T06:36:28.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:27 smithi007 conmon[35366]: audit 2024-01-18T06:36: 2024-01-18T06:36:28.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:27 smithi007 conmon[35366]: 26.645867+0000 mgr.smithi007.eulhwp (mgr.14182) 955 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:28.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:27 smithi007 conmon[35366]: cluster 2024-01-18T06:36:26.913959+0000 mgr.smithi007.eulhwp (mgr.14182) 956 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:28.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:27 smithi007 conmon[35366]: audit 2024-01-18T06:36:27.475065+0000 mon.smithi007 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:36:28.234 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:28.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:27 smithi181 conmon[39919]: audit 2024-01-18T06:36:26.645867+0000 mgr.smithi007.eulhwp (mgr.14182) 955 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:28.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:27 smithi181 conmon[39919]: cluster 2024-01-18T06:36:28.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:27 smithi181 conmon[39919]: 2024-01-18T06:36:26.913959+0000 mgr.smithi007.eulhwp (mgr.14182) 956 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:28.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:27 smithi181 conmon[39919]: audit 2024-01-18T06:36:27.475065+0000 mon.smithi007 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:36:30.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:29 smithi007 conmon[35366]: cluster 2024-01-18T06:36:28.914896+0000 mgr.smithi007.eulhwp (mgr.14182) 957 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:30.213 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:30.213 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:30.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:29 smithi181 conmon[39919]: cluster 2024-01-18T06:36:28.914896+0000 mgr.smithi007.eulhwp (mgr.14182) 957 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:30.749 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:31.750 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:31 smithi007 conmon[35366]: audit 2024-01-18T06:36:30.210139+0000 2024-01-18T06:36:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:31 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 958 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:31 smithi007 conmon[35366]: cluster 2024-01-18T06:36:30.915713+0000 mgr.smithi007.eulhwp (mgr.14182) 959 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:32.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:31 smithi181 conmon[39919]: audit 2024-01-18T06:36:30.210139+0000 mgr.smithi007.eulhwp (mgr.14182) 958 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:32.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:31 smithi181 conmon[39919]: cluster 2024-01-18T06:36:30.915713+0000 mgr.smithi007.eulhwp (mgr.14182) 959 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:33.637 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:33.637 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:34.175 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:34.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:33 smithi181 conmon[39919]: cluster 2024-01-18T06:36:32.916432+0000 mgr.smithi007.eulhwp (mgr.14182) 960 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:34.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:33 smithi007 conmon[35366]: cluster 2024-01-18T06:36:32.916432+0000 mgr.smithi007.eulhwp (mgr.14182) 960 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:35.177 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:35.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:34 smithi181 conmon[39919]: audit 2024-01-18T06:36:33.633791+0000 mgr.smithi007.eulhwp (mgr.14182) 961 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:35.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:34 smithi007 conmon[35366]: audit 2024-01-18T06:36:33.633791+0000 mgr.smithi007.eulhwp (mgr.14182) 961 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:36.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:35 smithi181 conmon[39919]: cluster 2024-01-18T06:36:34.917175+0000 mgr.smithi007.eulhwp (mgr.14182) 962 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:36.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:35 smithi007 conmon[35366]: cluster 2024-01-18T06:36:34 2024-01-18T06:36:36.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:35 smithi007 conmon[35366]: .917175+0000 mgr.smithi007.eulhwp (mgr.14182) 962 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:37.080 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:37.080 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:37.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:37 smithi007 conmon[35366]: cluster 2024-01-18T06:36:36.917854+0000 mgr.smithi007.eulhwp (mgr.14182) 963 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:37.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:37 smithi007 conmon[35366]: audit 2024-01-18T06:36:37.029270+0000 mon.smithi007 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:36:37.622 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:37 smithi181 conmon[39919]: cluster 2024-01-18T06:36:36.917854+0000 mgr.smithi007.eulhwp (mgr.14182) 963 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:37 smithi181 conmon[39919]: audit 2024-01-18T06:36:37.029270+0000 mon.smithi007 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:36:38.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:38 smithi007 conmon[35366]: audit 2024-01-18T06:36:37.076272+0000 mgr.smithi007.eulhwp (mgr.14182) 964 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:38.623 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:38.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:38 smithi181 conmon[39919]: audit 2024-01-18T06:36:37.076272+0000 mgr.smithi007.eulhwp (mgr.14182) 964 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:39.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:39 smithi007 conmon[35366]: cluster 2024-01-18T06:36:38.918384+0000 mgr.smithi007.eulhwp (mgr.14182) 965 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:39.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:39 smithi181 conmon[39919]: cluster 2024-01-18T06:36:38.918384+0000 mgr.smithi007.eulhwp (mgr.14182) 965 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:40.510 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:40.510 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:41.058 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:42.059 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:42.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:41 smithi181 conmon[39919]: audit 2024-01-18T06:36:40.506949+0000 mgr.smithi007.eulhwp (mgr.14182) 966 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:42.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:41 smithi181 conmon[39919]: cluster 2024-01-18T06:36:40.919174+0000 mgr.smithi007.eulhwp (mgr.14182) 967 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:42.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:41 smithi007 conmon[35366]: audit 2024-01-18T06:36:40.506949+0000 mgr.smithi007.eulhwp (mgr.14182) 966 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:42.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:41 smithi007 conmon[35366]: cluster 2024-01-18T06:36:40.919174+0000 mgr.smithi007.eulhwp (mgr.14182) 967 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:43.984 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:43.984 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:43 smithi181 conmon[39919]: cluster 2024-01-18T06:36:42.920071+0000 mgr.smithi007.eulhwp (mgr.14182) 968 : 2024-01-18T06:36:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:43 smithi181 conmon[39919]: cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:44.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:43 smithi007 conmon[35366]: cluster 2024-01-18T06:36:42.920071+0000 mgr.smithi007.eulhwp (mgr.14182) 968 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:44.581 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:44 smithi181 conmon[39919]: audit 2024-01-18T06:36:43.980204+0000 mgr.smithi007.eulhwp (mgr.14182) 969 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:45.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:44 smithi007 conmon[35366]: audit 2024-01-18T06:36:43.980204+0000 mgr.smithi007.eulhwp (mgr.14182) 969 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:45.581 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:46.247 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:45 smithi007 conmon[35366]: cluster 2024-01-18T06:36:44.920818+0000 mgr.smithi007.eulhwp (mgr.14182) 970 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:46.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:45 smithi181 conmon[39919]: cluster 2024-01-18T06:36:44.920818+0000 mgr.smithi007.eulhwp (mgr.14182) 970 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:47.452 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:47.452 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:47.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:47 smithi007 conmon[35366]: cluster 2024-01-18T06:36:46.921774+0000 mgr.smithi007.eulhwp (mgr.14182) 971 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:47.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:47 smithi181 conmon[39919]: cluster 2024-01-18T06:36:46.921774+0000 mgr.smithi007.eulhwp (mgr.14182) 971 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:48.056 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:48.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:48 smithi007 conmon[35366]: audit 2024-01-18T06:36:47.447318+0000 mgr.smithi007.eulhwp (mgr.14182) 972 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:48.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:48 smithi181 conmon[39919]: audit 2024-01-18T06:36:47.447318+0000 mgr.smithi007.eulhwp (mgr.14182) 972 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:49.057 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:49.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:49 smithi007 conmon[35366]: cluster 2024-01-18T06:36:48.922402+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:36:49.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:49 smithi007 conmon[35366]: mgr.14182) 973 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:49.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:49 smithi181 conmon[39919]: cluster 2024-01-18T06:36:48.922402+0000 mgr.smithi007.eulhwp (mgr.14182) 973 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:50.946 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:50.946 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:51.539 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:52.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:51 smithi181 conmon[39919]: cluster 2024-01-18T06:36:50.923033+0000 mgr.smithi007.eulhwp (mgr.14182) 974 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:52.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:51 smithi181 conmon[39919]: audit 2024-01-18T06:36:50.941414 2024-01-18T06:36:52.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:51 smithi181 conmon[39919]: +0000 mgr.smithi007.eulhwp (mgr.14182) 975 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:52.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:51 smithi007 conmon[35366]: cluster 2024-01-18T 2024-01-18T06:36:52.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:51 smithi007 conmon[35366]: 06:36:50.923033+0000 mgr.smithi007.eulhwp (mgr.14182) 974 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:52.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:51 smithi007 conmon[35366]: audit 2024-01-18T06:36: 2024-01-18T06:36:52.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:51 smithi007 conmon[35366]: 50.941414+0000 mgr.smithi007.eulhwp (mgr.14182) 975 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:52.541 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:54.019 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:53 smithi007 conmon[35366]: cluster 2024-01-18T06:36:52.923727 2024-01-18T06:36:54.019 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:53 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 976 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:54.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:53 smithi181 conmon[39919]: cluster 2024-01-18T06:36:52.923727+0000 mgr.smithi007.eulhwp (mgr.14182) 976 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:54.410 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:54.410 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:54.963 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:55.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:55 smithi181 conmon[39919]: audit 2024-01-18T06:36:54.406174+0000 mgr.smithi007.eulhwp (mgr.14182) 977 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:55.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:55 smithi181 conmon[39919]: cluster 2024-01-18T06:36:54.924558+0000 mgr.smithi007.eulhwp (mgr.14182) 978 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:55.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:55 smithi007 conmon[35366]: audit 2024-01-18T06:36:54.406174+0000 mgr.smithi007.eulhwp (mgr.14182) 977 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:55.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:55 smithi007 conmon[35366]: cluster 2024-01-18T06:36:54.924558+0000 mgr.smithi007.eulhwp (mgr.14182) 978 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:55.964 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:57.414 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:57 smithi007 conmon[35366]: cluster 2024-01-18T06:36:56.925390+0000 mgr.smithi007.eulhwp (mgr.14182) 979 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:57.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:57 smithi181 conmon[39919]: cluster 2024-01-18T06:36:56.925390+0000 mgr.smithi007.eulhwp (mgr.14182) 979 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:57.823 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:36:57.841 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:36:58.388 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:36:58.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:58 smithi007 conmon[35366]: audit 2024-01-18T06:36:57.819524+0000 mgr.smithi007.eulhwp (mgr.14182) 980 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:58.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:58 smithi181 conmon[39919]: audit 2024-01-18T06:36:57.819524+0000 mgr.smithi007.eulhwp (mgr.14182) 980 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:36:59.389 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:36:59.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:36:59 smithi007 conmon[35366]: cluster 2024-01-18T06:36:58.926238+0000 mgr.smithi007.eulhwp (mgr.14182) 981 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:36:59.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:36:59 smithi181 conmon[39919]: cluster 2024-01-18T06:36:58.926238+0000 mgr.smithi007.eulhwp (mgr.14182) 981 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:01.227 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:01.228 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:01.806 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:01 smithi007 conmon[35366]: cluster 2024-01-18T06:37:00.927229+0000 mgr.smithi007.eulhwp (mgr.14182) 982 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:01 smithi181 conmon[39919]: cluster 2024-01-18T06:37:00.927229+0000 mgr.smithi007.eulhwp (mgr.14182) 982 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:02.807 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:03.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:02 smithi007 conmon[35366]: audit 2024-01-18T06:37:01.223819+0000 2024-01-18T06:37:03.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:02 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 983 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:03.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:02 smithi181 conmon[39919]: audit 2024-01-18T06:37:01.223819+0000 mgr.smithi007.eulhwp (mgr.14182) 983 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:04.243 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:03 smithi007 conmon[35366]: cluster 2024-01-18T06:37:02.927905+0000 mgr.smithi007.eulhwp (mgr.14182) 984 2024-01-18T06:37:04.243 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:03 smithi007 conmon[35366]: : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:04.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:03 smithi181 conmon[39919]: cluster 2024-01-18T06:37:02.927905+0000 mgr.smithi007.eulhwp (mgr.14182) 984 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:04.647 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:04.647 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:05.186 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:04 smithi181 conmon[39919]: audit 2024-01-18T06:37:04.643618+0000 mgr.smithi007.eulhwp (mgr.14182) 985 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:04 smithi181 conmon[39919]: cluster 2024-01-18T06:37:04.928824+0000 mgr.smithi007.eulhwp (mgr.14182) 986 : 2024-01-18T06:37:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:04 smithi181 conmon[39919]: cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:05.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:04 smithi007 conmon[35366]: audit 2024-01-18T06:37:04.643618+0000 mgr.smithi007.eulhwp (mgr.14182) 985 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:05.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:04 smithi007 conmon[35366]: cluster 2024-01-18T06:37:04.928824+0000 mgr.smithi007.eulhwp (mgr.14182) 986 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:06.187 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:07.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:07 smithi007 conmon[35366]: cluster 2024-01-18T06:37:06.929644+0000 mgr.smithi007.eulhwp (mgr.14182) 987 : cluster 2024-01-18T06:37:07.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:07 smithi007 conmon[35366]: [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:07.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:07 smithi181 conmon[39919]: cluster 2024-01-18T06:37:06.929644+0000 mgr.smithi007.eulhwp (mgr.14182) 987 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:08.048 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:08.064 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:08.601 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:09.602 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:10.256 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:09 smithi007 conmon[35366]: audit 2024-01-18T06:37:08.044364+0000 mgr.smithi007.eulhwp (mgr.14182) 988 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:10.256 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:09 smithi007 conmon[35366]: cluster 2024-01-18T06:37:08.930368+0000 mgr.smithi007.eulhwp (mgr.14182) 989 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:10.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:09 smithi181 conmon[39919]: audit 2024-01-18T06:37:08.044364+0000 mgr.smithi007.eulhwp (mgr.14182) 988 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:10.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:09 smithi181 conmon[39919]: cluster 2024-01-18T06:37:08.930368+0000 mgr.smithi007.eulhwp (mgr.14182) 989 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:11.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:11 smithi007 conmon[35366]: cluster 2024-01-18T06:37:10.931118+0000 mgr.smithi007.eulhwp (mgr.14182) 990 2024-01-18T06:37:11.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:11 smithi007 conmon[35366]: : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:11.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:11 smithi181 conmon[39919]: cluster 2024-01-18T06:37:10.931118+0000 mgr.smithi007.eulhwp (mgr.14182) 990 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:11.484 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:11.485 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:12.029 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:12.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:12 smithi007 conmon[35366]: audit 2024-01-18T06:37:11.480789+0000 mgr.smithi007.eulhwp (mgr.14182) 991 : audit [DBG] 2024-01-18T06:37:12.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:12 smithi007 conmon[35366]: from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:12.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:12 smithi181 conmon[39919]: audit 2024-01-18T06:37:11.480789+0000 mgr.smithi007.eulhwp (mgr.14182) 991 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:13.030 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:13.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:13 smithi007 conmon[35366]: cluster 2024-01-18T06:37:12.931871+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:37:13.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:13 smithi007 conmon[35366]: ) 992 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:13.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:13 smithi181 conmon[39919]: cluster 2024-01-18T06:37:12.931871+0000 mgr.smithi007.eulhwp (mgr.14182) 992 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:14.954 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:14.954 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:15.495 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:16.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:15 smithi181 conmon[39919]: cluster 2024-01-18T06:37:14.932511+0000 mgr.smithi007.eulhwp (mgr.14182) 993 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:16.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:15 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:37:16.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:15 smithi181 conmon[39919]: 01-18T06:37:14.950408+0000 mgr.smithi007.eulhwp (mgr.14182) 994 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:16.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:15 smithi007 conmon[35366]: cluster 2024-01-18T06:37:14.932511+0000 mgr.smithi007.eulhwp (mgr.14182) 993 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:16.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:15 smithi007 conmon[35366]: audit 2024-01-18T06:37:14.950408+0000 mgr.smithi007.eulhwp (mgr.14182) 994 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:16.495 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:17.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:17 smithi007 conmon[35366]: cluster 2024-01-18T06:37:16.933272+0000 2024-01-18T06:37:17.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:17 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 995 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:17 smithi181 conmon[39919]: cluster 2024-01-18T06:37:16.933272+0000 mgr.smithi007.eulhwp (mgr.14182) 995 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:18.378 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:18.378 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:18.958 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:19.960 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:20.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:19 smithi181 conmon[39919]: audit 2024-01-18T06:37:18.375208+0000 mgr.smithi007.eulhwp (mgr.14182) 996 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:20.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:19 smithi181 conmon[39919]: cluster 2024-01-18T06:37:18.933924+0000 mgr.smithi007.eulhwp (mgr.14182) 997 : 2024-01-18T06:37:20.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:19 smithi181 conmon[39919]: cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:20.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:19 smithi007 conmon[35366]: audit 2024-01-18T06:37:18.375208+0000 mgr.smithi007.eulhwp (mgr.14182) 996 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:20.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:19 smithi007 conmon[35366]: cluster 2024-01-18T06:37:18.933924+0000 mgr.smithi007.eulhwp (mgr.14182) 997 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:21.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:20 smithi007 conmon[35366]: cluster 2024-01-18T06:37:20.934900+0000 mgr.smithi007.eulhwp (mgr.14182) 998 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:21.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:20 smithi007 conmon[35366]: 2024-01-18T06:37:21.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:20 smithi181 conmon[39919]: cluster 2024-01-18T06:37:20.934900+0000 mgr.smithi007.eulhwp (mgr.14182) 998 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:21.830 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:21.830 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:22.433 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:22.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:22 smithi007 conmon[35366]: audit 2024-01-18T06:37:21.827041+0000 mgr.smithi007.eulhwp (mgr.14182) 999 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:22.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:22 smithi181 conmon[39919]: audit 2024-01-18T06:37:21.827041+0000 mgr.smithi007.eulhwp (mgr.14182) 999 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:23.434 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:23.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:23 smithi007 conmon[35366]: cluster 2024-01-18T06:37:22.935641+0000 mgr.smithi007.eulhwp (mgr.14182) 1000 : cluster 2024-01-18T06:37:23.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:23 smithi007 conmon[35366]: [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:23.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:23 smithi181 conmon[39919]: cluster 2024-01-18T06:37:22.935641+0000 mgr.smithi007.eulhwp (mgr.14182) 1000 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:25.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:24 smithi181 conmon[39919]: audit 2024-01-18T06:37:24.914906+0000 mon.smithi007 (mon.0) 720 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:37:25.348 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:25.348 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:10.778165Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:10.778364Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:10.778476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:10.778595Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:10.778689Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:10.779031Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:25.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:24 smithi007 conmon[35366]: audit 2024-01-18T06:37:24.914906+0000 mon.smithi007 (mon.0) 720 : audit 2024-01-18T06:37:25.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:24 smithi007 conmon[35366]: [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:37:25.917 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:26.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:25 smithi181 conmon[39919]: cluster 2024-01-18T06:37:24.936334+0000 mgr.smithi007.eulhwp (mgr.14182) 1001 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:26.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:25 smithi181 conmon[39919]: audit 2024-01-18T06:37:25.230881+0000 mon.smithi007 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:37:26.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:25 smithi007 conmon[35366]: cluster 2024-01-18T06:37:24.936334+0000 mgr.smithi007.eulhwp (mgr.14182) 1001 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:26.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:25 smithi007 conmon[35366]: audit 2024-01-18T06:37:25.230881+0000 mon.smithi007 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:37:26.918 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:27.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:26 smithi181 conmon[39919]: audit 2024-01-18T06:37:25.345101+0000 mgr.smithi007.eulhwp (mgr.14182) 1002 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:27.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:26 smithi181 conmon[39919]: audit 2024-01-18T06:37:26.655687+0000 mon.smithi007 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:37:27.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:26 smithi007 conmon[35366]: audit 2024-01-18T06:37:25.345101+0000 mgr.smithi007.eulhwp (mgr.14182) 1002 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:27.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:26 smithi007 conmon[35366]: 2024-01-18T06:37:27.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:26 smithi007 conmon[35366]: audit 2024-01-18T06:37:26.655687+0000 mon.smithi007 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:37:28.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:27 smithi181 conmon[39919]: cluster 2024-01-18T06:37:26.937238+0000 mgr.smithi007.eulhwp (mgr.14182) 1003 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:28.311 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:27 smithi007 conmon[35366]: cluster 2024-01-18T06:37:26.937238+0000 mgr.smithi007.eulhwp (mgr.14182) 1003 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:29.077 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:29.077 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:31:14.082416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:31:14.082501Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:31:14.082599Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:31:14.082289Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:31:14.082127Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:31:14.082689Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:31:14.082868Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:31:14.082790Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:31:14.083376Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:29.917 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:30.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:29 smithi181 conmon[39919]: cluster 2024-01-18T06:37:28.937874+0000 mgr.smithi007.eulhwp (mgr.14182) 1004 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:30.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:29 smithi007 conmon[35366]: cluster 2024-01-18T06:37:28.937874+0000 mgr.smithi007.eulhwp (mgr.14182) 1004 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:30.919 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:31.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:30 smithi181 conmon[39919]: audit 2024-01-18T06:37:29.072683+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:37:31.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:30 smithi181 conmon[39919]: ) 1005 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:31.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:30 smithi181 conmon[39919]: audit 2024-01-18T06:37:30.331234+0000 mon.smithi007 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:37:31.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:30 smithi181 conmon[39919]: audit 2024-01-18T06:37:30.673147+0000 mon.smithi007 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:37:31.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:30 smithi181 conmon[39919]: audit 2024-01-18T06:37:30.674036+0000 mon.smithi007 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:37:31.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:30 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:37:31.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:30 smithi181 conmon[39919]: 01-18T06:37:30.678784+0000 mon.smithi007 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:37:31.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:30 smithi181 conmon[39919]: audit 2024-01-18T06:37:31.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:30 smithi181 conmon[39919]: 2024-01-18T06:37:30.683493+0000 mon.smithi007 2024-01-18T06:37:31.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:30 smithi181 conmon[39919]: (mon.0) 727 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:37:31.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:30 smithi007 conmon[35366]: audit 2024-01-18T06:37:29.072683+0000 mgr.smithi007.eulhwp (mgr.14182) 1005 : audit [DBG] 2024-01-18T06:37:31.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:30 smithi007 conmon[35366]: from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:31.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:30 smithi007 conmon[35366]: audit 2024-01-18T06:37:30.331234+0000 mon.smithi007 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:37:31.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:30 smithi007 conmon[35366]: audit 2024-01-18T06:37:30.673147+0000 mon.smithi007 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:37:31.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:30 smithi007 conmon[35366]: audit 2024-01-18T06:37:30.674036+0000 mon.smithi007 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:37:31.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:30 smithi007 conmon[35366]: 2024-01-18T06:37:31.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:30 smithi007 conmon[35366]: audit 2024-01-18T06:37:30.678784+0000 mon.smithi007 (mon.0 2024-01-18T06:37:31.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:30 smithi007 conmon[35366]: ) 726 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:37:31.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:30 smithi007 conmon[35366]: audit 2024-01-18T06:37:30 2024-01-18T06:37:31.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:30 smithi007 conmon[35366]: .683493+0000 mon.smithi007 (mon.0) 727 2024-01-18T06:37:31.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:30 smithi007 conmon[35366]: : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:37:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:31 smithi007 conmon[35366]: cluster 2024-01-18T06:37:30.679393+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:37:32.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:31 smithi007 conmon[35366]: 1006 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:32.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:31 smithi007 conmon[35366]: cephadm 2024-01-18T06:37:30.690068+0000 mgr.smithi007.eulhwp (mgr.14182) 1007 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi181.gmywtu on smithi181 2024-01-18T06:37:32.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:31 smithi007 conmon[35366]: cluster 2024-01-18T06:37:31.676985+0000 mon.smithi007 (mon.0) 728 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T06:37:32.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:31 smithi007 conmon[35366]: cluster 2024-01-18T06:37:31.677022+0000 mon.smithi007 (mon.0) 729 : cluster [INF] Cluster is now healthy 2024-01-18T06:37:32.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:31 smithi181 conmon[39919]: cluster 2024-01-18T06:37:30.679393+0000 mgr.smithi007.eulhwp (mgr.14182) 1006 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:32.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:31 smithi181 conmon[39919]: cephadm 2024-01-18T06:37:30.690068+0000 mgr.smithi007.eulhwp (mgr.14182) 1007 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi181.gmywtu on smithi181 2024-01-18T06:37:32.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:31 smithi181 conmon[39919]: cluster 2024-01-18T06:37:31.676985 2024-01-18T06:37:32.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:31 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 728 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T06:37:32.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:31 smithi181 conmon[39919]: cluster 2024-01-18T 2024-01-18T06:37:32.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:31 smithi181 conmon[39919]: 06:37:31.677022+0000 mon.smithi007 2024-01-18T06:37:32.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:31 smithi181 conmon[39919]: (mon.0) 729 : cluster [INF] Cluster is now healthy 2024-01-18T06:37:32.914 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:32.914 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:33.498 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:34.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:33 smithi181 conmon[39919]: cluster 2024-01-18T06:37:32.679878+0000 mgr.smithi007.eulhwp (mgr.14182) 1008 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:34.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:33 smithi181 conmon[39919]: audit 2024-01-18T06:37:32.910685+0000 mgr.smithi007.eulhwp (mgr.14182) 1009 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:34.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:33 smithi007 conmon[35366]: cluster 2024-01-18T06:37:32.679878+0000 mgr.smithi007.eulhwp (mgr.14182) 1008 : cluster [DBG] 2024-01-18T06:37:34.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:33 smithi007 conmon[35366]: pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:34.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:33 smithi007 conmon[35366]: audit 2024-01-18T06:37:32.910685+0000 mgr.smithi007.eulhwp (mgr.14182) 1009 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:34.499 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:36.070 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:35 smithi007 conmon[35366]: cluster 2024-01-18T06:37:34.680509+0000 mgr.smithi007.eulhwp (mgr.14182) 1010 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:36.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:35 smithi181 conmon[39919]: cluster 2024-01-18T06:37:34.680509+0000 mgr.smithi007.eulhwp (mgr.14182) 1010 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:36.441 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:36.442 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:37.049 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:37 smithi007 conmon[35366]: audit 2024-01-18T06:37:36.437977+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:37:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:37 smithi007 conmon[35366]: ) 1011 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:37 smithi007 conmon[35366]: cluster 2024-01-18T06:37:36.681360+0000 mgr.smithi007.eulhwp (mgr.14182) 1012 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:37 smithi007 conmon[35366]: audit 2024-01-18T06:37:37.031379+0000 mon.smithi007 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:37:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:37 smithi181 conmon[39919]: audit 2024-01-18T06:37:36.437977+0000 mgr.smithi007.eulhwp (mgr.14182) 1011 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:37 smithi181 conmon[39919]: cluster 2024-01-18T06:37:36.681360+0000 mgr.smithi007.eulhwp (mgr.14182) 1012 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:37.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:37 smithi181 conmon[39919]: audit 2024-01-18T06:37:37.031379+0000 mon.smithi007 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:37:38.050 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:40.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:39 smithi181 conmon[39919]: cluster 2024-01-18T06:37:38.681972+0000 mgr.smithi007.eulhwp (mgr.14182) 1013 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:40.065 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:40.065 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:40.094 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:39 smithi007 conmon[35366]: cluster 2024-01-18T06:37:38.681972+0000 mgr.smithi007.eulhwp (mgr.14182) 1013 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:40.682 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:41.683 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:42.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:41 smithi181 conmon[39919]: audit 2024-01-18T06:37:40.062226+0000 mgr.smithi007.eulhwp (mgr.14182) 1014 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:42.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:41 smithi181 conmon[39919]: cluster 2024-01-18T06:37:40.682750+0000 mgr.smithi007.eulhwp (mgr.14182) 1015 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:41 smithi007 conmon[35366]: audit 2024-01-18T06:37:40 2024-01-18T06:37:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:41 smithi007 conmon[35366]: .062226+0000 mgr.smithi007.eulhwp (mgr.14182) 1014 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:41 smithi007 conmon[35366]: cluster 2024-01-18T06:37:40.682750+0000 mgr.smithi007.eulhwp (mgr.14182) 1015 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:43.689 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:43.689 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:43 smithi181 conmon[39919]: cluster 2024-01-18T06:37:42.683457+0000 mgr.smithi007.eulhwp (mgr.14182) 1016 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:43 smithi007 conmon[35366]: cluster 2024-01-18T06:37:42.683457+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:37:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:43 smithi007 conmon[35366]: mgr.14182) 1016 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:44.315 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:45.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:44 smithi181 conmon[39919]: audit 2024-01-18T06:37:43.686045+0000 mgr.smithi007.eulhwp (mgr.14182) 1017 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:45.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:44 smithi007 conmon[35366]: audit 2024-01-18T06:37:43.686045+0000 mgr.smithi007.eulhwp 2024-01-18T06:37:45.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:44 smithi007 conmon[35366]: (mgr.14182) 1017 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:45.317 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:46.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:45 smithi181 conmon[39919]: cluster 2024-01-18T06:37:44.684021+0000 mgr.smithi007.eulhwp (mgr.14182) 1018 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:46.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:45 smithi007 conmon[35366]: cluster 2024-01-18T06:37:44.684021+0000 mgr.smithi007.eulhwp (mgr.14182) 1018 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:47.354 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:47.354 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:47.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:47 smithi007 conmon[35366]: cluster 2024-01-18T06:37:46.684692 2024-01-18T06:37:47.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:47 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 1019 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:47.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:47 smithi181 conmon[39919]: cluster 2024-01-18T06:37:46.684692+0000 mgr.smithi007.eulhwp (mgr.14182) 1019 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:47.987 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:48.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:48 smithi007 conmon[35366]: audit 2024-01-18T06:37:47.350914 2024-01-18T06:37:48.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:48 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 1020 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:48.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:48 smithi181 conmon[39919]: audit 2024-01-18T06:37:47.350914+0000 mgr.smithi007.eulhwp (mgr.14182) 1020 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:48.988 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:49.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:49 smithi007 conmon[35366]: cluster 2024-01-18T06:37:48.685165+0000 mgr.smithi007.eulhwp (mgr.14182) 1021 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:49.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:49 smithi181 conmon[39919]: cluster 2024-01-18T06:37:48.685165+0000 mgr.smithi007.eulhwp (mgr.14182) 1021 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:50.946 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:50.946 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:51.580 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:52.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:51 smithi181 conmon[39919]: cluster 2024-01-18T06:37:50.685735+0000 mgr.smithi007.eulhwp (mgr.14182) 1022 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:52.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:51 smithi181 conmon[39919]: 2024-01-18T06:37:52.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:51 smithi181 conmon[39919]: audit 2024-01-18T06:37:50.942445+0000 mgr.smithi007.eulhwp (mgr.14182) 1023 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:51 smithi007 conmon[35366]: cluster 2024-01-18T06:37:50.685735+0000 mgr.smithi007.eulhwp (mgr.14182) 1022 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:51 smithi007 conmon[35366]: audit 2024-01-18T06:37:50.942445+0000 mgr.smithi007.eulhwp (mgr.14182) 1023 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:52.581 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:53.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:53 smithi007 conmon[35366]: cluster 2024-01-18T06:37:52.686344+0000 mgr.smithi007.eulhwp (mgr.14182) 1024 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:54.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:53 smithi181 conmon[39919]: cluster 2024-01-18T06:37:52.686344+0000 mgr.smithi007.eulhwp (mgr.14182) 1024 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:54.600 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:54.600 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:55.228 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:56.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:55 smithi181 conmon[39919]: audit 2024-01-18T06:37:54.596561+0000 mgr.smithi007.eulhwp (mgr.14182) 1025 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:56.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:55 smithi181 conmon[39919]: cluster 2024-01-18T06:37:54.686876+0000 mgr.smithi007.eulhwp (mgr.14182) 1026 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:56.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:55 smithi007 conmon[35366]: audit 2024-01-18T06:37:54.596561+0000 mgr.smithi007.eulhwp (mgr.14182) 1025 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:37:56.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:55 smithi007 conmon[35366]: cluster 2024-01-18T06:37:54.686876+0000 mgr.smithi007.eulhwp (mgr.14182) 1026 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:56.230 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:37:57.515 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:57 smithi007 conmon[35366]: cluster 2024-01-18T06:37:56.687654+0000 mgr.smithi007.eulhwp (mgr.14182) 1027 : 2024-01-18T06:37:57.516 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:57 smithi007 conmon[35366]: cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:57.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:57 smithi181 conmon[39919]: cluster 2024-01-18T06:37:56.687654+0000 mgr.smithi007.eulhwp (mgr.14182) 1027 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:37:58.177 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:37:58.177 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:37:58.787 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:37:59.788 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:00.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:59 smithi181 conmon[39919]: audit 2024-01-18T06:37:58.174285+0000 mgr.smithi007.eulhwp (mgr.14182) 1028 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:00.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:37:59 smithi181 conmon[39919]: cluster 2024-01-18T06:37:58.688146+0000 mgr.smithi007.eulhwp (mgr.14182) 1029 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:00.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:59 smithi007 conmon[35366]: audit 2024-01-18T06:37:58.174285+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:38:00.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:59 smithi007 conmon[35366]: ) 1028 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:00.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:37:59 smithi007 conmon[35366]: cluster 2024-01-18T06:37:58.688146+0000 mgr.smithi007.eulhwp (mgr.14182) 1029 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:01.670 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:01.670 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:02.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:01 smithi181 conmon[39919]: cluster 2024-01-18T06:38:00.688823+0000 mgr.smithi007.eulhwp (mgr.14182) 1030 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:01 smithi007 conmon[35366]: cluster 2024-01-18T06:38:00.688823+0000 mgr.smithi007.eulhwp (mgr.14182) 1030 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:02.261 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:03.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:02 smithi181 conmon[39919]: audit 2024-01-18T06:38:01.666521+0000 mgr.smithi007.eulhwp (mgr.14182) 1031 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:03.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:02 smithi007 conmon[35366]: audit 2024-01-18T06:38:01.666521+0000 mgr.smithi007.eulhwp (mgr.14182) 1031 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:03.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:02 smithi007 conmon[35366]: 2024-01-18T06:38:03.263 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:04.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:03 smithi181 conmon[39919]: cluster 2024-01-18T06:38:02.689610+0000 mgr.smithi007.eulhwp (mgr.14182) 1032 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:04.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:03 smithi007 conmon[35366]: cluster 2024-01-18T06:38:02.689610+0000 mgr.smithi007.eulhwp (mgr.14182) 1032 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:05.296 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:05.296 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:05.876 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:06.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:05 smithi181 conmon[39919]: cluster 2024-01-18T06:38:04.690212+0000 mgr.smithi007.eulhwp (mgr.14182) 1033 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:06.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:05 smithi007 conmon[35366]: cluster 2024-01-18T06:38:04.690212+0000 mgr.smithi007.eulhwp (mgr.14182) 1033 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:06.877 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:07.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:06 smithi181 conmon[39919]: audit 2024-01-18T06:38:05.292621+0000 mgr.smithi007.eulhwp (mgr.14182) 1034 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:07.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:06 smithi007 conmon[35366]: audit 2024-01-18T06:38:05.292621+0000 mgr.smithi007.eulhwp (mgr.14182) 1034 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:08.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:07 smithi181 conmon[39919]: cluster 2024-01-18T06:38:06.691027+0000 mgr.smithi007.eulhwp (mgr.14182) 1035 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:08.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:07 smithi007 conmon[35366]: cluster 2024-01-18T06:38:06.691027 2024-01-18T06:38:08.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:07 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 1035 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:08.842 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:08.842 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:09.436 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:10.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:09 smithi181 conmon[39919]: cluster 2024-01-18T06:38:08.691526+0000 mgr.smithi007.eulhwp (mgr.14182) 1036 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:10.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:09 smithi181 conmon[39919]: 2024-01-18T06:38:10.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:09 smithi181 conmon[39919]: audit 2024-01-18T06:38:08.838479+0000 mgr.smithi007.eulhwp (mgr.14182) 1037 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:10.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:09 smithi007 conmon[35366]: cluster 2024-01-18T06:38:08.691526+0000 mgr.smithi007.eulhwp (mgr.14182) 1036 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:10.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:09 smithi007 conmon[35366]: audit 2024-01-18T06:38:08.838479+0000 mgr.smithi007.eulhwp (mgr.14182) 1037 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:10.437 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:11.931 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:11 smithi007 conmon[35366]: cluster 2024-01-18T06:38:10.692256+0000 mgr.smithi007.eulhwp (mgr.14182) 1038 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:11 smithi181 conmon[39919]: cluster 2024-01-18T06:38:10.692256+0000 mgr.smithi007.eulhwp (mgr.14182) 1038 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:12.368 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:12.368 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:12.969 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:13.971 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:14.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:13 smithi181 conmon[39919]: audit 2024-01-18T06:38:12.364446+0000 mgr.smithi007.eulhwp (mgr.14182) 1039 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:14.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:13 smithi181 conmon[39919]: cluster 2024-01-18T06:38:12.693018+0000 mgr.smithi007.eulhwp (mgr.14182) 1040 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:14.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:13 smithi007 conmon[35366]: audit 2024-01-18T06:38:12.364446+0000 mgr.smithi007.eulhwp (mgr.14182) 1039 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:14.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:13 smithi007 conmon[35366]: cluster 2024-01-18T06:38:12.693018+0000 mgr.smithi007.eulhwp (mgr.14182) 1040 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:15.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:15 smithi007 conmon[35366]: cluster 2024-01-18T06:38:14.693598+0000 mgr.smithi007.eulhwp 2024-01-18T06:38:15.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:15 smithi007 conmon[35366]: (mgr.14182) 1041 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:16.015 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:16.015 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:16.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:15 smithi181 conmon[39919]: cluster 2024-01-18T06:38:14.693598+0000 mgr.smithi007.eulhwp (mgr.14182) 1041 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:16.634 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:17.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:17 smithi007 conmon[35366]: audit 2024-01-18T06:38:16.011530+0000 mgr.smithi007.eulhwp (mgr.14182) 1042 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:17.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:17 smithi007 conmon[35366]: cluster 2024-01-18T06:38:16.694292+0000 mgr.smithi007.eulhwp (mgr.14182) 1043 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:17.635 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:17 smithi181 conmon[39919]: audit 2024-01-18T06:38:16.011530+0000 mgr.smithi007.eulhwp (mgr.14182) 1042 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:17 smithi181 conmon[39919]: cluster 2024-01-18T06:38:16.694292+0000 mgr.smithi007.eulhwp (mgr.14182) 1043 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:19.579 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:19.579 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:19.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:19 smithi007 conmon[35366]: cluster 2024-01-18T06:38:18.694802+0000 mgr.smithi007.eulhwp (mgr.14182) 1044 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:20.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:19 smithi181 conmon[39919]: cluster 2024-01-18T06:38:18.694802+0000 mgr.smithi007.eulhwp (mgr.14182) 1044 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:20.149 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:21.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:20 smithi181 conmon[39919]: audit 2024-01-18T06:38:19.575872+0000 mgr.smithi007.eulhwp (mgr.14182) 1045 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:21.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:20 smithi007 conmon[35366]: audit 2024-01-18T06:38:19.575872+0000 2024-01-18T06:38:21.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:20 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 1045 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:21.150 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:21.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:21 smithi007 conmon[35366]: cluster 2024-01-18T06:38:20.695465+0000 mgr.smithi007.eulhwp (mgr.14182) 1046 2024-01-18T06:38:21.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:21 smithi007 conmon[35366]: : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:22.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:21 smithi181 conmon[39919]: cluster 2024-01-18T06:38:20.695465+0000 mgr.smithi007.eulhwp (mgr.14182) 1046 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:23.120 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:23.120 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:23.730 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:23 smithi181 conmon[39919]: cluster 2024-01-18T06:38:22.695985+0000 mgr.smithi007.eulhwp (mgr.14182) 1047 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:24.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:23 smithi007 conmon[35366]: cluster 2024-01-18T06:38:22.695985+0000 mgr.smithi007.eulhwp (mgr.14182) 1047 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:24.730 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:25.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:24 smithi181 conmon[39919]: audit 2024-01-18T06:38:23.116184+0000 mgr.smithi007.eulhwp (mgr.14182) 1048 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:25.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:24 smithi007 conmon[35366]: audit 2024-01-18T06:38:23.116184+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:38:25.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:24 smithi007 conmon[35366]: mgr.14182) 1048 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:25.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:25 smithi007 conmon[35366]: cluster 2024-01-18T06:38:24.696747+0000 mgr.smithi007.eulhwp (mgr.14182) 1049 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:26.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:25 smithi181 conmon[39919]: cluster 2024-01-18T06:38:24.696747+0000 mgr.smithi007.eulhwp (mgr.14182) 1049 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:26.660 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:26.660 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:27.281 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:27.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:27 smithi007 conmon[35366]: audit 2024-01-18T06:38:26.656932+0000 mgr.smithi007.eulhwp (mgr.14182) 1050 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:27.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:27 smithi007 conmon[35366]: cluster 2024-01-18T06:38:26.697459+0000 mgr.smithi007.eulhwp (mgr.14182) 1051 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:27.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:27 smithi181 conmon[39919]: audit 2024-01-18T06:38:26.656932+0000 mgr.smithi007.eulhwp (mgr.14182) 1050 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:27.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:27 smithi181 conmon[39919]: cluster 2024-01-18T06:38:26.697459+0000 mgr.smithi007.eulhwp (mgr.14182) 1051 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:28.283 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:29.836 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:29 smithi007 conmon[35366]: cluster 2024-01-18T06:38:28.698015+0000 mgr.smithi007.eulhwp (mgr.14182) 1052 : cluster [DBG] 2024-01-18T06:38:29.836 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:29 smithi007 conmon[35366]: pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:30.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:29 smithi181 conmon[39919]: cluster 2024-01-18T06:38:28.698015+0000 mgr.smithi007.eulhwp (mgr.14182) 1052 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:30.256 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:30.256 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:30.831 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:31.833 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:32.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:31 smithi181 conmon[39919]: audit 2024-01-18T06:38:30.253338+0000 mgr.smithi007.eulhwp (mgr.14182) 1053 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:32.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:31 smithi181 conmon[39919]: cluster 2024-01-18T06:38:30.698648+0000 mgr.smithi007.eulhwp (mgr.14182) 1054 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:31 smithi007 conmon[35366]: audit 2024-01-18T06:38:30.253338+0000 2024-01-18T06:38:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:31 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 1053 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:31 smithi007 conmon[35366]: cluster 2024-01-18T06:38:30.698648+0000 2024-01-18T06:38:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:31 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 1054 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:33.784 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:33.784 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:34.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:33 smithi181 conmon[39919]: cluster 2024-01-18T06:38:32.699222+0000 mgr.smithi007.eulhwp (mgr.14182) 1055 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:34.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:33 smithi007 conmon[35366]: cluster 2024-01-18T06:38:32.699222+0000 mgr.smithi007.eulhwp (mgr.14182) 1055 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:34.422 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:35.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:34 smithi181 conmon[39919]: audit 2024-01-18T06:38:33.780982+0000 mgr.smithi007.eulhwp (mgr.14182) 1056 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:35.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:34 smithi007 conmon[35366]: audit 2024-01-18T06:38:33.780982+0000 2024-01-18T06:38:35.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:34 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 1056 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:35.423 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:36.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:35 smithi181 conmon[39919]: cluster 2024-01-18T06:38:34.699960+0000 2024-01-18T06:38:36.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:35 smithi181 conmon[39919]: mgr.smithi007.eulhwp (mgr.14182) 1057 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:35 smithi007 conmon[35366]: cluster 2024-01-18T06:38:34 2024-01-18T06:38:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:35 smithi007 conmon[35366]: .699960+0000 mgr.smithi007.eulhwp (mgr.14182) 1057 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:37.455 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:37.456 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:37 smithi007 conmon[35366]: cluster 2024-01-18T06:38:36.700769+0000 mgr.smithi007.eulhwp (mgr.14182) 1058 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:37 smithi181 conmon[39919]: cluster 2024-01-18T06:38:36.700769+0000 mgr.smithi007.eulhwp (mgr.14182) 1058 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:38.037 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:38.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:38 smithi007 conmon[35366]: audit 2024-01-18 2024-01-18T06:38:38.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:38 smithi007 conmon[35366]: T06:38:37.451954+0000 mgr.smithi007.eulhwp (mgr.14182) 1059 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:38.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:38 smithi181 conmon[39919]: audit 2024-01-18T06:38:37.451954+0000 mgr.smithi007.eulhwp (mgr.14182) 1059 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:39.037 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:39.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:39 smithi007 conmon[35366]: cluster 2024-01-18T06:38 2024-01-18T06:38:39.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:39 smithi007 conmon[35366]: :38.701288+0000 mgr.smithi007.eulhwp (mgr.14182) 1060 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:39.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:39 smithi181 conmon[39919]: cluster 2024-01-18T06:38:38.701288+0000 mgr.smithi007.eulhwp (mgr.14182) 1060 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:41.033 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:41.033 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:41.628 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:42.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:41 smithi181 conmon[39919]: cluster 2024-01-18T06:38:40.701984+0000 mgr.smithi007.eulhwp (mgr.14182) 1061 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:42.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:41 smithi181 conmon[39919]: 2024-01-18T06:38:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:41 smithi007 conmon[35366]: cluster 2024-01-18T06:38:40.701984+0000 mgr.smithi007.eulhwp (mgr.14182) 1061 : cluster 2024-01-18T06:38:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:41 smithi007 conmon[35366]: [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:42.629 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:43.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:42 smithi181 conmon[39919]: audit 2024-01-18T06:38:41.029234+0000 mgr.smithi007.eulhwp (mgr.14182) 1062 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:43.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:42 smithi007 conmon[35366]: audit 2024-01-18T06:38:41.029234+0000 mgr.smithi007.eulhwp (mgr.14182) 1062 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:43.764 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:43 smithi007 conmon[35366]: cluster 2024-01-18T06:38:42.702521+0000 2024-01-18T06:38:43.764 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:43 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 1063 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:43 smithi181 conmon[39919]: cluster 2024-01-18T06:38:42.702521+0000 mgr.smithi007.eulhwp (mgr.14182) 1063 2024-01-18T06:38:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:43 smithi181 conmon[39919]: : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:44.574 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:44.574 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:45.228 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:46.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:45 smithi181 conmon[39919]: audit 2024-01-18T06:38:44.570051+0000 mgr.smithi007.eulhwp (mgr.14182) 1064 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:46.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:45 smithi181 conmon[39919]: cluster 2024-01-18T06:38:44.703219+0000 mgr.smithi007.eulhwp (mgr.14182) 1065 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:46.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:45 smithi007 conmon[35366]: audit 2024-01-18T06:38:44.570051+0000 mgr.smithi007.eulhwp (mgr.14182) 1064 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:46.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:45 smithi007 conmon[35366]: cluster 2024-01-18T06:38:44.703219+0000 mgr.smithi007.eulhwp (mgr.14182) 1065 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:46.229 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:47.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:47 smithi007 conmon[35366]: cluster 2024-01-18T06:38:46.703893+0000 mgr.smithi007.eulhwp (mgr.14182) 1066 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:47.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:47 smithi181 conmon[39919]: cluster 2024-01-18T06:38:46.703893+0000 mgr.smithi007.eulhwp (mgr.14182) 1066 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:48.120 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:48.120 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:48.711 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:49.713 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:49 smithi181 conmon[39919]: audit 2024-01-18T06:38:48.116084+0000 mgr.smithi007.eulhwp (mgr.14182) 1067 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:50.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:49 smithi181 conmon[39919]: cluster 2024-01-18T06:38:48.704299+0000 mgr.smithi007.eulhwp (mgr.14182) 1068 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:49 smithi007 conmon[35366]: audit 2024-01-18T06:38:48.116084+0000 mgr.smithi007.eulhwp (mgr.14182) 1067 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:49 smithi007 conmon[35366]: cluster 2024-01-18T06:38:48.704299+0000 mgr.smithi007.eulhwp (mgr.14182) 1068 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:51.695 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:51.695 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:52.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:51 smithi181 conmon[39919]: cluster 2024-01-18T06:38:50.705025+0000 mgr.smithi007.eulhwp (mgr.14182) 1069 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:51 smithi007 conmon[35366]: cluster 2024-01-18T06:38:50.705025+0000 mgr.smithi007.eulhwp 2024-01-18T06:38:52.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:51 smithi007 conmon[35366]: (mgr.14182) 1069 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:52.269 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:53.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:52 smithi181 conmon[39919]: audit 2024-01-18T06:38:51.691060+0000 mgr.smithi007.eulhwp (mgr.14182) 1070 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:53.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:52 smithi007 conmon[35366]: audit 2024-01-18T06:38:51.691060+0000 mgr.smithi007.eulhwp (mgr.14182) 1070 : audit 2024-01-18T06:38:53.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:52 smithi007 conmon[35366]: [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:53.271 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:54.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:53 smithi181 conmon[39919]: cluster 2024-01-18T06:38:52.705540+0000 mgr.smithi007.eulhwp (mgr.14182) 1071 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:53 smithi007 conmon[35366]: cluster 2024-01-18T06:38:52.705540+0000 mgr.smithi007.eulhwp (mgr.14182) 1071 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:53 smithi007 conmon[35366]: 2024-01-18T06:38:55.233 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:55.233 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:55.859 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:38:56.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:55 smithi181 conmon[39919]: cluster 2024-01-18T06:38:54.706084+0000 mgr.smithi007.eulhwp (mgr.14182) 1072 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:56.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:55 smithi007 conmon[35366]: cluster 2024-01-18T06:38:54.706084+0000 mgr.smithi007.eulhwp (mgr.14182) 1072 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:56.860 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:38:57.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:56 smithi181 conmon[39919]: audit 2024-01-18T06:38:55.229562+0000 mgr.smithi007.eulhwp (mgr.14182) 1073 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:57.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:56 smithi007 conmon[35366]: audit 2024-01-18T06:38:55.229562+0000 mgr.smithi007.eulhwp (mgr.14182) 1073 : 2024-01-18T06:38:57.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:56 smithi007 conmon[35366]: audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:38:58.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:57 smithi181 conmon[39919]: cluster 2024-01-18T06:38:56.706728+0000 mgr.smithi007.eulhwp (mgr.14182) 1074 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:58.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:57 smithi007 conmon[35366]: cluster 2024-01-18T06:38:56.706728+0000 mgr.smithi007.eulhwp (mgr.14182) 1074 : cluster 2024-01-18T06:38:58.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:57 smithi007 conmon[35366]: [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:38:58.836 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:38:58.837 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:38:59.443 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:00.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:59 smithi181 conmon[39919]: cluster 2024-01-18T06:38:58.707134+0000 mgr.smithi007.eulhwp (mgr.14182) 1075 : cluster 2024-01-18T06:39:00.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:59 smithi181 conmon[39919]: [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:00.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:38:59 smithi181 conmon[39919]: audit 2024-01-18T06:38:58.832591+0000 mgr.smithi007.eulhwp (mgr.14182) 1076 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:00.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:59 smithi007 conmon[35366]: cluster 2024-01-18T06:38:58.707134+0000 mgr.smithi007.eulhwp (mgr.14182) 1075 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:00.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:38:59 smithi007 conmon[35366]: audit 2024-01-18T06:38:58.832591+0000 mgr.smithi007.eulhwp (mgr.14182) 1076 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:00.444 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:01.933 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:01 smithi007 conmon[35366]: cluster 2024-01-18T06:39:00.707723+0000 mgr.smithi007.eulhwp 2024-01-18T06:39:01.934 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:01 smithi007 conmon[35366]: (mgr.14182) 1077 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:02.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:01 smithi181 conmon[39919]: cluster 2024-01-18T06:39:00.707723+0000 mgr.smithi007.eulhwp (mgr.14182) 1077 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:02.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:01 smithi181 conmon[39919]: 2024-01-18T06:39:02.303 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:02.304 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:02.899 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:03.900 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:04.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:03 smithi007 conmon[35366]: audit 2024-01-18T06:39:02.300070+0000 mgr.smithi007.eulhwp (mgr.14182) 1078 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:04.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:03 smithi007 conmon[35366]: cluster 2024-01-18T06:39:02.708306+0000 mgr.smithi007.eulhwp (mgr.14182) 1079 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:04.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:03 smithi181 conmon[39919]: audit 2024-01-18T06:39:02.300070+0000 mgr.smithi007.eulhwp (mgr.14182) 1078 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:04.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:03 smithi181 conmon[39919]: cluster 2024-01-18T06:39:02.708306+0000 mgr.smithi007.eulhwp (mgr.14182) 1079 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:05.779 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:05.779 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:06.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:05 smithi181 conmon[39919]: cluster 2024-01-18T06:39:04.709031+0000 mgr.smithi007.eulhwp (mgr.14182) 1080 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:06.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:05 smithi007 conmon[35366]: cluster 2024-01-18T06:39:04.709031+0000 mgr.smithi007.eulhwp (mgr.14182) 1080 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:06.399 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:07.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:06 smithi007 conmon[35366]: audit 2024-01-18T06:39:05.775177+0000 mgr.smithi007.eulhwp (mgr.14182) 1081 : audit [DBG] 2024-01-18T06:39:07.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:06 smithi007 conmon[35366]: from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:07.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:06 smithi181 conmon[39919]: audit 2024-01-18T06:39:05.775177+0000 mgr.smithi007.eulhwp (mgr.14182) 1081 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:07.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:06 smithi181 conmon[39919]: 2024-01-18T06:39:07.399 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:08.086 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:07 smithi007 conmon[35366]: cluster 2024-01-18T06:39:06.709778+0000 mgr.smithi007.eulhwp (mgr.14182) 1082 : cluster 2024-01-18T06:39:08.086 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:07 smithi007 conmon[35366]: [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:08.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:07 smithi181 conmon[39919]: cluster 2024-01-18T06:39:06.709778+0000 mgr.smithi007.eulhwp (mgr.14182) 1082 : cluster [DBG] 2024-01-18T06:39:08.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:07 smithi181 conmon[39919]: pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:09.423 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:09.424 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:10.064 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:09 smithi007 conmon[35366]: cluster 2024-01-18T06:39:08.710294+0000 mgr.smithi007.eulhwp (mgr.14182) 1083 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:10.066 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:10.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:09 smithi181 conmon[39919]: cluster 2024-01-18T06:39:08.710294+0000 mgr.smithi007.eulhwp (mgr.14182) 1083 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:11.067 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:11.102 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:10 smithi007 conmon[35366]: audit 2024-01-18T06:39:09.420228+0000 mgr.smithi007.eulhwp (mgr.14182) 1084 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:11.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:10 smithi181 conmon[39919]: audit 2024-01-18T06:39:09.420228+0000 mgr.smithi007.eulhwp (mgr.14182) 1084 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:11 smithi007 conmon[35366]: cluster 2024-01-18T06:39:10.710900 2024-01-18T06:39:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:11 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 1085 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:11 smithi181 conmon[39919]: cluster 2024-01-18T06:39:10.710900+0000 mgr.smithi007.eulhwp (mgr.14182) 1085 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:12.994 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:12.995 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:13.617 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:13.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:13 smithi007 conmon[35366]: cluster 2024-01-18T06:39:12.711423+0000 mgr.smithi007.eulhwp (mgr.14182) 1086 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:13.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:13 smithi007 conmon[35366]: audit 2024-01-18T06:39:12.990744+0000 mgr.smithi007.eulhwp (mgr.14182) 1087 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:14.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:13 smithi181 conmon[39919]: cluster 2024-01-18T06:39:12.711423+0000 mgr.smithi007.eulhwp (mgr.14182) 1086 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:14.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:13 smithi181 conmon[39919]: audit 2024-01-18T06:39:12.990744+0000 mgr.smithi007.eulhwp (mgr.14182) 1087 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:14.617 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:16.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:15 smithi181 conmon[39919]: cluster 2024-01-18T06:39:14.712275+0000 mgr.smithi007.eulhwp (mgr.14182) 1088 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:15 smithi007 conmon[35366]: cluster 2024-01-18T06:39:14.712275+0000 mgr.smithi007.eulhwp (mgr.14182) 1088 2024-01-18T06:39:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:15 smithi007 conmon[35366]: : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:16.564 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:16.564 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:17.222 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:17.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:17 smithi007 conmon[35366]: audit 2024-01-18T06:39:16.559981+0000 mgr.smithi007.eulhwp (mgr.14182) 1089 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:17.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:17 smithi007 conmon[35366]: cluster 2024-01-18T06:39:16.712900+0000 mgr.smithi007.eulhwp (mgr.14182) 1090 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:17 smithi181 conmon[39919]: audit 2024-01-18T06:39:16.559981+0000 mgr.smithi007.eulhwp (mgr.14182) 1089 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:17 smithi181 conmon[39919]: cluster 2024-01-18T06:39:16.712900+0000 mgr.smithi007.eulhwp (mgr.14182) 1090 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:18.223 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:20.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:19 smithi181 conmon[39919]: cluster 2024-01-18T06:39:18.713414+0000 mgr.smithi007.eulhwp (mgr.14182) 1091 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:20.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:19 smithi007 conmon[35366]: cluster 2024-01-18T06:39:18.713414 2024-01-18T06:39:20.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:19 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 1091 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:20.186 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:20.186 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:20.748 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:21.749 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:22.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:21 smithi181 conmon[39919]: audit 2024-01-18T06:39:20.182230+0000 mgr.smithi007.eulhwp (mgr.14182) 1092 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:22.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:21 smithi181 conmon[39919]: cluster 2024-01-18T06:39:20.714090+0000 mgr.smithi007.eulhwp (mgr.14182) 1093 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:21 smithi007 conmon[35366]: audit 2024-01-18T06:39:20.182230+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:39:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:21 smithi007 conmon[35366]: 1092 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:21 smithi007 conmon[35366]: cluster 2024-01-18T06:39:20.714090+0000 mgr.smithi007.eulhwp (mgr.14182) 1093 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:23.706 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:23.706 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:24.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:23 smithi181 conmon[39919]: cluster 2024-01-18T06:39:22.714855+0000 mgr.smithi007.eulhwp (mgr.14182) 1094 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:24.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:23 smithi007 conmon[35366]: cluster 2024-01-18T06:39:22.714855+0000 mgr.smithi007.eulhwp (mgr.14182) 1094 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:24.304 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:25.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:24 smithi181 conmon[39919]: audit 2024-01-18T06:39:23.702472+0000 mgr.smithi007.eulhwp (mgr.14182) 1095 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:25.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:24 smithi007 conmon[35366]: audit 2024-01-18T06:39:23.702472+0000 mgr.smithi007.eulhwp (mgr.14182) 1095 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:25.305 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:26.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:25 smithi181 conmon[39919]: cluster 2024-01-18T06:39:24.715589+0000 mgr.smithi007.eulhwp (mgr.14182) 1096 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:25 smithi007 conmon[35366]: cluster 2024-01-18T06:39:24.715589+0000 mgr.smithi007.eulhwp 2024-01-18T06:39:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:25 smithi007 conmon[35366]: (mgr.14182) 1096 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:27.285 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:27.285 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:27.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:27 smithi007 conmon[35366]: cluster 2024-01-18T06:39:26.716227+0000 mgr.smithi007.eulhwp (mgr.14182) 1097 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:27.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:27 smithi181 conmon[39919]: cluster 2024-01-18T06:39:26.716227+0000 mgr.smithi007.eulhwp (mgr.14182) 1097 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:27.888 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:28.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:28 smithi181 conmon[39919]: audit 2024-01-18T06:39:27.281716+0000 mgr.smithi007.eulhwp (mgr.14182) 1098 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:28.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:28 smithi007 conmon[35366]: audit 2024-01-18T06:39:27.281716+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:39:28.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:28 smithi007 conmon[35366]: 1098 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:28.889 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:29.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:29 smithi007 conmon[35366]: cluster 2024-01-18T06:39:28.716678+0000 mgr.smithi007.eulhwp (mgr.14182) 1099 2024-01-18T06:39:29.789 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:29 smithi007 conmon[35366]: : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:29.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:29 smithi181 conmon[39919]: cluster 2024-01-18T06:39:28.716678+0000 mgr.smithi007.eulhwp (mgr.14182) 1099 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:30.823 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:30.823 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:31.439 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:32.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:31 smithi181 conmon[39919]: cluster 2024-01-18T06:39:30.717187+0000 mgr.smithi007.eulhwp (mgr.14182) 1100 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:32.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:31 smithi181 conmon[39919]: audit 2024-01-18T06:39:30.819730+0000 mgr.smithi007.eulhwp (mgr.14182) 1101 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:31 smithi007 conmon[35366]: cluster 2024-01-18T06:39:30.717187+0000 mgr.smithi007.eulhwp (mgr.14182) 1100 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:31 smithi007 conmon[35366]: audit 2024-01-18T06:39:30.819730+0000 mgr.smithi007.eulhwp (mgr.14182) 1101 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:32.439 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:33.999 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:33 smithi007 conmon[35366]: cluster 2024-01-18T06:39:32.717712+0000 mgr.smithi007.eulhwp (mgr.14182) 1102 : cluster [DBG] 2024-01-18T06:39:34.000 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:33 smithi007 conmon[35366]: pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:34.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:33 smithi181 conmon[39919]: cluster 2024-01-18T06:39:32.717712+0000 mgr.smithi007.eulhwp (mgr.14182) 1102 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:34.401 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:34.401 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:35.003 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:36.003 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:36.039 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:35 smithi007 conmon[35366]: audit 2024-01-18T06:39:34.397214+0000 mgr.smithi007.eulhwp (mgr.14182) 1103 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:36.039 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:35 smithi007 conmon[35366]: cluster 2024-01-18T06:39:34.718422+0000 mgr.smithi007.eulhwp (mgr.14182) 1104 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:36.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:35 smithi181 conmon[39919]: audit 2024-01-18T06:39:34.397214+0000 mgr.smithi007.eulhwp (mgr.14182) 1103 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:36.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:35 smithi181 conmon[39919]: cluster 2024 2024-01-18T06:39:36.040 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:35 smithi181 conmon[39919]: -01-18T06:39:34.718422+0000 mgr.smithi007.eulhwp (mgr.14182) 1104 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:37 smithi007 conmon[35366]: cluster 2024-01-18T06:39:36.719084+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:39:37.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:37 smithi007 conmon[35366]: mgr.14182) 1105 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:37 smithi181 conmon[39919]: cluster 2024-01-18T06:39:36.719084+0000 mgr.smithi007.eulhwp (mgr.14182) 1105 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:38.022 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:38.022 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:38.611 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:39.612 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:40.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:39 smithi181 conmon[39919]: audit 2024-01-18T06:39:38.017994+0000 mgr.smithi007.eulhwp (mgr.14182) 1106 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:40.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:39 smithi181 conmon[39919]: cluster 2024-01- 2024-01-18T06:39:40.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:39 smithi181 conmon[39919]: 18T06:39:38.719667+0000 mgr.smithi007.eulhwp (mgr.14182) 1107 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:40.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:39 smithi007 conmon[35366]: audit 2024-01-18T06:39:38.017994+0000 mgr.smithi007.eulhwp (mgr.14182) 1106 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:40.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:39 smithi007 conmon[35366]: cluster 2024-01-18T06:39:38.719667+0000 mgr.smithi007.eulhwp (mgr.14182) 1107 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:41.532 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:41.532 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:42.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:41 smithi181 conmon[39919]: cluster 2024-01-18T06:39:40.720498+0000 mgr.smithi007.eulhwp (mgr.14182) 1108 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:41 smithi007 conmon[35366]: cluster 2024-01-18T06:39:40.720498+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:39:42.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:41 smithi007 conmon[35366]: 14182) 1108 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:42.220 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:43.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:42 smithi181 conmon[39919]: audit 2024-01-18T06:39:41.527914+0000 mgr.smithi007.eulhwp (mgr.14182) 1109 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:43.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:42 smithi007 conmon[35366]: audit 2024-01-18T06:39:41.527914+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:39:43.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:42 smithi007 conmon[35366]: ) 1109 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:43.221 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:43 smithi181 conmon[39919]: cluster 2024-01-18T06:39:42.721220+0000 mgr.smithi007.eulhwp (mgr.14182) 1110 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:43 smithi007 conmon[35366]: cluster 2024-01-18T06:39:42.721220+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:39:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:43 smithi007 conmon[35366]: .14182) 1110 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:45.194 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:45.194 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:45.803 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:46.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:45 smithi181 conmon[39919]: cluster 2024-01-18T06:39:44.721891+0000 mgr.smithi007.eulhwp (mgr.14182) 1111 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:46.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:45 smithi007 conmon[35366]: cluster 2024-01-18T06:39:44.721891+0000 mgr.smithi007.eulhwp (mgr.14182) 1111 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:46.805 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:46 smithi007 conmon[35366]: audit 2024-01-18T06:39:45.190274+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:39:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:46 smithi007 conmon[35366]: 1112 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:46 smithi181 conmon[39919]: audit 2024-01-18T06:39:45.190274+0000 mgr.smithi007.eulhwp (mgr.14182) 1112 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:48.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:47 smithi007 conmon[35366]: cluster 2024-01-18T06:39:46.722483+0000 mgr.smithi007.eulhwp (mgr.14182) 1113 : cluster 2024-01-18T06:39:48.068 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:47 smithi007 conmon[35366]: [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:48.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:47 smithi181 conmon[39919]: cluster 2024-01-18T06:39:46.722483+0000 mgr.smithi007.eulhwp (mgr.14182) 1113 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:48.776 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:48.776 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:49.382 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:49 smithi007 conmon[35366]: cluster 2024-01-18T06:39:48.722883+0000 mgr.smithi007.eulhwp (mgr.14182) 1114 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:49 smithi007 conmon[35366]: audit 2024-01-18T06:39:48.772535+0000 mgr.smithi007.eulhwp (mgr.14182) 1115 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:50.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:49 smithi181 conmon[39919]: cluster 2024-01-18T06:39:48.722883+0000 mgr.smithi007.eulhwp (mgr.14182) 1114 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:50.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:49 smithi181 conmon[39919]: audit 2024-01-18T06:39:48.772535+0000 2024-01-18T06:39:50.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:49 smithi181 conmon[39919]: mgr.smithi007.eulhwp (mgr.14182) 1115 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:50.383 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:51.897 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:51 smithi007 conmon[35366]: cluster 2024-01-18T06:39:50.723468+0000 mgr.smithi007.eulhwp (mgr.14182) 1116 : 2024-01-18T06:39:51.898 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:51 smithi007 conmon[35366]: cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:52.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:51 smithi181 conmon[39919]: cluster 2024-01-18T06:39:50.723468+0000 mgr.smithi007.eulhwp (mgr.14182) 1116 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:52.316 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:52.316 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:52.926 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:53.927 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:53 smithi007 conmon[35366]: audit 2024-01-18T06:39:52.312703+0000 mgr.smithi007.eulhwp (mgr.14182) 1117 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:53 smithi007 conmon[35366]: cluster 2024-01-18T06:39:52.723992+0000 mgr.smithi007.eulhwp (mgr.14182) 1118 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:54.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:53 smithi181 conmon[39919]: audit 2024-01-18T06:39:52.312703+0000 mgr.smithi007.eulhwp (mgr.14182) 1117 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:54.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:53 smithi181 conmon[39919]: cluster 2024-01-18T 2024-01-18T06:39:54.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:53 smithi181 conmon[39919]: 06:39:52.723992+0000 mgr.smithi007.eulhwp (mgr.14182) 1118 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:55.883 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:55.883 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:56.076 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:55 smithi007 conmon[35366]: cluster 2024-01-18T06:39:54.724788+0000 mgr.smithi007.eulhwp (mgr.14182) 1119 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:56.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:55 smithi181 conmon[39919]: cluster 2024-01-18T06:39:54.724788+0000 mgr.smithi007.eulhwp (mgr.14182) 1119 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:56.458 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:39:57.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:56 smithi007 conmon[35366]: audit 2024-01-18T06:39:55.879348+0000 mgr.smithi007.eulhwp (mgr.14182) 1120 : audit 2024-01-18T06:39:57.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:56 smithi007 conmon[35366]: [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:57.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:56 smithi181 conmon[39919]: audit 2024-01-18T06:39:55.879348+0000 mgr.smithi007.eulhwp (mgr.14182) 1120 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:39:57.460 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:39:58.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:57 smithi007 conmon[35366]: cluster 2024-01-18T06:39:56. 2024-01-18T06:39:58.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:57 smithi007 conmon[35366]: 725436+0000 mgr.smithi007.eulhwp (mgr.14182) 1121 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:58.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:57 smithi181 conmon[39919]: cluster 2024-01-18T06:39:56.725436+0000 mgr.smithi007.eulhwp (mgr.14182) 1121 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:39:58.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:57 smithi181 conmon[39919]: 2024-01-18T06:39:59.348 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:39:59.348 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:39:59.914 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:00.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:39:59 smithi007 conmon[35366]: cluster 2024-01-18T06:39:58.725886+0000 mgr.smithi007.eulhwp (mgr.14182) 1122 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:00.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:39:59 smithi181 conmon[39919]: cluster 2024-01-18T06:39:58.725886+0000 mgr.smithi007.eulhwp (mgr.14182) 1122 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:00.915 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:01.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:00 smithi007 conmon[35366]: audit 2024-01-18T06:39:59.344063+0000 mgr.smithi007.eulhwp (mgr.14182) 1123 : audit 2024-01-18T06:40:01.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:00 smithi007 conmon[35366]: [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:01.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:00 smithi007 conmon[35366]: cluster 2024-01-18T06:40:00.000125+0000 mon.smithi007 (mon.0) 731 : cluster [INF] overall HEALTH_OK 2024-01-18T06:40:01.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:00 smithi181 conmon[39919]: audit 2024-01-18T06:39:59.344063+0000 mgr.smithi007.eulhwp (mgr.14182) 1123 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:01.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:00 smithi181 conmon[39919]: cluster 2024-01-18T06:40 2024-01-18T06:40:01.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:00 smithi181 conmon[39919]: :00.000125+0000 mon.smithi007 (mon.0) 731 : cluster [INF] overall HEALTH_OK 2024-01-18T06:40:02.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:01 smithi007 conmon[35366]: cluster 2024-01-18T06:40:00.726471+0000 mgr.smithi007.eulhwp (mgr.14182) 1124 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:01 smithi181 conmon[39919]: cluster 2024-01-18T06:40:00.726471+0000 mgr.smithi007.eulhwp (mgr.14182) 1124 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:02.878 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:02.879 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:31:08.807333Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.ljooph on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:03.500 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:04.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:03 smithi007 conmon[35366]: cluster 2024-01-18T06:40:02.726997+0000 mgr.smithi007.eulhwp (mgr.14182) 1125 2024-01-18T06:40:04.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:03 smithi007 conmon[35366]: : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:04.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:03 smithi007 conmon[35366]: audit 2024-01-18T06:40:02.874600+0000 mgr.smithi007.eulhwp (mgr.14182) 1126 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:04.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:03 smithi181 conmon[39919]: cluster 2024-01-18T06:40:02.726997+0000 mgr.smithi007.eulhwp (mgr.14182) 1125 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:04.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:03 smithi181 conmon[39919]: audit 2024-01-18T06:40:02.874600+0000 mgr.smithi007.eulhwp (mgr.14182) 1126 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:04.501 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:05.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:04 smithi007 conmon[35366]: audit 2024-01-18T06:40:04.370588+0000 mon.smithi007 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi181.gmywtu"}]: dispatch 2024-01-18T06:40:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:04 smithi181 conmon[39919]: audit 2024-01-18T06:40:04.370588+0000 mon.smithi007 (mon.0) 732 : audit [INF] 2024-01-18T06:40:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:04 smithi181 conmon[39919]: from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi181.gmywtu"}]: dispatch 2024-01-18T06:40:06.104 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: cephadm 2024-01-18T06:40:04.369862+0000 mgr.smithi007.eulhwp (mgr.14182) 1127 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu 2024-01-18T06:40:06.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu 2024-01-18T06:40:06.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi181.gmywtu ... 2024-01-18T06:40:06.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:40:06.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:40:06.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:38:07Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:38:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:39:23Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: 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 2024-01-18T06:40:06.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: 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 2024-01-18T06:40:06.105 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: Traceback (most recent call last): 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: yield (conn, connr) 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: code, '\n'.join(err))) 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi181.gmywtu ... 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:38:07Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.106 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:38:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.107 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:39:23Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.107 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: 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 2024-01-18T06:40:06.107 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: 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 2024-01-18T06:40:06.107 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T06:40:06.107 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:40:06.107 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: cephadm 2024-01-18T06:40:04.370165+0000 mgr.smithi007.eulhwp (mgr.14182) 1128 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.107 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: cephadm 2024-01-18T06:40:04.371453+0000 mgr.smithi007.eulhwp (mgr.14182) 1129 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu 2024-01-18T06:40:06.107 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu 2024-01-18T06:40:06.107 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.107 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi181.gmywtu ... 2024-01-18T06:40:06.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:40:06.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:40:06.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:38:07Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:38:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:39:23Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: 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 2024-01-18T06:40:06.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: 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 2024-01-18T06:40:06.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:40:06.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: cephadm 2024-01-18T06:40:04.374509+0000 mgr.smithi007.eulhwp (mgr.14182) 1130 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi007.bhgohq on smithi007 2024-01-18T06:40:06.108 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:05 smithi007 conmon[35366]: cluster 2024-01-18T06:40:04.727641+0000 mgr.smithi007.eulhwp (mgr.14182) 1131 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:06.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: cephadm 2024-01-18T06:40:04.369862+0000 mgr.smithi007.eulhwp (mgr.14182) 1127 : cephadm [ERR] 2024-01-18T06:40:06.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu 2024-01-18T06:40:06.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu 2024-01-18T06:40:06.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi181.gmywtu ... 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:38:07Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:38:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:39:23Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: 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 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: 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 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: Traceback (most recent call last): 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: yield (conn, connr) 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: code, '\n'.join(err))) 2024-01-18T06:40:06.110 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi181.gmywtu ... 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:38:07Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:38:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:39:23Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: 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 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: 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 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: ERROR: F 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: ailed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: cephadm 2024-01-18T06:40:04.370165+0000 mgr.smithi007.eulhwp (mgr.14182) 1128 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: cephadm 2024-01-18T06:40:04.371453+0000 mgr.smithi007.eulhwp (mgr.14182) 1129 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu 2024-01-18T06:40:06.111 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu 2024-01-18T06:40:06.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu 2024-01-18T06:40:06.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi181.gmywtu ... 2024-01-18T06:40:06.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:40:06.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:40:06.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:38:07Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:38:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:39:23Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:40:06.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: 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 2024-01-18T06:40:06.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: 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 2024-01-18T06:40:06.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: 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=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:40:06.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: cephadm 2024-01-18T06:40:04.374509+0000 mgr.smithi007.eulhwp (mgr.14182) 1130 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi007.bhgohq on smithi007 2024-01-18T06:40:06.112 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:05 smithi181 conmon[39919]: cluster 2024-01-18T06:40:04.727641+0000 mgr.smithi007.eulhwp (mgr.14182) 1131 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:06.536 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:06.537 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:07.164 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:07.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:07 smithi181 conmon[39919]: audit 2024-01-18T06:40:06.533312+0000 mgr.smithi007.eulhwp (mgr.14182) 1132 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:07.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:07 smithi181 conmon[39919]: cluster 2024-01-18T06:40:06.728232+0000 mgr.smithi007.eulhwp (mgr.14182) 1133 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:07.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:07 smithi007 conmon[35366]: audit 2024-01-18T06:40:06.533312 2024-01-18T06:40:07.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:07 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 1132 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:07.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:07 smithi007 conmon[35366]: cluster 2024-01-18T06:40:06.728232+0000 mgr.smithi007.eulhwp (mgr.14182) 1133 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:08.165 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:10.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:09 smithi181 conmon[39919]: cluster 2024-01-18T06:40:08.728759+0000 mgr.smithi007.eulhwp (mgr.14182) 1134 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:10.106 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:10.106 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:10.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:09 smithi007 conmon[35366]: cluster 2024-01-18T06:40:08.728759+0000 mgr.smithi007.eulhwp (mgr.14182) 1134 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:10.739 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:11.740 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:11 smithi181 conmon[39919]: audit 2024-01-18T06:40:10.101508+0000 mgr.smithi007.eulhwp (mgr.14182) 1135 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:11 smithi181 conmon[39919]: 2024-01-18T06:40:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:11 smithi181 conmon[39919]: cluster 2024-01-18T06:40:10.729332+0000 mgr.smithi007.eulhwp (mgr.14182) 1136 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:11 smithi007 conmon[35366]: audit 2024-01-18T06:40:10.101508+0000 mgr.smithi007.eulhwp (mgr.14182) 1135 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:11 smithi007 conmon[35366]: cluster 2024-01-18T06:40:10.729332+0000 mgr.smithi007.eulhwp (mgr.14182) 1136 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:13.637 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:13.637 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:14.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:13 smithi007 conmon[35366]: cluster 2024-01-18T06:40:12.729917+0000 mgr.smithi007.eulhwp (mgr.14182) 1137 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:14.236 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:14.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:13 smithi181 conmon[39919]: cluster 2024-01-18T06:40:12.729917+0000 mgr.smithi007.eulhwp (mgr.14182) 1137 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:15.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:14 smithi007 conmon[35366]: audit 2024-01-18T06:40:13.632929+0000 mgr.smithi007.eulhwp (mgr.14182) 1138 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:15.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:14 smithi007 conmon[35366]: 2024-01-18T06:40:15.237 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:15.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:14 smithi181 conmon[39919]: audit 2024-01-18T06:40:13.632929+0000 mgr.smithi007.eulhwp (mgr.14182) 1138 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:16.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:15 smithi181 conmon[39919]: cluster 2024-01-18T06:40:14.730675+0000 mgr.smithi007.eulhwp (mgr.14182) 1139 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:15 smithi007 conmon[35366]: cluster 2024-01-18T06:40:14.730675+0000 mgr.smithi007.eulhwp (mgr.14182) 1139 2024-01-18T06:40:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:15 smithi007 conmon[35366]: : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:17.238 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:17.238 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:17.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:17 smithi007 conmon[35366]: cluster 2024-01-18T06:40:16.731259+0000 mgr.smithi007.eulhwp (mgr.14182) 1140 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:17 smithi181 conmon[39919]: cluster 2024-01-18T06:40:16.731259+0000 mgr.smithi007.eulhwp (mgr.14182) 1140 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:17.845 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:18.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:18 smithi181 conmon[39919]: audit 2024-01-18T06:40:17.233474+0000 mgr.smithi007.eulhwp (mgr.14182) 1141 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:18.846 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:18.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:18 smithi007 conmon[35366]: audit 2024-01-18T06:40:17.233474+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:40:18.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:18 smithi007 conmon[35366]: .14182) 1141 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:19.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:19 smithi007 conmon[35366]: cluster 2024-01-18T06:40:18.731837+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:40:19.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:19 smithi007 conmon[35366]: .14182) 1142 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:19.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:19 smithi181 conmon[39919]: cluster 2024-01-18T06:40:18.731837+0000 mgr.smithi007.eulhwp (mgr.14182) 1142 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:20.787 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:20.787 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:21.403 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:22.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:21 smithi181 conmon[39919]: cluster 2024-01-18T06:40:20.732357+0000 mgr.smithi007.eulhwp (mgr.14182) 1143 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:22.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:21 smithi181 conmon[39919]: audit 2024-01-18T06:40:20.782256+0000 mgr.smithi007.eulhwp (mgr.14182) 1144 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:21 smithi007 conmon[35366]: cluster 2024-01-18T06:40:20.732357+0000 mgr.smithi007.eulhwp (mgr.14182) 1143 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:21 smithi007 conmon[35366]: audit 2024 2024-01-18T06:40:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:21 smithi007 conmon[35366]: -01-18T06:40:20.782256+0000 mgr.smithi007.eulhwp (mgr.14182) 1144 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:22.404 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:23.922 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:23 smithi007 conmon[35366]: cluster 2024-01-18T06:40:22.732824+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:40:23.922 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:23 smithi007 conmon[35366]: ) 1145 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:24.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:23 smithi181 conmon[39919]: cluster 2024-01-18T06:40:22.732824+0000 mgr.smithi007.eulhwp (mgr.14182) 1145 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:24.326 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:24.326 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:24.960 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:25.961 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:26.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:25 smithi181 conmon[39919]: audit 2024-01-18T06:40:24.321833+0000 mgr.smithi007.eulhwp (mgr.14182) 1146 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:26.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:25 smithi181 conmon[39919]: cluster 2024-01-18T06:40:24.733404+0000 mgr.smithi007.eulhwp (mgr.14182) 1147 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:25 smithi007 conmon[35366]: audit 2024-01-18T06:40:24.321833+0000 mgr.smithi007.eulhwp (mgr.14182) 1146 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:25 smithi007 conmon[35366]: cluster 2024-01-18T06:40:24.733404+0000 mgr.smithi007.eulhwp (mgr.14182) 1147 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:27.495 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:27 smithi007 conmon[35366]: cluster 2024-01-18T06:40:26.734048+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:40:27.495 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:27 smithi007 conmon[35366]: 1148 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:27.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:27 smithi181 conmon[39919]: cluster 2024-01-18T06:40:26.734048+0000 mgr.smithi007.eulhwp (mgr.14182) 1148 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:27.914 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:27.914 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:28.484 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:28.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:28 smithi181 conmon[39919]: audit 2024-01-18T06:40:27.910328+0000 mgr.smithi007.eulhwp (mgr.14182) 1149 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:28.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:28 smithi007 conmon[35366]: audit 2024-01-18T06:40:27.910328+0000 mgr.smithi007.eulhwp (mgr.14182) 1149 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:29.485 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:29.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:29 smithi181 conmon[39919]: cluster 2024-01-18T06:40:28.734592+0000 mgr.smithi007.eulhwp (mgr.14182) 1150 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:29.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:29 smithi007 conmon[35366]: cluster 2024-01-18T06:40:28.734592+0000 mgr.smithi007.eulhwp (mgr.14182) 1150 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:31.403 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:31.404 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:32.041 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:31 smithi007 conmon[35366]: cluster 2024-01-18T06:40:30.735185+0000 2024-01-18T06:40:32.041 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:31 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 1151 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:32.042 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:32.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:31 smithi181 conmon[39919]: cluster 2024-01-18T06:40:30.735185+0000 mgr.smithi007.eulhwp (mgr.14182) 1151 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:33.043 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:33.078 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:32 smithi007 conmon[35366]: audit 2024-01-18T06:40:31.399652+0000 mgr.smithi007.eulhwp (mgr.14182) 1152 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:33.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:32 smithi181 conmon[39919]: audit 2024-01-18T06:40:31.399652+0000 mgr.smithi007.eulhwp (mgr.14182) 1152 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:34.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:33 smithi007 conmon[35366]: cluster 2024-01-18T06:40:32.735865+0000 mgr.smithi007.eulhwp (mgr.14182) 1153 : cluster 2024-01-18T06:40:34.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:33 smithi007 conmon[35366]: [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:34.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:33 smithi181 conmon[39919]: cluster 2024-01-18T06:40:32.735865+0000 mgr.smithi007.eulhwp (mgr.14182) 1153 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:34.948 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:34.948 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:35.549 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:36.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:35 smithi181 conmon[39919]: cluster 2024-01-18T06:40:34.736512+0000 mgr.smithi007.eulhwp (mgr.14182) 1154 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:36.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:35 smithi181 conmon[39919]: audit 2024 2024-01-18T06:40:36.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:35 smithi181 conmon[39919]: -01-18T06:40:34.944051+0000 mgr.smithi007.eulhwp (mgr.14182) 1155 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:35 smithi007 conmon[35366]: cluster 2024-01-18T06:40:34.736512+0000 mgr.smithi007.eulhwp (mgr.14182) 1154 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:35 smithi007 conmon[35366]: audit 2024-01-18T06:40:34.944051+0000 mgr.smithi007.eulhwp (mgr.14182) 1155 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:36.550 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:37.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:37 smithi181 conmon[39919]: cluster 2024-01-18T06:40:36.737111+0000 mgr.smithi007.eulhwp (mgr.14182) 1156 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:37.842 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:37 smithi007 conmon[35366]: cluster 2024-01-18T06:40:36.737111+0000 mgr.smithi007.eulhwp (mgr.14182) 1156 2024-01-18T06:40:37.843 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:37 smithi007 conmon[35366]: : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:38.531 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:38.531 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:39.149 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:40.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:39 smithi007 conmon[35366]: audit 2024-01-18T06:40:38.527398+0000 mgr.smithi007.eulhwp (mgr.14182) 1157 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:40.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:39 smithi007 conmon[35366]: cluster 2024-01-18T06:40:38.737618+0000 mgr.smithi007.eulhwp (mgr.14182) 1158 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:40.150 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:39 smithi181 conmon[39919]: audit 2024-01-18T06:40:38.527398+0000 mgr.smithi007.eulhwp (mgr.14182) 1157 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:39 smithi181 conmon[39919]: cluster 2024-01-18T06:40:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:39 smithi181 conmon[39919]: 2024-01-18T06:40:38.737618+0000 mgr.smithi007.eulhwp (mgr.14182) 1158 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:41.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:41 smithi007 conmon[35366]: cluster 2024-01-18T06:40:40.738435+0000 2024-01-18T06:40:41.864 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:41 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 1159 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:42.025 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:42.025 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:42.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:41 smithi181 conmon[39919]: cluster 2024-01-18T06:40:40.738435+0000 mgr.smithi007.eulhwp (mgr.14182) 1159 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:42.632 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:42.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:42 smithi007 conmon[35366]: audit 2024-01-18T06:40:42.021476+0000 2024-01-18T06:40:42.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:42 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 1160 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:43.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:42 smithi181 conmon[39919]: audit 2024-01-18T06:40:42.021476+0000 mgr.smithi007.eulhwp (mgr.14182) 1160 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:43.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:42 smithi181 conmon[39919]: 2024-01-18T06:40:43.633 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:43 smithi007 conmon[35366]: cluster 2024-01-18T06:40:42.739098+0000 mgr.smithi007.eulhwp (mgr.14182) 1161 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:43 smithi181 conmon[39919]: cluster 2024-01-18T06:40:42.739098+0000 mgr.smithi007.eulhwp (mgr.14182) 1161 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:40:45.650 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:45.650 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:46.107 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:45 smithi181 conmon[39919]: cluster 2024-01-18T06:40:44.739776+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:40:46.107 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:45 smithi181 conmon[39919]: 14182) 1162 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 10 op/s 2024-01-18T06:40:46.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:45 smithi007 conmon[35366]: cluster 2024-01-18T06:40:44.739776+0000 mgr.smithi007.eulhwp (mgr.14182) 1162 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 10 op/s 2024-01-18T06:40:46.297 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:46 smithi007 conmon[35366]: audit 2024-01-18T06:40:45.646334+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:40:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:46 smithi007 conmon[35366]: .14182) 1163 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:46 smithi181 conmon[39919]: audit 2024-01-18T06:40:45.646334+0000 mgr.smithi007.eulhwp (mgr.14182) 1163 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:47.299 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:48.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:47 smithi007 conmon[35366]: cluster 2024-01-18T06:40:46 2024-01-18T06:40:48.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:47 smithi007 conmon[35366]: .740596+0000 mgr.smithi007.eulhwp (mgr.14182) 1164 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 72 op/s 2024-01-18T06:40:48.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:47 smithi181 conmon[39919]: cluster 2024-01-18T06:40:46 2024-01-18T06:40:48.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:47 smithi181 conmon[39919]: .740596+0000 mgr.smithi007.eulhwp (mgr.14182) 1164 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 72 op/s 2024-01-18T06:40:49.283 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:49.283 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:50.013 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:49 smithi007 conmon[35366]: cluster 2024-01-18T06:40:48.741125+0000 mgr.smithi007.eulhwp (mgr.14182) 1165 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 79 op/s 2024-01-18T06:40:50.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:49 smithi181 conmon[39919]: cluster 2024-01-18T06:40:48.741125+0000 mgr.smithi007.eulhwp (mgr.14182) 1165 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 79 op/s 2024-01-18T06:40:51.015 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:51.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:50 smithi007 conmon[35366]: audit 2024-01-18T06:40:49.278621+0000 mgr.smithi007.eulhwp (mgr.14182) 1166 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:51.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:50 smithi181 conmon[39919]: audit 2024-01-18T06:40:49.278621+0000 mgr.smithi007.eulhwp (mgr.14182) 1166 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:51 smithi007 conmon[35366]: cluster 2024-01-18T06:40:50.741851+0000 mgr.smithi007.eulhwp (mgr.14182) 1167 : 2024-01-18T06:40:52.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:51 smithi007 conmon[35366]: cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 KiB/s rd, 0 B/s wr, 155 op/s 2024-01-18T06:40:52.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:51 smithi181 conmon[39919]: cluster 2024-01-18T06:40:50.741851+0000 mgr.smithi007.eulhwp (mgr.14182) 1167 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 KiB/s rd, 0 B/s wr, 155 op/s 2024-01-18T06:40:52.887 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:52.888 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:53.497 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:53 smithi007 conmon[35366]: cluster 2024-01-18T06:40:52.742365+0000 mgr.smithi007.eulhwp (mgr.14182) 1168 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-01-18T06:40:54.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:53 smithi007 conmon[35366]: audit 2024-01-18T06:40:52.883190+0000 mgr.smithi007.eulhwp (mgr.14182) 1169 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:54.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:53 smithi181 conmon[39919]: cluster 2024-01-18T06:40:52.742365+0000 mgr.smithi007.eulhwp (mgr.14182) 1168 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-01-18T06:40:54.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:53 smithi181 conmon[39919]: audit 2024-01-18T06:40:52.883190+0000 mgr.smithi007.eulhwp (mgr.14182) 1169 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:54.499 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:56.003 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:55 smithi007 conmon[35366]: cluster 2024-01-18T06:40:54.742898+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:40:56.004 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:55 smithi007 conmon[35366]: .14182) 1170 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-01-18T06:40:56.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:55 smithi181 conmon[39919]: cluster 2024-01-18T06:40:54.742898+0000 mgr.smithi007.eulhwp (mgr.14182) 1170 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-01-18T06:40:56.405 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:40:56.405 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:40:56.987 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:40:57.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:57 smithi181 conmon[39919]: audit 2024-01-18T06:40:56.400861+0000 mgr.smithi007.eulhwp (mgr.14182) 1171 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:57.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:57 smithi181 conmon[39919]: cluster 2024-01-18T06:40:56.743555+0000 mgr.smithi007.eulhwp (mgr.14182) 1172 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 169 op/s 2024-01-18T06:40:57.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:57 smithi007 conmon[35366]: audit 2024-01-18T06:40:56.400861+0000 mgr.smithi007.eulhwp (mgr.14182) 1171 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:40:57.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:57 smithi007 conmon[35366]: cluster 2024-01-18T06:40:56.743555+0000 mgr.smithi007.eulhwp (mgr.14182) 1172 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 169 op/s 2024-01-18T06:40:57.988 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:40:59.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:40:59 smithi007 conmon[35366]: cluster 2024-01-18T06:40:58.744012+0000 mgr.smithi007.eulhwp (mgr.14182) 1173 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 64 KiB/s rd, 0 B/s wr, 107 op/s 2024-01-18T06:41:00.002 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:00.002 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:00.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:40:59 smithi181 conmon[39919]: cluster 2024-01-18T06:40:58.744012+0000 mgr.smithi007.eulhwp (mgr.14182) 1173 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 64 KiB/s rd, 0 B/s wr, 107 op/s 2024-01-18T06:41:00.603 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:00.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:00 smithi007 conmon[35366]: audit 2024-01-18T06:40:59.998386+0000 mgr.smithi007.eulhwp (mgr.14182) 1174 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:01.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:00 smithi181 conmon[39919]: audit 2024-01-18T06:40:59.998386+0000 mgr.smithi007.eulhwp (mgr.14182) 1174 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:01.604 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:02.092 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:01 smithi007 conmon[35366]: cluster 2024-01-18T06:41:00.744769+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:41:02.092 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:01 smithi007 conmon[35366]: ) 1175 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 60 KiB/s rd, 0 B/s wr, 99 op/s 2024-01-18T06:41:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:01 smithi181 conmon[39919]: cluster 2024-01-18T06:41:00.744769+0000 mgr.smithi007.eulhwp (mgr.14182) 1175 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 60 KiB/s rd, 0 B/s wr, 99 op/s 2024-01-18T06:41:03.560 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:03.560 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:03.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:03 smithi007 conmon[35366]: cluster 2024-01-18T06:41:02.745295+0000 mgr.smithi007.eulhwp (mgr.14182) 1176 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 24 op/s 2024-01-18T06:41:04.170 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:04.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:03 smithi181 conmon[39919]: cluster 2024-01-18T06:41:02.745295+0000 mgr.smithi007.eulhwp (mgr.14182) 1176 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 24 op/s 2024-01-18T06:41:05.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:04 smithi007 conmon[35366]: audit 2024-01-18T06:41:03.556198+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:41:05.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:04 smithi007 conmon[35366]: 1177 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:05.172 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:04 smithi181 conmon[39919]: audit 2024-01-18T06:41:03.556198+0000 mgr.smithi007.eulhwp (mgr.14182) 1177 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:06.048 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:05 smithi007 conmon[35366]: cluster 2024-01-18T06:41:04.745855+0000 mgr.smithi007.eulhwp (mgr.14182) 1178 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 B/s wr, 0 op/s 2024-01-18T06:41:06.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:05 smithi181 conmon[39919]: cluster 2024-01-18T06:41:04.745855+0000 mgr.smithi007.eulhwp (mgr.14182) 1178 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 B/s wr, 0 op/s 2024-01-18T06:41:07.149 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:07.149 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:07.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:07 smithi007 conmon[35366]: cluster 2024-01-18T06:41:06.746431+0000 mgr.smithi007.eulhwp (mgr.14182) 1179 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:07.735 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:07.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:07 smithi181 conmon[39919]: cluster 2024-01-18T06:41:06.746431+0000 mgr.smithi007.eulhwp (mgr.14182) 1179 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:08.736 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:08.771 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:08 smithi007 conmon[35366]: audit 2024-01-18T06:41:07.145449+0000 mgr.smithi007.eulhwp 2024-01-18T06:41:08.771 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:08 smithi007 conmon[35366]: (mgr.14182) 1180 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:08.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:08 smithi181 conmon[39919]: audit 2024-01-18T06:41:07.145449+0000 mgr.smithi007.eulhwp (mgr.14182) 1180 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:09.564 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:09 smithi007 conmon[35366]: cluster 2024-01-18T06:41:08.747017+0000 mgr.smithi007.eulhwp (mgr.14182) 1181 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:09.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:09 smithi181 conmon[39919]: cluster 2024-01-18T06:41:08.747017+0000 mgr.smithi007.eulhwp (mgr.14182) 1181 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:10.616 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:10.616 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:11.160 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:11 smithi007 conmon[35366]: audit 2024-01-18T06:41:10.612159+0000 mgr.smithi007.eulhwp (mgr.14182) 1182 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:11 smithi007 conmon[35366]: cluster 2024-01-18T06:41:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:11 smithi007 conmon[35366]: 2024-01-18T06:41:10.747610+0000 mgr.smithi007.eulhwp (mgr.14182) 1183 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:12.161 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:11 smithi181 conmon[39919]: audit 2024-01-18T06:41:10.612159+0000 mgr.smithi007.eulhwp (mgr.14182) 1182 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:11 smithi181 conmon[39919]: cluster 2024-01-18T06:41:10.747610+0000 mgr.smithi007.eulhwp (mgr.14182) 1183 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:14.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:13 smithi007 conmon[35366]: cluster 2024-01-18T06:41:12.748137+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:41:14.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:13 smithi007 conmon[35366]: .14182) 1184 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:14.200 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:14.200 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:14.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:13 smithi181 conmon[39919]: cluster 2024-01-18T06:41:12.748137+0000 mgr.smithi007.eulhwp (mgr.14182) 1184 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:14.785 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:15.787 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:16.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:15 smithi181 conmon[39919]: audit 2024-01-18T06:41:14.196758+0000 mgr.smithi007.eulhwp (mgr.14182) 1185 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:16.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:15 smithi181 conmon[39919]: cluster 2024-01-18T06:41:14.748957+0000 mgr.smithi007.eulhwp (mgr.14182) 1186 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:15 smithi007 conmon[35366]: audit 2024-01-18T06:41 2024-01-18T06:41:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:15 smithi007 conmon[35366]: :14.196758+0000 mgr.smithi007.eulhwp (mgr.14182) 1185 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:15 smithi007 conmon[35366]: cluster 2024-01-18T06:41:14.748957+0000 mgr.smithi007.eulhwp (mgr.14182) 1186 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:17.612 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:17 smithi007 conmon[35366]: cluster 2024-01-18T06:41:16.749731+0000 mgr.smithi007.eulhwp (mgr.14182) 1187 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:17.639 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:17.639 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:17 smithi181 conmon[39919]: cluster 2024-01-18T06:41:16.749731+0000 mgr.smithi007.eulhwp (mgr.14182) 1187 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:18.275 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:18.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:18 smithi007 conmon[35366]: audit 2024-01-18T06:41:17.635891+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:41:18.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:18 smithi007 conmon[35366]: 1188 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:18.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:18 smithi181 conmon[39919]: audit 2024-01-18T06:41:17.635891+0000 mgr.smithi007.eulhwp (mgr.14182) 1188 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:19.277 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:19.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:19 smithi007 conmon[35366]: cluster 2024-01-18T06:41:18.750314+0000 mgr.smithi007.eulhwp (mgr.14182) 1189 : cluster 2024-01-18T06:41:19.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:19 smithi007 conmon[35366]: [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:19.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:19 smithi181 conmon[39919]: cluster 2024-01-18T06:41:18.750314+0000 mgr.smithi007.eulhwp (mgr.14182) 1189 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:19.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:19 smithi181 conmon[39919]: 2024-01-18T06:41:21.239 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:21.239 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:21.828 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:21 smithi007 conmon[35366]: cluster 2024-01-18T06:41:20.751180+0000 mgr.smithi007.eulhwp (mgr.14182) 1190 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:22.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:21 smithi181 conmon[39919]: cluster 2024-01-18T06:41:20.751180+0000 mgr.smithi007.eulhwp (mgr.14182) 1190 : cluster [DBG] 2024-01-18T06:41:22.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:21 smithi181 conmon[39919]: pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:22.829 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:23.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:22 smithi007 conmon[35366]: audit 2024-01-18T06:41:21.234848+0000 mgr.smithi007.eulhwp (mgr.14182) 1191 : 2024-01-18T06:41:23.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:22 smithi007 conmon[35366]: audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:23.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:22 smithi181 conmon[39919]: audit 2024-01-18T06:41:21.234848+0000 mgr.smithi007.eulhwp (mgr.14182) 1191 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:24.052 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:23 smithi007 conmon[35366]: cluster 2024-01-18T06:41:22.751825+0000 mgr.smithi007.eulhwp (mgr.14182) 1192 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:24.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:23 smithi181 conmon[39919]: cluster 2024-01-18T06:41:22.751825+0000 mgr.smithi007.eulhwp (mgr.14182) 1192 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:24.726 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:24.726 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:25.286 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:26.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:25 smithi181 conmon[39919]: audit 2024-01-18T06:41:24.722083+0000 mgr.smithi007.eulhwp (mgr.14182) 1193 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:26.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:25 smithi181 conmon[39919]: cluster 2024-01-18T06:41:24.752347+0000 2024-01-18T06:41:26.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:25 smithi181 conmon[39919]: mgr.smithi007.eulhwp (mgr.14182) 1194 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:25 smithi007 conmon[35366]: audit 2024-01-18T06:41:24.722083+0000 mgr.smithi007.eulhwp (mgr.14182) 1193 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:25 smithi007 conmon[35366]: cluster 2024-01-18T06:41:24.752347+0000 mgr.smithi007.eulhwp (mgr.14182) 1194 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:26.287 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:27.601 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:27 smithi007 conmon[35366]: cluster 2024-01-18T06:41:26.752979+0000 mgr.smithi007.eulhwp (mgr.14182) 1195 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:27.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:27 smithi181 conmon[39919]: cluster 2024-01-18T06:41:26.752979+0000 mgr.smithi007.eulhwp (mgr.14182) 1195 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:28.282 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:28.282 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:28.849 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:29.850 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:30.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:29 smithi007 conmon[35366]: audit 2024-01-18T06:41:28.278325+0000 mgr.smithi007.eulhwp (mgr.14182) 1196 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:30.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:29 smithi007 conmon[35366]: cluster 2024-01-18T06:41:28.753627+0000 mgr.smithi007.eulhwp (mgr.14182) 1197 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:30.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:29 smithi181 conmon[39919]: audit 2024-01-18T06:41:28.278325+0000 mgr.smithi007.eulhwp (mgr.14182) 1196 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:30.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:29 smithi181 conmon[39919]: cluster 2024-01-18T06:41:28.753627+0000 mgr.smithi007.eulhwp (mgr.14182) 1197 : 2024-01-18T06:41:30.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:29 smithi181 conmon[39919]: cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:31.759 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:31.760 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:32.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:31 smithi007 conmon[35366]: cluster 2024-01-18T06:41:30.754246+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:41:32.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:31 smithi007 conmon[35366]: 14182) 1198 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:32.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:31 smithi181 conmon[39919]: cluster 2024-01-18T06:41:30.754246+0000 mgr.smithi007.eulhwp (mgr.14182) 1198 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:32.390 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:33.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:32 smithi007 conmon[35366]: audit 2024-01-18T06:41:31.755234+0000 mgr.smithi007.eulhwp (mgr.14182) 1199 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:33.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:32 smithi007 conmon[35366]: 2024-01-18T06:41:33.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:32 smithi181 conmon[39919]: audit 2024-01-18T06:41:31.755234+0000 mgr.smithi007.eulhwp (mgr.14182) 1199 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:33.391 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:34.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:33 smithi007 conmon[35366]: cluster 2024-01-18T06:41:32.754840 2024-01-18T06:41:34.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:33 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 1200 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:34.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:33 smithi181 conmon[39919]: cluster 2024-01-18T06:41:32.754840+0000 mgr.smithi007.eulhwp (mgr.14182) 1200 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:35.260 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:35.260 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:35.855 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:36.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:35 smithi181 conmon[39919]: cluster 2024-01-18T06:41:34.755399+0000 mgr.smithi007.eulhwp (mgr.14182) 1201 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:35 smithi007 conmon[35366]: cluster 2024-01-18T06:41:34.755399+0000 mgr.smithi007.eulhwp (mgr.14182) 1201 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:36.856 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:36 smithi007 conmon[35366]: audit 2024-01-18T06:41:35.256014+0000 mgr.smithi007.eulhwp (mgr.14182) 1202 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:36 smithi181 conmon[39919]: audit 2024-01-18T06:41:35.256014+0000 mgr.smithi007.eulhwp (mgr.14182) 1202 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:36 smithi181 conmon[39919]: 2024-01-18T06:41:38.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:37 smithi007 conmon[35366]: cluster 2024-01-18T06:41:36.756056+0000 mgr.smithi007.eulhwp (mgr.14182) 1203 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:38.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:37 smithi181 conmon[39919]: cluster 2024-01-18T06:41:36.756056+0000 mgr.smithi007.eulhwp (mgr.14182) 1203 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:38.814 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:38.814 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:39.432 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:40.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:39 smithi007 conmon[35366]: cluster 2024-01-18T06:41:38.756499+0000 mgr.smithi007.eulhwp (mgr.14182) 1204 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:40.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:39 smithi007 conmon[35366]: audit 2024-01-18T06:41:38.809630+0000 mgr.smithi007.eulhwp (mgr.14182) 1205 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:39 smithi181 conmon[39919]: cluster 2024-01-18T06:41:38.756499+0000 mgr.smithi007.eulhwp (mgr.14182) 1204 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:39 smithi181 conmon[39919]: audit 2024-01-18T06:41:38.809630+0000 mgr.smithi007.eulhwp (mgr.14182) 1205 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:40.433 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:41.930 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:41 smithi007 conmon[35366]: cluster 2024-01-18T06:41:40.757055+0000 mgr.smithi007.eulhwp (mgr.14182) 1206 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:42.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:41 smithi181 conmon[39919]: cluster 2024-01-18T06:41:40.757055+0000 mgr.smithi007.eulhwp (mgr.14182) 1206 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:42.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:41 smithi181 conmon[39919]: 2024-01-18T06:41:42.343 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:42.344 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:42.930 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:43.931 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:43 smithi007 conmon[35366]: audit 2024-01-18T06:41:42.340186+0000 mgr.smithi007.eulhwp (mgr.14182) 1207 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:43 smithi007 conmon[35366]: cluster 2024-01-18T06:41:42.757831+0000 mgr.smithi007.eulhwp (mgr.14182) 1208 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:43 smithi181 conmon[39919]: audit 2024-01-18T06:41:42.340186+0000 mgr.smithi007.eulhwp (mgr.14182) 1207 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:43 smithi181 conmon[39919]: 2024-01-18T06:41:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:43 smithi181 conmon[39919]: cluster 2024-01-18T06:41:42.757831+0000 mgr.smithi007.eulhwp (mgr.14182) 1208 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:45.948 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:45.948 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:46.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:45 smithi181 conmon[39919]: cluster 2024-01-18T06:41:44.758606+0000 mgr.smithi007.eulhwp (mgr.14182) 1209 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:46.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:45 smithi007 conmon[35366]: cluster 2024-01-18T06:41:44.758606+0000 mgr.smithi007.eulhwp (mgr.14182) 1209 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:46.546 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:46 smithi007 conmon[35366]: audit 2024-01-18T06:41:45.943221+0000 mgr.smithi007.eulhwp (mgr.14182) 1210 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:46 smithi181 conmon[39919]: audit 2024-01-18T06:41:45.943221+0000 mgr.smithi007.eulhwp (mgr.14182) 1210 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:46 smithi181 conmon[39919]: 2024-01-18T06:41:47.547 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:48.104 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:47 smithi007 conmon[35366]: cluster 2024-01-18T06:41:46.759215+0000 mgr.smithi007.eulhwp (mgr.14182) 1211 2024-01-18T06:41:48.104 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:47 smithi007 conmon[35366]: : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:48.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:47 smithi181 conmon[39919]: cluster 2024-01-18T06:41:46.759215+0000 mgr.smithi007.eulhwp (mgr.14182) 1211 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:49.510 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:49.510 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:50.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:49 smithi007 conmon[35366]: cluster 2024-01-18T06:41:48.759724+0000 mgr.smithi007.eulhwp (mgr.14182) 1212 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:50.120 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:50.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:49 smithi181 conmon[39919]: cluster 2024-01-18T06:41:48.759724+0000 mgr.smithi007.eulhwp (mgr.14182) 1212 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:51.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:50 smithi007 conmon[35366]: audit 2024-01-18T06:41:51.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:50 smithi007 conmon[35366]: 2024-01-18T06:41:49.505781+0000 mgr.smithi007.eulhwp (mgr.14182) 1213 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:51.121 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:51.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:50 smithi181 conmon[39919]: audit 2024-01-18T06:41:49.505781+0000 mgr.smithi007.eulhwp (mgr.14182) 1213 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:51 smithi007 conmon[35366]: cluster 2024-01-18T06:41:50.760361+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:41:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:51 smithi007 conmon[35366]: mgr.14182) 1214 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:52.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:51 smithi181 conmon[39919]: cluster 2024-01-18T06:41:50.760361+0000 mgr.smithi007.eulhwp (mgr.14182) 1214 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:52.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:51 smithi181 conmon[39919]: 2024-01-18T06:41:53.019 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:53.019 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:53.603 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:54.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:53 smithi181 conmon[39919]: cluster 2024-01-18T06:41:52.760889+0000 mgr.smithi007.eulhwp (mgr.14182) 1215 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:54.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:53 smithi181 conmon[39919]: audit 2024-01-18T06:41:53.014938+0000 mgr.smithi007.eulhwp (mgr.14182) 1216 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:54.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:53 smithi007 conmon[35366]: cluster 2024-01-18T06:41:52.760889+0000 mgr.smithi007.eulhwp (mgr.14182) 1215 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:54.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:53 smithi007 conmon[35366]: audit 2024-01-18T06:41:53.014938+0000 mgr.smithi007.eulhwp (mgr.14182) 1216 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:54.604 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:41:56.144 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:55 smithi007 conmon[35366]: cluster 2024-01-18T06:41:54.761600+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:41:56.144 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:55 smithi007 conmon[35366]: ) 1217 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:56.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:55 smithi181 conmon[39919]: cluster 2024-01-18T06:41:54.761600+0000 mgr.smithi007.eulhwp (mgr.14182) 1217 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:56.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:55 smithi181 conmon[39919]: 2024-01-18T06:41:56.592 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:41:56.592 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:41:57.163 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:41:57.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:57 smithi181 conmon[39919]: audit 2024-01-18T06:41:56.588379+0000 mgr.smithi007.eulhwp (mgr.14182) 1218 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:57.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:57 smithi181 conmon[39919]: cluster 2024-01-18T06:41:56.762306+0000 mgr.smithi007.eulhwp (mgr.14182) 1219 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:57.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:57 smithi007 conmon[35366]: audit 2024-01-18T06:41:56.588379+0000 mgr.smithi007.eulhwp (mgr.14182) 1218 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:41:57.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:57 smithi007 conmon[35366]: cluster 2024-01-18T06:41:56.762306+0000 mgr.smithi007.eulhwp (mgr.14182) 1219 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:41:58.164 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:00.033 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:00.034 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:00.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:41:59 smithi007 conmon[35366]: cluster 2024-01-18T06:41:58.762801+0000 mgr.smithi007.eulhwp (mgr.14182) 1220 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:00.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:41:59 smithi181 conmon[39919]: cluster 2024-01-18T06:41:58.762801+0000 mgr.smithi007.eulhwp (mgr.14182) 1220 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:00.585 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:01.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:00 smithi007 conmon[35366]: audit 2024-01-18T06:42:00.029693+0000 mgr.smithi007.eulhwp (mgr.14182) 1221 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:01.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:00 smithi181 conmon[39919]: audit 2024-01-18T06:42:00.029693+0000 mgr.smithi007.eulhwp (mgr.14182) 1221 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:01.586 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:02.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:01 smithi007 conmon[35366]: cluster 2024-01-18T06:42:00.763554+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:42:02.082 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:01 smithi007 conmon[35366]: 1222 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:01 smithi181 conmon[39919]: cluster 2024-01-18T06:42:00.763554+0000 mgr.smithi007.eulhwp (mgr.14182) 1222 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:03.535 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:03.535 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:04.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:03 smithi007 conmon[35366]: cluster 2024-01-18T06:42:02.764039+0000 mgr.smithi007.eulhwp (mgr.14182) 1223 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:04.176 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:04.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:03 smithi181 conmon[39919]: cluster 2024-01-18T06:42:02.764039+0000 mgr.smithi007.eulhwp (mgr.14182) 1223 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:05.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:04 smithi007 conmon[35366]: audit 2024-01-18T06:42:03.531243+0000 mgr.smithi007.eulhwp (mgr.14182) 1224 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:05.178 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:04 smithi181 conmon[39919]: audit 2024-01-18T06:42:03.531243+0000 mgr.smithi007.eulhwp (mgr.14182) 1224 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:06.079 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:05 smithi007 conmon[35366]: cluster 2024-01-18T06:42:04.764638+0000 mgr.smithi007.eulhwp (mgr.14182) 1225 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:06.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:05 smithi181 conmon[39919]: cluster 2024-01-18T06:42:04.764638+0000 mgr.smithi007.eulhwp (mgr.14182) 1225 : cluster [DBG] 2024-01-18T06:42:06.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:05 smithi181 conmon[39919]: pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:07.188 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:07.188 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:07.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:07 smithi007 conmon[35366]: cluster 2024-01-18T06:42:06.765293+0000 mgr.smithi007.eulhwp (mgr.14182) 1226 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:07.759 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:07.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:07 smithi181 conmon[39919]: cluster 2024-01-18T06:42:06.765293+0000 mgr.smithi007.eulhwp (mgr.14182) 1226 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:08.760 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:08.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:08 smithi181 conmon[39919]: audit 2024-01-18T06:42:07.184239+0000 mgr.smithi007.eulhwp (mgr.14182) 1227 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:08.795 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:08 smithi007 conmon[35366]: audit 2024-01-18T06:42:07.184239+0000 mgr.smithi007.eulhwp (mgr.14182) 1227 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:09.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:09 smithi007 conmon[35366]: cluster 2024-01-18T06:42:08.765864+0000 mgr.smithi007.eulhwp (mgr.14182) 1228 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:09.611 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:09 smithi007 conmon[35366]: 2024-01-18T06:42:09.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:09 smithi181 conmon[39919]: cluster 2024-01-18T06:42:08.765864+0000 mgr.smithi007.eulhwp (mgr.14182) 1228 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:10.660 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:10.660 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:11.234 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:11 smithi007 conmon[35366]: audit 2024-01-18T06:42:10.656279+0000 mgr.smithi007.eulhwp (mgr.14182) 1229 : audit 2024-01-18T06:42:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:11 smithi007 conmon[35366]: [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:11 smithi007 conmon[35366]: cluster 2024-01-18T06:42:10.766484+0000 mgr.smithi007.eulhwp (mgr.14182) 1230 : cluster 2024-01-18T06:42:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:11 smithi007 conmon[35366]: [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:12.236 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:11 smithi181 conmon[39919]: audit 2024-01-18T06:42:10.656279+0000 mgr.smithi007.eulhwp (mgr.14182) 1229 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:11 smithi181 conmon[39919]: cluster 2024-01-18T06:42:10.766484+0000 mgr.smithi007.eulhwp (mgr.14182) 1230 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:14.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:13 smithi007 conmon[35366]: cluster 2024-01-18T06:42:12.767011+0000 mgr.smithi007.eulhwp (mgr.14182) 1231 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:14.195 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:14.195 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:14.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:13 smithi181 conmon[39919]: cluster 2024-01-18T06:42:12.767011+0000 mgr.smithi007.eulhwp (mgr.14182) 1231 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:14.801 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:15.802 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:16.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:15 smithi181 conmon[39919]: audit 2024-01-18T06:42:14.192219+0000 mgr.smithi007.eulhwp (mgr.14182) 1232 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:16.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:15 smithi181 conmon[39919]: cluster 2024-01-18T06:42:16.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:15 smithi181 conmon[39919]: 2024-01-18T06:42:14.767782+0000 mgr.smithi007.eulhwp (mgr.14182) 1233 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:15 smithi007 conmon[35366]: audit 2024-01-18T06:42:14.192219+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:42:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:15 smithi007 conmon[35366]: 1232 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:15 smithi007 conmon[35366]: cluster 2024-01-18T06:42:14.767782+0000 mgr.smithi007.eulhwp (mgr.14182) 1233 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:17.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:17 smithi181 conmon[39919]: cluster 2024-01-18T06:42:16.768528+0000 mgr.smithi007.eulhwp (mgr.14182) 1234 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:17.818 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:17.818 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:17.841 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:17 smithi007 conmon[35366]: cluster 2024-01-18T06:42:16.768528 2024-01-18T06:42:17.841 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:17 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 1234 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:18.401 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:18.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:18 smithi181 conmon[39919]: audit 2024-01-18T06:42:17.814008+0000 mgr.smithi007.eulhwp (mgr.14182) 1235 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:18.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:18 smithi181 conmon[39919]: 2024-01-18T06:42:18.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:18 smithi007 conmon[35366]: audit 2024-01-18T06:42:17.814008+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:42:18.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:18 smithi007 conmon[35366]: ) 1235 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:19.402 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:19.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:19 smithi181 conmon[39919]: cluster 2024-01-18T06:42:18.768996+0000 mgr.smithi007.eulhwp (mgr.14182) 1236 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:19.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:19 smithi007 conmon[35366]: cluster 2024-01-18T06:42:18.768996+0000 2024-01-18T06:42:19.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:19 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 1236 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:21.323 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:21.323 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:21.915 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:21 smithi007 conmon[35366]: cluster 2024-01-18T06:42:20.769536+0000 mgr.smithi007.eulhwp (mgr.14182) 1237 : 2024-01-18T06:42:22.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:21 smithi007 conmon[35366]: cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:22.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:21 smithi181 conmon[39919]: cluster 2024-01-18T06:42:20.769536+0000 mgr.smithi007.eulhwp (mgr.14182) 1237 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:22.916 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:23.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:22 smithi007 conmon[35366]: audit 2024-01-18T06:42:21.318925+0000 mgr.smithi007.eulhwp (mgr.14182) 1238 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:23.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:22 smithi181 conmon[39919]: audit 2024-01-18T06:42:21.318925+0000 mgr.smithi007.eulhwp (mgr.14182) 1238 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:24.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:23 smithi007 conmon[35366]: cluster 2024-01-18T06:42:22.770235+0000 mgr.smithi007.eulhwp (mgr.14182) 1239 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:24.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:23 smithi181 conmon[39919]: cluster 2024-01-18T06:42:22.770235+0000 mgr.smithi007.eulhwp (mgr.14182) 1239 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:24.802 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:24.802 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:25.399 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:26.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:25 smithi181 conmon[39919]: cluster 2024-01-18T06:42:24.770740+0000 mgr.smithi007.eulhwp (mgr.14182) 1240 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:26.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:25 smithi181 conmon[39919]: audit 2024-01-18T06:42:26.109 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:25 smithi181 conmon[39919]: 2024-01-18T06:42:24.798414+0000 mgr.smithi007.eulhwp (mgr.14182) 1241 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:25 smithi007 conmon[35366]: cluster 2024-01-18T06:42:24.770740+0000 mgr.smithi007.eulhwp (mgr.14182) 1240 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:25 smithi007 conmon[35366]: audit 2024-01-18T06:42:24.798414+0000 mgr.smithi007.eulhwp (mgr.14182) 1241 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:26.400 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:27.614 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:27 smithi007 conmon[35366]: cluster 2024-01-18T06:42:26.771292+0000 mgr.smithi007.eulhwp (mgr.14182) 1242 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:27.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:27 smithi181 conmon[39919]: cluster 2024-01-18T06:42:26.771292+0000 mgr.smithi007.eulhwp (mgr.14182) 1242 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:27.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:27 smithi181 conmon[39919]: 2024-01-18T06:42:28.407 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:28.407 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:28.965 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:29.967 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:30.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:29 smithi007 conmon[35366]: audit 2024-01-18T06:42:28.403880+0000 mgr.smithi007.eulhwp (mgr.14182) 1243 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:30.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:29 smithi007 conmon[35366]: cluster 2024-01-18T06:42:28.771827+0000 mgr.smithi007.eulhwp (mgr.14182) 1244 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:30.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:29 smithi181 conmon[39919]: audit 2024-01-18T06:42:28.403880+0000 mgr.smithi007.eulhwp (mgr.14182) 1243 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:30.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:29 smithi181 conmon[39919]: cluster 2024-01-18T06:42:30.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:29 smithi181 conmon[39919]: 2024-01-18T06:42:28.771827+0000 mgr.smithi007.eulhwp (mgr.14182) 1244 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:31.774 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:31.774 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:32.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:31 smithi007 conmon[35366]: cluster 2024-01-18T06:42:30.772436+0000 mgr.smithi007.eulhwp (mgr.14182) 1245 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:32.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:31 smithi181 conmon[39919]: cluster 2024-01-18T06:42:30.772436+0000 mgr.smithi007.eulhwp (mgr.14182) 1245 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:32.405 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:33.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:32 smithi007 conmon[35366]: audit 2024-01-18T06:42:31.770025+0000 mgr.smithi007.eulhwp (mgr.14182) 1246 : audit [DBG] 2024-01-18T06:42:33.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:32 smithi007 conmon[35366]: from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:33.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:32 smithi181 conmon[39919]: audit 2024-01-18T06:42:31.770025+0000 mgr.smithi007.eulhwp (mgr.14182) 1246 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:33.405 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:34.089 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:33 smithi007 conmon[35366]: cluster 2024-01-18T06:42:32.773155+0000 mgr.smithi007.eulhwp (mgr.14182) 1247 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:34.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:33 smithi181 conmon[39919]: cluster 2024-01-18T06:42:32.773155+0000 mgr.smithi007.eulhwp (mgr.14182) 1247 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:35.376 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:35.377 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:33:50.273649Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.izwwby on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-izwwby\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.izwwby\nDeploy daemon haproxy.rgw.foo.smithi181.izwwby ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:31:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:32:30Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:33:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.909524Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.jicvsn on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-jicvsn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.jicvsn\nDeploy daemon haproxy.rgw.foo.smithi007.jicvsn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:34:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:35:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:36:24.910910Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.csaboz on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:35.938 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:36.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:35 smithi181 conmon[39919]: cluster 2024-01-18T06:42:34.773787+0000 mgr.smithi007.eulhwp (mgr.14182) 1248 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:36.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:35 smithi007 conmon[35366]: cluster 2024-01-18T06:42:34.773787+0000 mgr.smithi007.eulhwp (mgr.14182) 1248 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:36.939 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:36 smithi007 conmon[35366]: audit 2024-01-18T06:42:35.373255+0000 mgr.smithi007.eulhwp (mgr.14182) 1249 : audit 2024-01-18T06:42:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:36 smithi007 conmon[35366]: [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:36 smithi181 conmon[39919]: audit 2024-01-18T06:42:35.373255+0000 mgr.smithi007.eulhwp (mgr.14182) 1249 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:38.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:37 smithi007 conmon[35366]: cluster 2024-01-18T06:42:36.774357+0000 mgr.smithi007.eulhwp (mgr.14182) 1250 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:38.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:37 smithi007 conmon[35366]: 2024-01-18T06:42:38.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:37 smithi007 conmon[35366]: audit 2024-01-18T06:42:37.735147+0000 mon.smithi007 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi007.bhgohq"}]: dispatch 2024-01-18T06:42:38.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:37 smithi181 conmon[39919]: cluster 2024-01-18T06:42:36.774357+0000 mgr.smithi007.eulhwp (mgr.14182) 1250 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:38.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:37 smithi181 conmon[39919]: audit 2024-01-18T06:42:38.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:37 smithi181 conmon[39919]: 2024-01-18T06:42:37.735147+0000 mon.smithi007 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi007.bhgohq"}]: dispatch 2024-01-18T06:42:39.030 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:39.030 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:39.053 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: cephadm 2024-01-18T06:42:37.734585+0000 mgr.smithi007.eulhwp (mgr.14182) 1251 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq 2024-01-18T06:42:39.053 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq 2024-01-18T06:42:39.053 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.053 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.053 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi007.bhgohq ... 2024-01-18T06:42:39.053 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:42:39.053 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:40: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" 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:41:18Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:41:57Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: 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 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: 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 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: Traceback (most recent call last): 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: yield (conn, connr) 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: code, '\n'.join(err))) 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq 2024-01-18T06:42:39.054 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi007.bhgohq ... 2024-01-18T06:42:39.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:42:39.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:42:39.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:40: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" 2024-01-18T06:42:39.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:41:18Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:42:39.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:41:57Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:42:39.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: 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 2024-01-18T06:42:39.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: 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 2024-01-18T06:42:39.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T06:42:39.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:42:39.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: cephadm 2024-01-18T06:42:37.734781+0000 mgr.smithi007.eulhwp (mgr.14182) 1252 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.055 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: cephadm 2024-01-18T06:42:37.735923+0000 mgr.smithi007.eulhwp (mgr.14182) 1253 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq 2024-01-18T06:42:39.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq 2024-01-18T06:42:39.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: Deploy daemon haproxy.rgw.foo.smithi007.bhgohq ... 2024-01-18T06:42:39.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:42:39.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:42:39.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:40: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" 2024-01-18T06:42:39.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:41:18Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:42:39.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: stat: stderr time="2024-01-18T06:41:57Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:42:39.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: 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 2024-01-18T06:42:39.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: 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 2024-01-18T06:42:39.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:42:39.056 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: cephadm 2024-01-18T06:42:37.737359+0000 mgr.smithi007.eulhwp (mgr.14182) 1254 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:42:39.057 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: cephadm 2024-01-18T06:42:37.738598+0000 mgr.smithi007.eulhwp (mgr.14182) 1255 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:42:39.057 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: cluster 2024-01-18T06:42:37.739355+0000 mgr.smithi007.eulhwp (mgr.14182) 1256 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:39.057 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:38 smithi007 conmon[35366]: cluster 2024-01-18T06:42:38.438481+0000 mon.smithi007 (mon.0) 734 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T06:42:39.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: cephadm 2024-01-18T06:42:37.734585+0000 mgr.smithi007.eulhwp (mgr.14182) 1251 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq 2024-01-18T06:42:39.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq 2024-01-18T06:42:39.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi007.bhgohq ... 2024-01-18T06:42:39.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:42:39.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:42:39.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:40: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" 2024-01-18T06:42:39.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:41:18Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:42:39.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:41:57Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:42:39.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: 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 2024-01-18T06:42:39.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: 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 2024-01-18T06:42:39.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:42:39.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: Traceback (most recent call last): 2024-01-18T06:42:39.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T06:42:39.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: yield (conn, connr) 2024-01-18T06:42:39.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T06:42:39.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: code, '\n'.join(err))) 2024-01-18T06:42:39.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: 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-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq 2024-01-18T06:42:39.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq 2024-01-18T06:42:39.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi007.bhgohq ... 2024-01-18T06:42:39.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:42:39.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:42:39.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:40: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" 2024-01-18T06:42:39.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:41:18Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:42:39.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:41:57Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:42:39.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: 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 2024-01-18T06:42:39.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: 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 2024-01-18T06:42:39.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T06:42:39.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:42:39.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: cephadm 2024-01-18T06:42:37.734781+0000 mgr.smithi007.eulhwp (mgr.14182) 1252 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.292 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: cephadm 2024-01-18T06:42:37.735923+0000 mgr.smithi007.eulhwp (mgr.14182) 1253 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: Deploy daemon haproxy.rgw.foo.smithi007.bhgohq ... 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:40: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" 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:41:18Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: stat: stderr time="2024-01-18T06:41:57Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: 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 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: 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 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: 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=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: cephadm 2024-01-18T06:42:37.737359+0000 mgr.smithi007.eulhwp (mgr.14182) 1254 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: cephadm 2024-01-18T06:42:37.738598+0000 mgr.smithi007.eulhwp (mgr.14182) 1255 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-18T06:42:39.293 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: cluster 2024-01-18T06:42:37.739355+0000 mgr.smithi007.eulhwp (mgr.14182) 1256 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:39.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: cluster 2024-01-18T06 2024-01-18T06:42:39.294 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:38 smithi181 conmon[39919]: :42:38.438481+0000 mon.smithi007 (mon.0) 734 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T06:42:39.639 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:40.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:39 smithi007 conmon[35366]: audit 2024-01-18T06:42:39.026169+0000 mgr.smithi007.eulhwp (mgr.14182) 1257 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:39 smithi181 conmon[39919]: audit 2024-01-18T06:42:39.026169+0000 mgr.smithi007.eulhwp (mgr.14182) 1257 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:40.640 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:41.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:40 smithi007 conmon[35366]: cluster 2024-01-18T06:42:39.740153+0000 mgr.smithi007.eulhwp (mgr.14182) 1258 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:41.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:40 smithi181 conmon[39919]: cluster 2024-01-18T06:42:39.740153+0000 mgr.smithi007.eulhwp (mgr.14182) 1258 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:42.600 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:42.600 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:42.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:42 smithi181 conmon[39919]: cluster 2024-01-18T06:42:41.741022+0000 mgr.smithi007.eulhwp (mgr.14182) 1259 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:42.823 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:42 smithi007 conmon[35366]: cluster 2024-01-18T06:42:41.741022+0000 mgr.smithi007.eulhwp (mgr.14182) 1259 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:43.238 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:43 smithi181 conmon[39919]: audit 2024-01-18T06:42:42.595786+0000 mgr.smithi007.eulhwp (mgr.14182) 1260 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:43 smithi181 conmon[39919]: audit 2024-01-18T06:42 2024-01-18T06:42:44.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:43 smithi181 conmon[39919]: :42.617364+0000 mon.smithi007 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:42:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:43 smithi007 conmon[35366]: audit 2024-01-18T06:42:42.595786+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:42:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:43 smithi007 conmon[35366]: 14182) 1260 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:44.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:43 smithi007 conmon[35366]: audit 2024-01-18T06:42:42.617364+0000 mon.smithi007 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:42:44.238 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:44.894 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:44 smithi007 conmon[35366]: cluster 2024-01-18T06:42:43.741624+0000 mgr.smithi007.eulhwp (mgr.14182) 1261 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:45.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:44 smithi181 conmon[39919]: cluster 2024-01-18T06:42:43.741624+0000 mgr.smithi007.eulhwp (mgr.14182) 1261 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:46.120 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:46.120 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:46.696 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:47.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:46 smithi007 conmon[35366]: cluster 2024-01-18T06:42:45.742538+0000 mgr.smithi007.eulhwp (mgr.14182) 1262 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:46 smithi181 conmon[39919]: cluster 2024-01-18T06:42:45.742538+0000 mgr.smithi007.eulhwp (mgr.14182) 1262 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:47.698 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:48.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:47 smithi007 conmon[35366]: audit 2024-01-18T06:42:46.115536+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:42:48.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:47 smithi007 conmon[35366]: 1263 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:48.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:47 smithi181 conmon[39919]: audit 2024-01-18T06:42:46.115536+0000 mgr.smithi007.eulhwp (mgr.14182) 1263 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:48.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:48 smithi007 conmon[35366]: cluster 2024-01-18T06:42:47.743214+0000 mgr.smithi007.eulhwp (mgr.14182) 1264 : 2024-01-18T06:42:48.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:48 smithi007 conmon[35366]: cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:49.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:48 smithi181 conmon[39919]: cluster 2024-01-18T06:42:47.743214+0000 mgr.smithi007.eulhwp (mgr.14182) 2024-01-18T06:42:49.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:48 smithi181 conmon[39919]: 1264 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:49.688 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:49.688 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:50.238 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:51.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:50 smithi007 conmon[35366]: audit 2024-01-18T06:42:49.684422+0000 mgr.smithi007.eulhwp (mgr.14182) 1265 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:51.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:50 smithi007 conmon[35366]: cluster 2024-01-18T06:42:49.743899+0000 mgr.smithi007.eulhwp (mgr.14182) 1266 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:51.239 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:51.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:50 smithi181 conmon[39919]: audit 2024-01-18T06:42:49.684422+0000 mgr.smithi007.eulhwp (mgr.14182) 1265 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:51.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:50 smithi181 conmon[39919]: cluster 2024-01-18T06:42:49.743899+0000 mgr.smithi007.eulhwp (mgr.14182) 1266 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:53.124 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:53.124 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:53.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:53 smithi181 conmon[39919]: cluster 2024-01-18T06:42:51.744725+0000 mgr.smithi007.eulhwp (mgr.14182) 1267 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:53.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:53 smithi181 conmon[39919]: audit 2024-01-18T06:42:52.038805+0000 mon.smithi007 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:42:53.330 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:53 smithi007 conmon[35366]: cluster 2024-01-18T06:42:51.744725+0000 mgr.smithi007.eulhwp (mgr.14182) 1267 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:53.330 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:53 smithi007 conmon[35366]: audit 2024-01-18T06:42:52.038805+0000 mon.smithi007 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:42:53.727 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:54.728 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:55.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:55 smithi007 conmon[35366]: audit 2024-01-18T06:42:53.120025+0000 mgr.smithi007.eulhwp (mgr.14182) 1268 : 2024-01-18T06:42:55.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:55 smithi007 conmon[35366]: audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:55.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:55 smithi007 conmon[35366]: cluster 2024-01-18T06:42:53.745333+0000 mgr.smithi007.eulhwp (mgr.14182) 1269 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:55.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:55 smithi181 conmon[39919]: audit 2024-01-18T06:42:53.120025+0000 mgr.smithi007.eulhwp (mgr.14182) 1268 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:55.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:55 smithi181 conmon[39919]: cluster 2024-01-18T06:42:53.745333+0000 mgr.smithi007.eulhwp (mgr.14182) 1269 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:56.679 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:42:56.679 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:42:57.235 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:42:57.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:57 smithi007 conmon[35366]: cluster 2024-01-18T06:42:55.746084+0000 mgr.smithi007.eulhwp (mgr.14182) 1270 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:57 smithi181 conmon[39919]: cluster 2024-01-18T06:42:55.746084+0000 mgr.smithi007.eulhwp (mgr.14182) 1270 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:58.235 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:42:58.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:58 smithi007 conmon[35366]: audit 2024-01-18T06:42:56.675327+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:42:58.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:58 smithi007 conmon[35366]: ) 1271 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:58.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:42:58 smithi007 conmon[35366]: cluster 2024-01-18T06:42:57.746777+0000 mgr.smithi007.eulhwp (mgr.14182) 1272 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:42:58.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:58 smithi181 conmon[39919]: audit 2024-01-18T06:42:56.675327+0000 mgr.smithi007.eulhwp (mgr.14182) 1271 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:42:58.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:42:58 smithi181 conmon[39919]: cluster 2024-01-18T06:42:57.746777+0000 mgr.smithi007.eulhwp (mgr.14182) 1272 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:00.149 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:00.149 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:00.768 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:01.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:00 smithi007 conmon[35366]: cluster 2024-01-18T06:42:59.747478+0000 mgr.smithi007.eulhwp (mgr.14182) 1273 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:01.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:00 smithi181 conmon[39919]: cluster 2024-01-18T06:42:59.747478+0000 mgr.smithi007.eulhwp (mgr.14182) 1273 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:01.769 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:01 smithi007 conmon[35366]: audit 2024-01-18T06:43:00.145525+0000 mgr.smithi007.eulhwp (mgr.14182) 1274 : audit 2024-01-18T06:43:02.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:01 smithi007 conmon[35366]: [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:02.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:01 smithi181 conmon[39919]: audit 2024-01-18T06:43:00.145525+0000 mgr.smithi007.eulhwp (mgr.14182) 1274 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:03.013 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:02 smithi007 conmon[35366]: cluster 2024-01-18T06:43:01.748204+0000 mgr.smithi007.eulhwp 2024-01-18T06:43:03.014 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:02 smithi007 conmon[35366]: (mgr.14182) 1275 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:03.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:02 smithi181 conmon[39919]: cluster 2024-01-18T06:43:01.748204+0000 mgr.smithi007.eulhwp (mgr.14182) 1275 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:03.703 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:03.703 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:04.259 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:05.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:04 smithi007 conmon[35366]: audit 2024-01-18T06:43:03.698726+0000 mgr.smithi007.eulhwp (mgr.14182) 1276 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:05.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:04 smithi007 conmon[35366]: cluster 2024-01-18T06:43:03.748796+0000 mgr.smithi007.eulhwp (mgr.14182) 1277 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:05.261 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:04 smithi181 conmon[39919]: audit 2024-01-18T06:43:03.698726+0000 mgr.smithi007.eulhwp (mgr.14182) 1276 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:05.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:04 smithi181 conmon[39919]: cluster 2024-01-18T06:43:03.748796+0000 mgr.smithi007.eulhwp (mgr.14182) 1277 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:07.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:06 smithi007 conmon[35366]: cluster 2024-01-18T06:43:05.749744+0000 mgr.smithi007.eulhwp 2024-01-18T06:43:07.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:06 smithi007 conmon[35366]: (mgr.14182) 1278 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:07.235 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:07.235 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:07.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:06 smithi181 conmon[39919]: cluster 2024-01-18T06:43:05.749744+0000 mgr.smithi007.eulhwp (mgr.14182) 1278 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:07.843 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:08.845 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:09.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:08 smithi007 conmon[35366]: audit 2024-01-18T06:43:07.231671+0000 mgr.smithi007.eulhwp (mgr.14182) 1279 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:09.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:08 smithi007 conmon[35366]: cluster 2024-01-18T06:43:07.750602+0000 mgr.smithi007.eulhwp (mgr.14182) 1280 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:09.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:08 smithi181 conmon[39919]: audit 2024-01-18T06:43:07.231671+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:43:09.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:08 smithi181 conmon[39919]: mgr.14182) 1279 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:09.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:08 smithi181 conmon[39919]: cluster 2024-01-18T06:43:07.750602+0000 mgr.smithi007.eulhwp (mgr.14182) 1280 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:10.792 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:10.792 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:11.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:10 smithi007 conmon[35366]: cluster 2024-01-18T06:43:09.751350+0000 mgr.smithi007.eulhwp (mgr.14182) 1281 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:11.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:10 smithi181 conmon[39919]: cluster 2024-01-18T06:43:09.751350+0000 mgr.smithi007.eulhwp (mgr.14182) 1281 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:11.383 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:12.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:11 smithi007 conmon[35366]: audit 2024-01-18T06:43:10.787752+0000 mgr.smithi007.eulhwp (mgr.14182) 1282 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:12.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:11 smithi181 conmon[39919]: audit 2024-01-18T06:43:10.787752+0000 mgr.smithi007.eulhwp (mgr.14182) 1282 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:12.385 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:12 smithi007 conmon[35366]: cluster 2024-01-18T06:43:11.752256+0000 mgr.smithi007.eulhwp (mgr.14182) 1283 : 2024-01-18T06:43:13.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:12 smithi007 conmon[35366]: cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:13.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:12 smithi181 conmon[39919]: cluster 2024-01-18T06:43:11.752256+0000 mgr.smithi007.eulhwp (mgr.14182) 1283 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:14.274 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:14.275 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:14.851 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:15.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:14 smithi007 conmon[35366]: cluster 2024-01-18T06:43:13.752960+0000 mgr.smithi007.eulhwp (mgr.14182) 1284 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:15.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:14 smithi181 conmon[39919]: cluster 2024-01-18T06:43:13.752960+0000 mgr.smithi007.eulhwp (mgr.14182) 1284 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:15.852 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:16.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:15 smithi181 conmon[39919]: audit 2024-01-18T06:43:14.270795+0000 mgr.smithi007.eulhwp (mgr.14182) 1285 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:15 smithi007 conmon[35366]: audit 2024-01-18T06:43:14.270795+0000 mgr.smithi007.eulhwp (mgr.14182) 1285 : audit 2024-01-18T06:43:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:15 smithi007 conmon[35366]: [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:17.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:16 smithi007 conmon[35366]: cluster 2024-01-18T06:43:15.753854+0000 mgr.smithi007.eulhwp 2024-01-18T06:43:17.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:16 smithi007 conmon[35366]: (mgr.14182) 1286 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:17.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:16 smithi181 conmon[39919]: cluster 2024-01-18T06:43:15.753854+0000 mgr.smithi007.eulhwp (mgr.14182) 1286 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:17.849 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:17.849 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:18.448 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:19.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:18 smithi007 conmon[35366]: cluster 2024-01-18T06:43:17.754719+0000 mgr.smithi007.eulhwp (mgr.14182) 1287 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:19.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:18 smithi007 conmon[35366]: audit 2024-01-18T06:43:17.845484+0000 mgr.smithi007.eulhwp (mgr.14182) 1288 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:19.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:18 smithi181 conmon[39919]: cluster 2024-01-18T06:43:17.754719+0000 mgr.smithi007.eulhwp (mgr.14182) 1287 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:19.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:18 smithi181 conmon[39919]: audit 2024-01-18T06:43:17.845484+0000 mgr.smithi007.eulhwp (mgr.14182) 1288 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:19.450 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:20.938 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:20 smithi007 conmon[35366]: cluster 2024-01-18T06:43:19.755374+0000 mgr.smithi007.eulhwp (mgr.14182) 1289 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:21.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:20 smithi181 conmon[39919]: cluster 2024-01-18T06:43:19.755374+0000 mgr.smithi007.eulhwp (mgr.14182) 1289 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:21.331 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:21.332 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:21.973 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:22.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:22 smithi181 conmon[39919]: audit 2024-01-18T06:43:21.327955+0000 mgr.smithi007.eulhwp (mgr.14182) 1290 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:22.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:22 smithi181 conmon[39919]: cluster 2024-01-18T06:43:21.756120+0000 mgr.smithi007.eulhwp (mgr.14182) 1291 : cluster 2024-01-18T06:43:22.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:22 smithi181 conmon[39919]: [DBG] pgmap v853: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:22.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:22 smithi007 conmon[35366]: audit 2024-01-18T06:43:21.327955+0000 mgr.smithi007.eulhwp (mgr.14182) 1290 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:22.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:22 smithi007 conmon[35366]: cluster 2024-01-18T06:43:21.756120+0000 mgr.smithi007.eulhwp (mgr.14182) 1291 : cluster [DBG] pgmap v853: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:22.973 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:24.909 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:24.910 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:25.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:24 smithi007 conmon[35366]: cluster 2024-01-18T06:43:23.756712+0000 mgr.smithi007.eulhwp (mgr.14182) 1292 : cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:25.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:24 smithi181 conmon[39919]: cluster 2024-01-18T06:43:23.756712+0000 mgr.smithi007.eulhwp (mgr.14182) 1292 : cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:25.516 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:26.108 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:25 smithi181 conmon[39919]: audit 2024-01-18T06:43:24.906001+0000 mgr.smithi007.eulhwp (mgr.14182) 1293 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:26.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:25 smithi007 conmon[35366]: audit 2024-01-18T06:43:24.906001+0000 mgr.smithi007.eulhwp (mgr.14182) 1293 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:26.516 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:27.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:26 smithi007 conmon[35366]: cluster 2024-01-18T06:43:25.757520+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:43:27.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:26 smithi007 conmon[35366]: mgr.14182) 1294 : cluster [DBG] pgmap v855: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:27.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:26 smithi181 conmon[39919]: cluster 2024-01-18T06:43:25.757520+0000 mgr.smithi007.eulhwp (mgr.14182) 1294 : cluster [DBG] pgmap v855: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:28.442 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:28.443 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:29.032 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:29.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:28 smithi007 conmon[35366]: cluster 2024-01-18T06:43:27.758241+0000 mgr.smithi007.eulhwp (mgr.14182) 1295 : cluster [DBG] pgmap v856: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:29.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:28 smithi181 conmon[39919]: cluster 2024-01-18T06:43:27.758241+0000 mgr.smithi007.eulhwp (mgr.14182) 1295 : cluster [DBG] pgmap v856: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:30.033 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:30.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:29 smithi007 conmon[35366]: audit 2024-01-18T06:43:28.439232+0000 mgr.smithi007.eulhwp (mgr.14182) 1296 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:30.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:29 smithi181 conmon[39919]: audit 2024-01-18T06:43:28.439232+0000 mgr.smithi007.eulhwp (mgr.14182) 1296 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:31.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:30 smithi007 conmon[35366]: cluster 2024-01-18T06:43:29.759158+0000 mgr.smithi007.eulhwp (mgr.14182) 1297 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:31.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:30 smithi181 conmon[39919]: cluster 2024-01-18T06:43:29.759158+0000 mgr.smithi007.eulhwp (mgr.14182) 1297 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:31.884 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:31.885 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:32.467 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:32.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:32 smithi181 conmon[39919]: cluster 2024-01-18T06:43:31.759872+0000 mgr.smithi007.eulhwp (mgr.14182) 1298 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:32.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:32 smithi181 conmon[39919]: audit 2024-01-18T06:43:32.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:32 smithi181 conmon[39919]: 2024-01-18T06:43:31.880895+0000 mgr.smithi007.eulhwp (mgr.14182) 1299 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:32.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:32 smithi007 conmon[35366]: cluster 2024-01-18T06:43:31.759872+0000 mgr.smithi007.eulhwp (mgr.14182) 1298 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:32.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:32 smithi007 conmon[35366]: audit 2024-01-18T06:43:31.880895+0000 mgr.smithi007.eulhwp (mgr.14182) 1299 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:33.468 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:35.017 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:34 smithi007 conmon[35366]: cluster 2024-01-18T06:43:33.760396+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:43:35.017 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:34 smithi007 conmon[35366]: 14182) 1300 : cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:35.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:34 smithi181 conmon[39919]: cluster 2024-01-18T06:43:33.760396+0000 mgr.smithi007.eulhwp (mgr.14182) 1300 : cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:35.431 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:35.431 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:35.981 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:36.982 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:36 smithi007 conmon[35366]: audit 2024-01-18T06:43:35.427431+0000 mgr.smithi007.eulhwp (mgr.14182) 1301 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:37.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:36 smithi007 conmon[35366]: cluster 2024-01-18T06:43:35.761292+0000 mgr.smithi007.eulhwp (mgr.14182) 1302 : cluster [DBG] pgmap v860: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:36 smithi181 conmon[39919]: audit 2024-01-18T06:43:35.427431+0000 mgr.smithi007.eulhwp (mgr.14182) 1301 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:36 smithi181 conmon[39919]: cluster 2024-01-18T06:43:37.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:36 smithi181 conmon[39919]: 2024-01-18T06:43:35.761292+0000 mgr.smithi007.eulhwp (mgr.14182) 1302 : cluster [DBG] pgmap v860: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:38.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:37 smithi007 conmon[35366]: audit 2024-01-18T06:43:37 2024-01-18T06:43:38.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:37 smithi007 conmon[35366]: .741539+0000 mon.smithi007 (mon.0) 737 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:43:38.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:37 smithi181 conmon[39919]: audit 2024-01-18T06:43:37.741539+0000 mon.smithi007 (mon.0) 737 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T06:43:38.931 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:38.931 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:37:30.324284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:37:26.648644Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:37:30.324431Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:37:26.648808Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:37:26.648893Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:37:26.648970Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:37:26.649046Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:37:30.324594Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:37:26.649337Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:39.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:39 smithi181 conmon[39919]: cluster 2024-01-18T06:43:37.761958+0000 mgr.smithi007.eulhwp (mgr.14182) 1303 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:39.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:39 smithi181 conmon[39919]: audit 2024-01-18T06:43:38.016651+0000 mon.smithi007 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:43:39.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:39 smithi007 conmon[35366]: cluster 2024-01-18T06:43:37.761958+0000 mgr.smithi007.eulhwp (mgr.14182) 1303 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:39.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:39 smithi007 conmon[35366]: audit 2024-01-18T06:43:38.016651+0000 mon.smithi007 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:43:39.565 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:40 smithi181 conmon[39919]: audit 2024-01-18T06:43:38.927812+0000 mgr.smithi007.eulhwp (mgr.14182) 1304 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:40.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:40 smithi181 conmon[39919]: audit 2024-01-18T06:43:39.692268+0000 mon.smithi007 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:43:40.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:40 smithi007 conmon[35366]: audit 2024-01-18T06:43:38.927812+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:43:40.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:40 smithi007 conmon[35366]: ) 1304 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:40.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:40 smithi007 conmon[35366]: audit 2024-01-18T06:43:39.692268+0000 mon.smithi007 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:43:40.566 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:41.289 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:41 smithi007 conmon[35366]: cluster 2024-01-18T06:43:39.762704+0000 mgr.smithi007.eulhwp (mgr.14182) 1305 : cluster [DBG] pgmap v862: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:41.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:41 smithi181 conmon[39919]: cluster 2024-01-18T06:43:39.762704+0000 mgr.smithi007.eulhwp (mgr.14182) 1305 : cluster [DBG] pgmap v862: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:42.641 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:42 smithi007 conmon[35366]: cluster 2024-01-18T06:43:41.763697+0000 mgr.smithi007.eulhwp (mgr.14182) 1306 : cluster [DBG] 2024-01-18T06:43:42.641 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:42 smithi007 conmon[35366]: pgmap v863: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:42.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:42 smithi181 conmon[39919]: cluster 2024-01-18T06:43:41.763697+0000 mgr.smithi007.eulhwp (mgr.14182) 1306 : cluster [DBG] pgmap v863: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:43.046 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:43.047 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:43:42.978239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:43:39.685197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:43:42.978382Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:43:39.685359Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:43:39.685445Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:43:39.685521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:43:39.685620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:43:42.978520Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:43:39.685964Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:43.643 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:44.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: audit 2024-01-18T06:43:42.985104+0000 mon.smithi007 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:43:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: audit 2024-01-18T06:43:43.043260+0000 mgr.smithi007.eulhwp (mgr.14182) 1307 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:43:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: 01-18T06:43:43.524283+0000 mon.smithi007 (mon.0) 741 2024-01-18T06:43:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:43:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: audit 2024-01-18T06:43:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: 2024-01-18T06:43:43 2024-01-18T06:43:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: .525023+0000 mon.smithi007 (mon.0) 742 2024-01-18T06:43:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:43:44.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: audit 2024-01 2024-01-18T06:43:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: -18T06:43:43.529882 2024-01-18T06:43:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 743 : audit 2024-01-18T06:43:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:43:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: audit 2024- 2024-01-18T06:43:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: 01-18T06:43:43.533787 2024-01-18T06:43:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: +0000 mon.smithi007 (mon.0) 744 : 2024-01-18T06:43:44.291 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:43 smithi181 conmon[39919]: audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:43:44.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:43 smithi007 conmon[35366]: audit 2024-01-18T06:43:42.985104+0000 mon.smithi007 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:43:44.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:43 smithi007 conmon[35366]: audit 2024-01-18T06:43:43.043260+0000 mgr.smithi007.eulhwp (mgr.14182) 1307 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:44.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:43 smithi007 conmon[35366]: audit 2024-01-18T06:43:43.524283+0000 mon.smithi007 (mon.0) 741 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T06:43:44.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:43 smithi007 conmon[35366]: audit 2024-01-18T06:43:43.525023+0000 mon.smithi007 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T06:43:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:43 smithi007 conmon[35366]: audit 2024-01-18T06:43:43.529882+0000 mon.smithi007 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:43:44.362 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:43 smithi007 conmon[35366]: audit 2024-01-18T06:43:43.533787+0000 mon.smithi007 (mon.0) 744 : audit [DBG] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T06:43:44.645 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:44 smithi181 conmon[39919]: cluster 2024-01-18T06:43:43.530319+0000 mgr.smithi007.eulhwp (mgr.14182) 1308 : cluster [DBG] pgmap v864: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:44 smithi181 conmon[39919]: cephadm 2024-01-18T06:43:43.539501+0000 mgr.smithi007.eulhwp (mgr.14182) 1309 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi181.adgqbu on smithi181 2024-01-18T06:43:45.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:44 smithi181 conmon[39919]: cluster 2024-01-18T06:43:44.527833+0000 mon.smithi007 (mon.0) 745 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T06:43:45.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:44 smithi181 conmon[39919]: cluster 2024-01-18T06:43:45.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:44 smithi181 conmon[39919]: 2024-01-18T06:43:44.527867+0000 mon.smithi007 (mon.0) 746 : cluster 2024-01-18T06:43:45.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:44 smithi181 conmon[39919]: [INF] Cluster is now healthy 2024-01-18T06:43:45.301 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:44 smithi007 conmon[35366]: cluster 2024-01-18T06:43:43.530319+0000 mgr.smithi007.eulhwp ( 2024-01-18T06:43:45.301 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:44 smithi007 conmon[35366]: mgr.14182) 1308 : cluster [DBG] pgmap v864: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:45.301 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:44 smithi007 conmon[35366]: cephadm 2024-01-18T06:43:43.539501+0000 mgr.smithi007.eulhwp (mgr.14182) 1309 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi181.adgqbu on smithi181 2024-01-18T06:43:45.301 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:44 smithi007 conmon[35366]: cluster 2024-01-18T06:43:44.527833+0000 mon.smithi007 (mon.0) 745 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T06:43:45.301 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:44 smithi007 conmon[35366]: cluster 2024-01-18T06:43:44.527867+0000 mon.smithi007 (mon.0) 746 : cluster [INF] Cluster is now healthy 2024-01-18T06:43:46.590 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:46.590 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:43:42.978239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:43:39.685197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:43:42.978382Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:43:39.685359Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:43:39.685445Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:43:39.685521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:43:39.685620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:43:42.978520Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:43:39.685964Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:47.210 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:47.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:46 smithi181 conmon[39919]: cluster 2024-01-18T06:43:45.530898+0000 mgr.smithi007.eulhwp (mgr.14182) 1310 : cluster [DBG] pgmap v865: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:47.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:46 smithi007 conmon[35366]: cluster 2024-01-18T06:43:45.530898+0000 mgr.smithi007.eulhwp (mgr.14182) 1310 : cluster [DBG] pgmap v865: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:48.211 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:48.249 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:47 smithi007 conmon[35366]: audit 2024-01-18T06:43:46.586408+0000 mgr.smithi007.eulhwp (mgr.14182) 1311 2024-01-18T06:43:48.250 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:47 smithi007 conmon[35366]: : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:48.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:47 smithi181 conmon[39919]: audit 2024-01-18T06:43:46.586408+0000 mgr.smithi007.eulhwp (mgr.14182) 1311 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:49.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:49 smithi181 conmon[39919]: cluster 2024-01-18T06:43:47.531561+0000 mgr.smithi007.eulhwp (mgr.14182) 1312 : cluster [DBG] pgmap v866: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:49.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:49 smithi007 conmon[35366]: cluster 2024-01-18T06:43:47.531561+0000 mgr.smithi007.eulhwp (mgr.14182) 1312 : 2024-01-18T06:43:49.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:49 smithi007 conmon[35366]: cluster [DBG] pgmap v866: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:50.141 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:50.142 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:43:42.978239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:43:39.685197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:43:42.978382Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:43:39.685359Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:43:39.685445Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:43:39.685521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:43:39.685620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:43:42.978520Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:43:39.685964Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:50.753 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:51.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:51 smithi181 conmon[39919]: cluster 2024-01-18T06:43:49.532096+0000 mgr.smithi007.eulhwp (mgr.14182) 1313 : cluster [DBG] pgmap v867: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:51.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:51 smithi007 conmon[35366]: cluster 2024-01-18T06:43:49.532096+0000 mgr.smithi007.eulhwp (mgr.14182) 1313 : cluster [DBG] pgmap v867: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:51.753 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:52 smithi007 conmon[35366]: audit 2024-01-18T06:43:50.137615+0000 mgr.smithi007.eulhwp (mgr.14182) 1314 : audit 2024-01-18T06:43:52.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:52 smithi007 conmon[35366]: [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:52.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:52 smithi181 conmon[39919]: audit 2024-01-18T06:43:50.137615+0000 mgr.smithi007.eulhwp (mgr.14182) 1314 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:53.273 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:53 smithi007 conmon[35366]: cluster 2024-01-18T06:43:51.532913 2024-01-18T06:43:53.274 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:53 smithi007 conmon[35366]: +0000 mgr.smithi007.eulhwp (mgr.14182) 1315 : cluster [DBG] pgmap v868: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:53.274 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:53 smithi007 conmon[35366]: audit 2024-01-18T06:43:52.039387+0000 mon.smithi007 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:43:53.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:53 smithi181 conmon[39919]: cluster 2024-01-18T06:43:51.532913+0000 mgr.smithi007.eulhwp (mgr.14182) 1315 : cluster [DBG] 2024-01-18T06:43:53.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:53 smithi181 conmon[39919]: pgmap v868: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:53.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:53 smithi181 conmon[39919]: audit 2024-01-18T06:43:52.039387+0000 mon.smithi007 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.7:0/2326312278' entity='mgr.smithi007.eulhwp' 2024-01-18T06:43:53.653 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:53.654 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:43:42.978239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:43:39.685197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:43:42.978382Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:43:39.685359Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:43:39.685445Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:43:39.685521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:43:39.685620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:43:42.978520Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:43:39.685964Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:54.244 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:55.245 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:55.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:55 smithi007 conmon[35366]: cluster 2024-01-18T06:43:53.533366+0000 mgr.smithi007.eulhwp (mgr.14182) 1316 : cluster [DBG] pgmap v869: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:55.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:55 smithi007 conmon[35366]: audit 2024-01-18T06:43:53.649899+0000 mgr.smithi007.eulhwp (mgr.14182) 1317 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:55.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:55 smithi181 conmon[39919]: cluster 2024-01-18T06:43:53.533366+0000 mgr.smithi007.eulhwp (mgr.14182) 1316 : cluster [DBG] pgmap v869: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:55.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:55 smithi181 conmon[39919]: audit 2024-01-18T06:43:53.649899+0000 mgr.smithi007.eulhwp (mgr.14182) 1317 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:57.160 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:43:57.160 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:43:42.978239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:43:39.685197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:43:42.978382Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:43:39.685359Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:43:39.685445Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:43:39.685521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:43:39.685620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:43:42.978520Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:43:39.685964Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:43:57.302 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:57 smithi007 conmon[35366]: cluster 2024-01-18T06:43:55.534022+0000 mgr.smithi007.eulhwp (mgr.14182) 1318 : cluster [DBG] pgmap v870: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:57.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:57 smithi181 conmon[39919]: cluster 2024-01-18T06:43:55.534022+0000 mgr.smithi007.eulhwp (mgr.14182) 1318 : cluster [DBG] pgmap v870: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:57.667 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:43:58.668 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:43:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:59 smithi007 conmon[35366]: audit 2024-01-18T06:43:57.156133+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:43:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:59 smithi007 conmon[35366]: 14182) 1319 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:59.338 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:43:59 smithi007 conmon[35366]: cluster 2024-01-18T06:43:57.534899+0000 mgr.smithi007.eulhwp (mgr.14182) 1320 : cluster [DBG] pgmap v871: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:43:59.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:59 smithi181 conmon[39919]: audit 2024-01-18T06:43:57.156133+0000 mgr.smithi007.eulhwp (mgr.14182) 1319 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:43:59.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:59 smithi181 conmon[39919]: cluster 2024-01-18T06:43:57.534899+0000 mgr.smithi007.eulhwp (mgr.14182) 1320 : 2024-01-18T06:43:59.540 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:43:59 smithi181 conmon[39919]: cluster [DBG] pgmap v871: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:00.613 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:44:00.613 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:43:42.978239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:43:39.685197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:43:42.978382Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:43:39.685359Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:43:39.685445Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:43:39.685521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:43:39.685620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:43:42.978520Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:43:39.685964Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:44:01.151 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:44:01.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:01 smithi007 conmon[35366]: cluster 2024-01-18T06:43:59.535625+0000 mgr.smithi007.eulhwp (mgr.14182) 1321 : cluster [DBG] pgmap v872: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:01.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:01 smithi181 conmon[39919]: cluster 2024-01-18T06:43:59.535625+0000 mgr.smithi007.eulhwp (mgr.14182) 1321 : cluster [DBG] pgmap v872: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:02.152 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:44:02.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:02 smithi007 conmon[35366]: audit 2024-01-18T06:44:00.609635+0000 mgr.smithi007.eulhwp (mgr.14182) 1322 : audit 2024-01-18T06:44:02.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:02 smithi007 conmon[35366]: [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:44:02.361 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:02 smithi007 conmon[35366]: cluster 2024-01-18T06:44:01.536286+0000 mgr.smithi007.eulhwp (mgr.14182) 1323 : cluster [DBG] pgmap v873: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:02.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:02 smithi181 conmon[39919]: audit 2024-01-18T06:44:00.609635+0000 mgr.smithi007.eulhwp (mgr.14182) 1322 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:44:02.539 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:02 smithi181 conmon[39919]: cluster 2024-01-18T06:44:01.536286+0000 mgr.smithi007.eulhwp (mgr.14182) 1323 : cluster [DBG] pgmap v873: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:04.136 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:44:04.136 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:43:42.978239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:43:39.685197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:43:42.978382Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:43:39.685359Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:43:39.685445Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:43:39.685521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:43:39.685620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:43:42.978520Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:43:39.685964Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:44:04.707 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:44:04.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:04 smithi007 conmon[35366]: cluster 2024-01-18T06:44:03.536766+0000 mgr.smithi007.eulhwp (mgr.14182) 1324 : cluster [DBG] pgmap v874: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:05.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:04 smithi181 conmon[39919]: cluster 2024-01-18T06:44:03.536766+0000 mgr.smithi007.eulhwp (mgr.14182) 1324 : cluster [DBG] pgmap v874: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:05.711 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:44:05.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:05 smithi007 conmon[35366]: audit 2024-01-18T06:44:04.133061+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:44:05.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:05 smithi007 conmon[35366]: .14182) 1325 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:44:06.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:05 smithi181 conmon[39919]: audit 2024-01-18T06:44:04.133061+0000 mgr.smithi007.eulhwp (mgr.14182) 1325 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:44:06.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:06 smithi007 conmon[35366]: cluster 2024-01-18T06:44:05.537430+0000 mgr.smithi007.eulhwp (mgr.14182) 1326 : cluster [DBG] pgmap v875: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:06.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:06 smithi007 conmon[35366]: 2024-01-18T06:44:07.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:06 smithi181 conmon[39919]: cluster 2024-01-18T06:44:05.537430+0000 mgr.smithi007.eulhwp (mgr.14182) 1326 : cluster [DBG] pgmap v875: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:07.551 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:44:07.552 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:43:42.978239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:43:39.685197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:43:42.978382Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:43:39.685359Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:43:39.685445Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:43:39.685521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:43:39.685620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:43:42.978520Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:43:39.685964Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:44:08.075 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:44:08.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:08 smithi007 conmon[35366]: cluster 2024-01-18T06:44:07.537987+0000 mgr.smithi007.eulhwp (mgr.14182) 1327 : cluster [DBG] pgmap v876: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:08.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:08 smithi007 conmon[35366]: audit 2024-01-18T06:44:07.547799+0000 mgr.smithi007.eulhwp (mgr.14182) 1328 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:44:09.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:08 smithi181 conmon[39919]: cluster 2024-01-18T06:44:07.537987+0000 mgr.smithi007.eulhwp (mgr.14182) 1327 : cluster [DBG] pgmap v876: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:09.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:08 smithi181 conmon[39919]: audit 2024-01-18T06:44:07.547799+0000 mgr.smithi007.eulhwp (mgr.14182) 1328 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:44:09.076 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:44:10.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:10 smithi007 conmon[35366]: cluster 2024-01-18T06:44:09.538455+0000 mgr.smithi007.eulhwp (mgr.14182) 1329 : cluster [DBG] pgmap v877: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:10.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:10 smithi007 conmon[35366]: 2024-01-18T06:44:10.957 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:44:10.957 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:43:42.978239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:43:39.685197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:43:42.978382Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:43:39.685359Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:43:39.685445Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:43:39.685521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:43:39.685620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:43:42.978520Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:43:39.685964Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:44:11.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:10 smithi181 conmon[39919]: cluster 2024-01-18T06:44:09.538455+0000 mgr.smithi007.eulhwp (mgr.14182) 1329 : cluster [DBG] pgmap v877: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:11.506 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:44:11.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:11 smithi007 conmon[35366]: audit 2024-01-18T06:44:10.953779+0000 mgr.smithi007.eulhwp (mgr 2024-01-18T06:44:11.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:11 smithi007 conmon[35366]: .14182) 1330 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:44:12.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:11 smithi181 conmon[39919]: audit 2024-01-18T06:44:10.953779+0000 mgr.smithi007.eulhwp (mgr.14182) 1330 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:44:12.507 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:44:12.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:12 smithi007 conmon[35366]: cluster 2024-01-18T06:44:11.539081+0000 mgr.smithi007.eulhwp (mgr. 2024-01-18T06:44:12.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:12 smithi007 conmon[35366]: 14182) 1331 : cluster [DBG] pgmap v878: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:13.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:12 smithi181 conmon[39919]: cluster 2024-01-18T06:44:11.539081+0000 mgr.smithi007.eulhwp (mgr.14182) 1331 : cluster [DBG] pgmap v878: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:14.547 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:44:14.547 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:43:42.978239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:43:39.685197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:43:42.978382Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:43:39.685359Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:43:39.685445Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:43:39.685521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:43:39.685620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:43:42.978520Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:43:39.685964Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:44:14.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:14 smithi007 conmon[35366]: cluster 2024-01-18T06:44:13.539581+0000 2024-01-18T06:44:14.861 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:14 smithi007 conmon[35366]: mgr.smithi007.eulhwp (mgr.14182) 1332 : cluster [DBG] pgmap v879: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:15.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:14 smithi181 conmon[39919]: cluster 2024-01-18T06:44:13.539581+0000 mgr.smithi007.eulhwp (mgr.14182) 1332 : cluster [DBG] pgmap v879: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:15.132 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:44:16.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:15 smithi181 conmon[39919]: audit 2024-01-18T06:44:14.543633+0000 mgr.smithi007.eulhwp (mgr.14182) 1333 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:44:16.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:15 smithi007 conmon[35366]: audit 2024-01-18T06:44:14.543633+0000 mgr.smithi007.eulhwp (mgr.14182) 1333 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:44:16.132 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T06:44:17.008 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:16 smithi007 conmon[35366]: cluster 2024-01-18T06:44:15.540164+0000 mgr.smithi007.eulhwp (mgr.14182) 1334 : cluster 2024-01-18T06:44:17.008 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:16 smithi007 conmon[35366]: [DBG] pgmap v880: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:17.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:16 smithi181 conmon[39919]: cluster 2024-01-18T06:44:15.540164+0000 mgr.smithi007.eulhwp (mgr.14182) 1334 : cluster [DBG] pgmap v880: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:18.067 INFO:teuthology.orchestra.run.smithi007.stdout: 2024-01-18T06:44:18.068 INFO:teuthology.orchestra.run.smithi007.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T06:15:14.712046Z", "last_refresh": "2024-01-18T06:43:42.978239Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T06:15:09.199016Z", "last_refresh": "2024-01-18T06:43:39.685197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T06:15:12.116347Z", "last_refresh": "2024-01-18T06:43:42.978382Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:36:24.911975Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.pxwgfk on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:40:04.371280Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi181.gmywtu on smithi181: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi181-gmywtu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi181.gmywtu\nDeploy daemon haproxy.rgw.foo.smithi181.gmywtu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:38:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:38:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:39:23Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi181 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.735806Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi007.bhgohq on smithi007: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy-rgw-foo-smithi007-bhgohq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-haproxy.rgw.foo.smithi007.bhgohq\nDeploy daemon haproxy.rgw.foo.smithi007.bhgohq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T06:40: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=\"2024-01-18T06:41:18Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T06:41:57Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi007 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T06:42:37.737265Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi007.uopvus on smithi007: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-18T06:42:37.738487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi181.rwypsf on smithi181: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.7/16"}, "status": {"created": "2024-01-18T06:20:26.160351Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.7/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T06:15:07.921657Z", "last_refresh": "2024-01-18T06:43:39.685359Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T06:16:40.231272Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi007:172.21.15.7=smithi007", "smithi181:172.21.15.181=smithi181"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T06:16:40.228196Z", "last_refresh": "2024-01-18T06:43:39.685445Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T06:15:13.420665Z", "last_refresh": "2024-01-18T06:43:39.685521Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T06:17:09.752047Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T06:17:09.747855Z", "last_refresh": "2024-01-18T06:43:39.685620Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T06:15:10.528416Z", "last_refresh": "2024-01-18T06:43:42.978520Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T06:20:26.160113Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-18T06:20:33.739807Z", "last_refresh": "2024-01-18T06:43:39.685964Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-18T06:44:18.732 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-18T06:44:18.732 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-18T06:44:18.979 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6ea355815db742cab0212794a5c7e992 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-18T06:44:18.981 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-18T06:44:18.990 INFO:tasks.vip:Removing 10.0.15.7 (and any VIPs) on smithi007.front.sepia.ceph.com iface ens1f0... 2024-01-18T06:44:18.990 DEBUG:teuthology.orchestra.run.smithi007:> sudo ip addr del 10.0.15.7/16 dev ens1f0 2024-01-18T06:44:19.029 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:18 smithi007 conmon[35366]: cluster 2024-01-18T06:44:17.540856+0000 mgr.smithi007.eulhwp (mgr.14182) 1335 : cluster [DBG] pgmap v881: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:19.030 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:18 smithi007 conmon[35366]: 2024-01-18T06:44:19.035 DEBUG:teuthology.orchestra.run.smithi007:> sudo ip addr del 10.0.31.7/16 dev ens1f0 2024-01-18T06:44:19.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:18 smithi181 conmon[39919]: cluster 2024-01-18T06:44:17.540856+0000 mgr.smithi007.eulhwp (mgr.14182) 1335 : cluster [DBG] pgmap v881: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T06:44:19.110 INFO:teuthology.orchestra.run.smithi007.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-18T06:44:19.111 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T06:44:19.112 INFO:tasks.vip:Removing 10.0.15.181 (and any VIPs) on smithi181.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T06:44:19.112 DEBUG:teuthology.orchestra.run.smithi181:> sudo ip addr del 10.0.15.181/16 dev enp3s0f1 2024-01-18T06:44:19.166 DEBUG:teuthology.orchestra.run.smithi181:> sudo ip addr del 10.0.31.7/16 dev enp3s0f1 2024-01-18T06:44:19.194 INFO:teuthology.orchestra.run.smithi181.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-18T06:44:19.195 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T06:44:19.196 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-18T06:44:19.208 INFO:tasks.cephadm:Teardown begin 2024-01-18T06:44:19.208 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T06:44:19.243 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T06:44:19.272 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-18T06:44:19.272 DEBUG:teuthology.orchestra.run.smithi007:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T06:44:19.306 DEBUG:teuthology.orchestra.run.smithi181:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T06:44:19.330 INFO:tasks.cephadm:Stopping all daemons... 2024-01-18T06:44:19.331 INFO:tasks.cephadm.mon.smithi007:Stopping mon.smithi007... 2024-01-18T06:44:19.331 DEBUG:teuthology.orchestra.run.smithi007:> sudo systemctl stop ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@mon.smithi007 2024-01-18T06:44:19.636 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:19 smithi007 systemd[1]: Stopping Ceph mon.smithi007 for b8639cec-b5c8-11ee-95ae-87774f69a715... 2024-01-18T06:44:19.636 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:19 smithi007 bash[237463]: Error: no container with name or ID ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-mon.smithi007 found: no such container 2024-01-18T06:44:20.039 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:19 smithi181 conmon[39919]: audit 2024-01-18T06:44:18.064276+0000 mgr.smithi007.eulhwp (mgr.14182) 1336 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:44:20.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:19 smithi007 conmon[35366]: audit 2024-01-18T06:44:18.064276+0000 mgr.smithi007.eulhwp (mgr.14182 2024-01-18T06:44:20.111 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:19 smithi007 conmon[35366]: ) 1336 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T06:44:20.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:19 smithi007 conmon[35366]: debug 2024-01-18T06:44:19.698+0000 7fab36f21700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi007 -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 2024-01-18T06:44:20.112 INFO:journalctl@ceph.mon.smithi007.smithi007.stdout:Jan 18 06:44:19 smithi007 conmon[35366]: debug 2024-01-18T06:44:19.698+0000 7fab36f21700 -1 mon.smithi007@0(leader) e2 *** Got Signal Terminated *** 2024-01-18T06:44:20.421 DEBUG:teuthology.orchestra.run.smithi007:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@mon.smithi007.service' 2024-01-18T06:44:20.475 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T06:44:20.475 INFO:tasks.cephadm.mon.smithi007:Stopped mon.smithi007 2024-01-18T06:44:20.476 INFO:tasks.cephadm.mon.smithi181:Stopping mon.smithi181... 2024-01-18T06:44:20.476 DEBUG:teuthology.orchestra.run.smithi181:> sudo systemctl stop ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@mon.smithi181 2024-01-18T06:44:20.789 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:20 smithi181 systemd[1]: Stopping Ceph mon.smithi181 for b8639cec-b5c8-11ee-95ae-87774f69a715... 2024-01-18T06:44:20.790 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:20 smithi181 bash[70840]: Error: no container with name or ID ceph-b8639cec-b5c8-11ee-95ae-87774f69a715-mon.smithi181 found: no such container 2024-01-18T06:44:21.289 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:20 smithi181 conmon[39919]: debug 2024-01-18T06:44:20.959+0000 7f417de83700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi181 -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 2024-01-18T06:44:21.290 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:20 smithi181 conmon[39919]: debug 2024-01-18T06:44:20.959+0000 7f417de83700 -1 mon.smithi181@1(peon) e2 *** Got Signal Terminated *** 2024-01-18T06:44:21.775 INFO:journalctl@ceph.mon.smithi181.smithi181.stdout:Jan 18 06:44:21 smithi181 bash[70956]: 79de3ae0c19a2aa14e9b8ebcd75dc908671626df0fc5b6e2a3edf333da4ddb17 2024-01-18T06:44:21.782 DEBUG:teuthology.orchestra.run.smithi181:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b8639cec-b5c8-11ee-95ae-87774f69a715@mon.smithi181.service' 2024-01-18T06:44:21.824 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T06:44:21.825 INFO:tasks.cephadm.mon.smithi181:Stopped mon.smithi181 2024-01-18T06:44:21.825 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T06:45:21.081 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T06:47:11.321 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T06:47:11.378 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T06:47:11.408 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-18T06:47:11.411 DEBUG:teuthology.misc:Transferring archived files from smithi007:/var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519593/remote/ubuntu@smithi007.front.sepia.ceph.com/crash 2024-01-18T06:47:11.411 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/crash -- . 2024-01-18T06:47:11.454 INFO:teuthology.orchestra.run.smithi007.stderr:tar: /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T06:47:11.454 INFO:teuthology.orchestra.run.smithi007.stderr:tar: Error is not recoverable: exiting now 2024-01-18T06:47:11.456 DEBUG:teuthology.misc:Transferring archived files from smithi181:/var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519593/remote/ubuntu@smithi181.front.sepia.ceph.com/crash 2024-01-18T06:47:11.457 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/crash -- . 2024-01-18T06:47:11.495 INFO:teuthology.orchestra.run.smithi181.stderr:tar: /var/lib/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T06:47:11.495 INFO:teuthology.orchestra.run.smithi181.stderr:tar: Error is not recoverable: exiting now 2024-01-18T06:47:11.496 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-18T06:47:11.497 DEBUG:teuthology.orchestra.run.smithi007:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-18T06:47:11.531 INFO:teuthology.orchestra.run.smithi007.stderr:grep: /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph.log: No such file or directory 2024-01-18T06:47:11.532 INFO:tasks.cephadm:Compressing logs... 2024-01-18T06:47:11.533 DEBUG:teuthology.orchestra.run.smithi007:> 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 -- 2024-01-18T06:47:11.576 DEBUG:teuthology.orchestra.run.smithi181:> 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 -- 2024-01-18T06:47:11.604 INFO:teuthology.orchestra.run.smithi181.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T06:47:11.604 INFO:teuthology.orchestra.run.smithi181.stderr:: No such file or directory 2024-01-18T06:47:11.605 INFO:teuthology.orchestra.run.smithi181.stderr:gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-mgr.smithi181.vdrlru.log 2024-01-18T06:47:11.605 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.2.log 2024-01-18T06:47:11.605 INFO:teuthology.orchestra.run.smithi181.stderr:gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T06:47:11.605 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-mgr.smithi181.vdrlru.log: /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.0.log 2024-01-18T06:47:11.606 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-client.rgw.foo.smithi181.zyeodg.log 2024-01-18T06:47:11.606 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-mon.smithi181.log 2024-01-18T06:47:11.606 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-client.rgw.foo.smithi181.zyeodg.log: 69.8% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-client.rgw.foo.smithi181.zyeodg.log.gz 2024-01-18T06:47:11.608 INFO:teuthology.orchestra.run.smithi007.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T06:47:11.608 INFO:teuthology.orchestra.run.smithi007.stderr:: No such file or directory 2024-01-18T06:47:11.608 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.5.log 2024-01-18T06:47:11.610 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-mon.smithi181.log: gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.6.log 2024-01-18T06:47:11.611 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-mon.smithi007.log 2024-01-18T06:47:11.611 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.7.log 2024-01-18T06:47:11.611 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.5.log: /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-mon.smithi007.log: gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.1.log 2024-01-18T06:47:11.611 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.3.log 2024-01-18T06:47:11.612 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.6.log: 92.9% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T06:47:11.612 INFO:teuthology.orchestra.run.smithi181.stderr: 93.4% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-mgr.smithi181.vdrlru.log.gz 2024-01-18T06:47:11.613 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.1.log: /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T06:47:11.613 INFO:teuthology.orchestra.run.smithi181.stderr: 93.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T06:47:11.615 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-client.rgw.foo.smithi007.zkomjz.log 2024-01-18T06:47:11.616 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-client.rgw.foo.smithi007.zkomjz.log: 70.7% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-client.rgw.foo.smithi007.zkomjz.log.gz 2024-01-18T06:47:11.616 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-client.rgw.foo.smithi007.snndeu.log 2024-01-18T06:47:11.617 INFO:teuthology.orchestra.run.smithi181.stderr:gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.4.log 2024-01-18T06:47:11.617 INFO:teuthology.orchestra.run.smithi181.stderr:gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-client.rgw.foo.smithi181.cedweu.log 2024-01-18T06:47:11.618 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-client.rgw.foo.smithi007.snndeu.log: 58.7% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-client.rgw.foo.smithi007.snndeu.log.gz 2024-01-18T06:47:11.618 INFO:teuthology.orchestra.run.smithi007.stderr:gzip -5 --verbose -- /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-mgr.smithi007.eulhwp.log 2024-01-18T06:47:11.618 INFO:teuthology.orchestra.run.smithi181.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.4.log: /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-client.rgw.foo.smithi181.cedweu.log: 58.8% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-client.rgw.foo.smithi181.cedweu.log.gz 2024-01-18T06:47:11.624 INFO:teuthology.orchestra.run.smithi007.stderr:/var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-mgr.smithi007.eulhwp.log: 92.9% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T06:47:11.633 INFO:teuthology.orchestra.run.smithi007.stderr: 93.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T06:47:11.859 INFO:teuthology.orchestra.run.smithi181.stderr: 92.7% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-mon.smithi181.log.gz 2024-01-18T06:47:11.951 INFO:teuthology.orchestra.run.smithi007.stderr: 89.8% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-mgr.smithi007.eulhwp.log.gz 2024-01-18T06:47:12.338 INFO:teuthology.orchestra.run.smithi181.stderr: 93.3% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.2.log.gz 2024-01-18T06:47:12.424 INFO:teuthology.orchestra.run.smithi007.stderr: 90.3% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-mon.smithi007.log.gz 2024-01-18T06:47:12.511 INFO:teuthology.orchestra.run.smithi181.stderr: 93.1% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.0.log.gz 2024-01-18T06:47:12.555 INFO:teuthology.orchestra.run.smithi181.stderr: 93.0% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.6.log.gz 2024-01-18T06:47:12.583 INFO:teuthology.orchestra.run.smithi181.stderr: 93.0% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.4.log.gz 2024-01-18T06:47:12.585 INFO:teuthology.orchestra.run.smithi181.stderr: 2024-01-18T06:47:12.585 INFO:teuthology.orchestra.run.smithi181.stderr:real 0m0.993s 2024-01-18T06:47:12.585 INFO:teuthology.orchestra.run.smithi181.stderr:user 0m3.714s 2024-01-18T06:47:12.585 INFO:teuthology.orchestra.run.smithi181.stderr:sys 0m0.133s 2024-01-18T06:47:12.621 INFO:teuthology.orchestra.run.smithi007.stderr: 93.1% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.5.log.gz 2024-01-18T06:47:12.681 INFO:teuthology.orchestra.run.smithi007.stderr: 93.3% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.7.log.gz 2024-01-18T06:47:12.795 INFO:teuthology.orchestra.run.smithi007.stderr: 93.4% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.3.log.gz 2024-01-18T06:47:12.856 INFO:teuthology.orchestra.run.smithi007.stderr: 93.1% -- replaced with /var/log/ceph/b8639cec-b5c8-11ee-95ae-87774f69a715/ceph-osd.1.log.gz 2024-01-18T06:47:12.858 INFO:teuthology.orchestra.run.smithi007.stderr: 2024-01-18T06:47:12.858 INFO:teuthology.orchestra.run.smithi007.stderr:real 0m1.264s 2024-01-18T06:47:12.858 INFO:teuthology.orchestra.run.smithi007.stderr:user 0m5.490s 2024-01-18T06:47:12.858 INFO:teuthology.orchestra.run.smithi007.stderr:sys 0m0.223s 2024-01-18T06:47:12.859 INFO:tasks.cephadm:Archiving logs... 2024-01-18T06:47:12.859 DEBUG:teuthology.misc:Transferring archived files from smithi007:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519593/remote/ubuntu@smithi007.front.sepia.ceph.com/log 2024-01-18T06:47:12.861 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T06:47:13.741 DEBUG:teuthology.misc:Transferring archived files from smithi181:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519593/remote/ubuntu@smithi181.front.sepia.ceph.com/log 2024-01-18T06:47:13.742 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T06:47:14.333 INFO:tasks.cephadm:Removing cluster... 2024-01-18T06:47:14.333 DEBUG:teuthology.orchestra.run.smithi007:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 --force 2024-01-18T06:47:14.850 DEBUG:teuthology.orchestra.run.smithi181:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b8639cec-b5c8-11ee-95ae-87774f69a715 --force 2024-01-18T06:47:15.309 INFO:tasks.cephadm:Removing cephadm ... 2024-01-18T06:47:15.310 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T06:47:15.332 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T06:47:15.349 INFO:tasks.cephadm:Teardown complete 2024-01-18T06:47:15.349 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-18T06:47:15.360 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi007:/dev/vg_nvme/lv_1... 2024-01-18T06:47:15.361 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme disconnect -n lv_1 2024-01-18T06:47:15.522 INFO:teuthology.orchestra.run.smithi007.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-18T06:47:15.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:47:15.525 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi007:/dev/vg_nvme/lv_2... 2024-01-18T06:47:15.525 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme disconnect -n lv_2 2024-01-18T06:47:15.659 INFO:teuthology.orchestra.run.smithi007.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-18T06:47:15.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:47:15.661 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi007:/dev/vg_nvme/lv_3... 2024-01-18T06:47:15.662 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme disconnect -n lv_3 2024-01-18T06:47:15.789 INFO:teuthology.orchestra.run.smithi007.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-18T06:47:15.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:47:15.791 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi007:/dev/vg_nvme/lv_4... 2024-01-18T06:47:15.792 DEBUG:teuthology.orchestra.run.smithi007:> sudo nvme disconnect -n lv_4 2024-01-18T06:47:15.928 INFO:teuthology.orchestra.run.smithi007.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-18T06:47:15.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:47:15.930 DEBUG:teuthology.orchestra.run.smithi007:> set -ex 2024-01-18T06:47:15.930 DEBUG:teuthology.orchestra.run.smithi007:> sudo dd of=/scratch_devs 2024-01-18T06:47:15.965 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi181:/dev/vg_nvme/lv_1... 2024-01-18T06:47:15.965 DEBUG:teuthology.orchestra.run.smithi181:> sudo nvme disconnect -n lv_1 2024-01-18T06:47:16.104 INFO:teuthology.orchestra.run.smithi181.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-18T06:47:16.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:47:16.106 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi181:/dev/vg_nvme/lv_2... 2024-01-18T06:47:16.107 DEBUG:teuthology.orchestra.run.smithi181:> sudo nvme disconnect -n lv_2 2024-01-18T06:47:16.236 INFO:teuthology.orchestra.run.smithi181.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-18T06:47:16.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:47:16.237 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi181:/dev/vg_nvme/lv_3... 2024-01-18T06:47:16.237 DEBUG:teuthology.orchestra.run.smithi181:> sudo nvme disconnect -n lv_3 2024-01-18T06:47:16.357 INFO:teuthology.orchestra.run.smithi181.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-18T06:47:16.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:47:16.359 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi181:/dev/vg_nvme/lv_4... 2024-01-18T06:47:16.359 DEBUG:teuthology.orchestra.run.smithi181:> sudo nvme disconnect -n lv_4 2024-01-18T06:47:16.477 INFO:teuthology.orchestra.run.smithi181.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-18T06:47:16.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:47:16.478 DEBUG:teuthology.orchestra.run.smithi181:> set -ex 2024-01-18T06:47:16.478 DEBUG:teuthology.orchestra.run.smithi181:> sudo dd of=/scratch_devs 2024-01-18T06:47:16.505 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-18T06:47:16.515 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-18T06:47:16.516 DEBUG:teuthology.orchestra.run.smithi007:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T06:47:16.519 DEBUG:teuthology.orchestra.run.smithi181:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T06:47:16.537 INFO:teuthology.orchestra.run.smithi007.stderr:bash: ntpq: command not found 2024-01-18T06:47:16.542 INFO:teuthology.orchestra.run.smithi007.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T06:47:16.542 INFO:teuthology.orchestra.run.smithi007.stdout:=============================================================================== 2024-01-18T06:47:16.542 INFO:teuthology.orchestra.run.smithi007.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 41 -96us[ -96us] +/- 98ms 2024-01-18T06:47:16.542 INFO:teuthology.orchestra.run.smithi007.stdout:^* hv02.front.sepia.ceph.com 3 7 377 108 -1352us[-1348us] +/- 61ms 2024-01-18T06:47:16.542 INFO:teuthology.orchestra.run.smithi007.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 40 +2167us[+2167us] +/- 83ms 2024-01-18T06:47:16.543 INFO:teuthology.orchestra.run.smithi007.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:47:16.560 INFO:teuthology.orchestra.run.smithi181.stderr:bash: ntpq: command not found 2024-01-18T06:47:16.564 INFO:teuthology.orchestra.run.smithi181.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T06:47:16.564 INFO:teuthology.orchestra.run.smithi181.stdout:=============================================================================== 2024-01-18T06:47:16.564 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 39 -166us[ -166us] +/- 98ms 2024-01-18T06:47:16.565 INFO:teuthology.orchestra.run.smithi181.stdout:^* hv02.front.sepia.ceph.com 3 6 377 39 -1422us[-1421us] +/- 62ms 2024-01-18T06:47:16.565 INFO:teuthology.orchestra.run.smithi181.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 39 +2072us[+2072us] +/- 83ms 2024-01-18T06:47:16.565 INFO:teuthology.orchestra.run.smithi181.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T06:47:16.566 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-18T06:47:16.575 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-18T06:47:16.576 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-18T06:47:16.597 DEBUG:teuthology.orchestra.run.smithi007:> 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 2024-01-18T06:47:16.682 DEBUG:teuthology.orchestra.run.smithi181:> 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 2024-01-18T06:47:16.744 DEBUG:teuthology.orchestra.run.smithi007:> 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 2024-01-18T06:47:16.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:47:16.783 DEBUG:teuthology.orchestra.run.smithi181:> 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 2024-01-18T06:47:16.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:47:16.812 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-18T06:47:16.829 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-18T06:47:16.854 INFO:teuthology.task.internal:Duration was 2681.463466 seconds 2024-01-18T06:47:16.855 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-18T06:47:16.881 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-18T06:47:16.881 DEBUG:teuthology.orchestra.run.smithi007:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T06:47:16.884 DEBUG:teuthology.orchestra.run.smithi181:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T06:47:16.931 INFO:teuthology.orchestra.run.smithi181.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T06:47:16.942 INFO:teuthology.orchestra.run.smithi007.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T06:47:17.377 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-18T06:47:17.377 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi007.front.sepia.ceph.com 2024-01-18T06:47:17.377 DEBUG:teuthology.orchestra.run.smithi007:> 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 2024-01-18T06:47:17.406 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi181.front.sepia.ceph.com 2024-01-18T06:47:17.407 DEBUG:teuthology.orchestra.run.smithi181:> 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 2024-01-18T06:47:17.429 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-18T06:47:17.429 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T06:47:17.450 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T06:47:17.535 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-18T06:47:17.535 DEBUG:teuthology.orchestra.run.smithi007:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T06:47:17.537 DEBUG:teuthology.orchestra.run.smithi181:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T06:47:17.715 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-18T06:47:17.726 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-18T06:47:17.726 DEBUG:teuthology.orchestra.run.smithi007:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T06:47:17.756 DEBUG:teuthology.orchestra.run.smithi181:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T06:47:17.784 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-18T06:47:17.794 DEBUG:teuthology.orchestra.run.smithi007:> 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 2024-01-18T06:47:17.800 DEBUG:teuthology.orchestra.run.smithi181:> 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 2024-01-18T06:47:17.829 INFO:teuthology.orchestra.run.smithi007.stdout:kernel.core_pattern = core 2024-01-18T06:47:17.850 INFO:teuthology.orchestra.run.smithi181.stdout:kernel.core_pattern = core 2024-01-18T06:47:17.871 DEBUG:teuthology.orchestra.run.smithi007:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T06:47:17.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:47:17.921 DEBUG:teuthology.orchestra.run.smithi181:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T06:47:17.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T06:47:17.938 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-18T06:47:17.949 INFO:teuthology.task.internal:Transferring archived files... 2024-01-18T06:47:17.949 DEBUG:teuthology.misc:Transferring archived files from smithi007:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519593/remote/smithi007 2024-01-18T06:47:17.950 DEBUG:teuthology.orchestra.run.smithi007:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T06:47:18.019 DEBUG:teuthology.misc:Transferring archived files from smithi181:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519593/remote/smithi181 2024-01-18T06:47:18.020 DEBUG:teuthology.orchestra.run.smithi181:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T06:47:18.061 INFO:teuthology.task.internal:Removing archive directory... 2024-01-18T06:47:18.062 DEBUG:teuthology.orchestra.run.smithi007:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T06:47:18.064 DEBUG:teuthology.orchestra.run.smithi181:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T06:47:18.112 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-18T06:47:18.124 INFO:teuthology.task.internal:Not uploading archives. 2024-01-18T06:47:18.125 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-18T06:47:18.156 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-18T06:47:18.157 DEBUG:teuthology.orchestra.run.smithi007:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T06:47:18.159 DEBUG:teuthology.orchestra.run.smithi181:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T06:47:18.176 INFO:teuthology.orchestra.run.smithi181.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 06:47 /home/ubuntu/cephtest 2024-01-18T06:47:18.178 INFO:teuthology.orchestra.run.smithi007.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 06:47 /home/ubuntu/cephtest 2024-01-18T06:47:18.180 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-18T06:47:18.190 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-18T06:47:18.257 INFO:teuthology.nuke:Checking targets against current locks 2024-01-18T06:47:18.284 DEBUG:teuthology.nuke:shortname: smithi007 2024-01-18T06:47:18.285 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T06:47:18.310 DEBUG:teuthology.nuke:shortname: smithi181 2024-01-18T06:47:18.310 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T06:47:18.313 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi007.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519593', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 05:57:11.538165', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL+LIFprHyYM6REEzxfk2qxuO6SPJGbeDaspcgd75GfddA9k1kUiVPV3KEWncZ9eSQ5i2HgSwESmW7OL7P0u6pQ='} 2024-01-18T06:47:18.336 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi181.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519593', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 05:57:11.539880', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHuWxDNr5YihKHkSzTWmrFPn6szCbFcUiMHWr9ws53RCKybzRSkd3bkYcaWbfMaHB0ImguP39dOo6UZ4CrWsHcQ='} 2024-01-18T06:47:18.373 INFO:teuthology.orchestra.console.smithi007:Power off 2024-01-18T06:47:18.373 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T06:47:18.388 INFO:teuthology.orchestra.console.smithi181:Power off 2024-01-18T06:47:18.389 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T06:47:18.398 DEBUG:teuthology.orchestra.console.smithi007:power off output: Chassis Power Control: Down/Off 2024-01-18T06:47:18.398 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:47:18.410 DEBUG:teuthology.orchestra.console.smithi181:power off output: Chassis Power Control: Down/Off 2024-01-18T06:47:18.410 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:47:18.422 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2024-01-18T06:47:18.432 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2024-01-18T06:47:22.424 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:47:22.433 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:47:22.534 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is on 2024-01-18T06:47:22.544 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is on 2024-01-18T06:47:26.540 DEBUG:teuthology.orchestra.console.smithi007:pexpect command: ipmitool -H smithi007.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:47:26.548 DEBUG:teuthology.orchestra.console.smithi181:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T06:47:26.650 DEBUG:teuthology.orchestra.console.smithi007:check power output: Chassis Power is off 2024-01-18T06:47:26.657 DEBUG:teuthology.orchestra.console.smithi181:check power output: Chassis Power is off 2024-01-18T06:47:26.751 INFO:teuthology.orchestra.console.smithi007:Power off completed 2024-01-18T06:47:26.758 INFO:teuthology.orchestra.console.smithi181:Power off completed 2024-01-18T06:47:26.862 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 2681.463465690613 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6ea355815db742cab0212794a5c7e992 status: fail success: false 2024-01-18T06:47:26.862 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T06:47:26.985 INFO:teuthology.run:FAIL